Color Hex Logo

#514212 Color Hex

#514212
(81,66,18)
0 Favorites   0 Comments

Color spaces of #514212

RGB 816618
HSL0.130.640.19
HSV46°78°32°
CMYK 0.000.190.78   0.68
XYZ5.45075.68941.3832
Yxy5.68940.43520.4543
Hunter Lab23.8525-0.951513.2585
CIE-Lab28.61490.509530.2558

#514212 color RGB value is (81,66,18).

#514212 hex color red value is 81, green value is 66 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #514212 hue: 0.13 , saturation: 0.64 and the lightness value of 514212 is 0.19.

The process color (four color CMYK) of #514212 color hex is 0.00, 0.19, 0.78, 0.68. Web safe color of #514212 is #663300. Color #514212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 00010010
Octal 121 102 22
Decimal 81 66 18
Hex 51 42 12

RGB Percentages of Color #514212

%49.09
%40.00
%10.91

CMYK Percentages of Color #514212

%0
%19
%78
%68

Triadic Colors of #514212

#514212 #125142 #421251

Analogous Colors of #514212

#514212 #405112 #512312

Monochromatic Colors of #514212

#514212

Complementary Color

#514212 #122151

#514212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514212 Color CSS Codes

.mybgcolor {background-color:#514212; } 
.myforecolor {color:#514212; }
.mybordercolor {border:3px solid #514212; }

#514212 Text Font Color

<p style="color:#514212">Text here</p>

This sample text font color is #514212
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#514212 Background Color

<div style="background-color:#514212">
Div content here</div>

This div background color is #514212


#514212 Border Color

<div style="border:3px solid #514212">
Div here</div>

This div border color is #514212


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,66,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514212; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514212;
  -webkit-box-shadow: 1px 1px 3px 2px #514212;
  box-shadow:         1px 1px 3px 2px #514212; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,66,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #514212">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #514212;
  -webkit-box-shadow: 1px 1px 3px 2px #514212;
  box-shadow:         1px 1px 3px 2px #514212;">
Div content here</div>

This div box has shadow with color #514212


Comments

No comments written yet.

Please login to write comment.