Color Hex Logo

#574314 Color Hex

#574314
(87,67,20)
0 Favorites   0 Comments

Color spaces of #574314

RGB 876720
HSL0.120.630.21
HSV42°77°34°
CMYK 0.000.230.77   0.66
XYZ6.06396.09111.5179
Yxy6.09110.44350.4455
Hunter Lab24.68020.667113.6296
CIE-Lab29.64113.061330.5570

#574314 color RGB value is (87,67,20).

#574314 hex color red value is 87, green value is 67 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #574314 hue: 0.12 , saturation: 0.63 and the lightness value of 574314 is 0.21.

The process color (four color CMYK) of #574314 color hex is 0.00, 0.23, 0.77, 0.66. Web safe color of #574314 is #663300. Color #574314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000011 00010100
Octal 127 103 24
Decimal 87 67 20
Hex 57 43 14

RGB Percentages of Color #574314

%50.00
%38.51
%11.49

CMYK Percentages of Color #574314

%0
%23
%77
%66

Triadic Colors of #574314

#574314 #145743 #431457

Analogous Colors of #574314

#574314 #4a5714 #572214

Monochromatic Colors of #574314

#574314

Complementary Color

#574314 #142857

#574314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574314 Color CSS Codes

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

#574314 Text Font Color

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

This sample text font color is #574314
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.


#574314 Background Color

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

This div background color is #574314


#574314 Border Color

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

This div border color is #574314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,67,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574314;
  -webkit-box-shadow: 1px 1px 3px 2px #574314;
  box-shadow:         1px 1px 3px 2px #574314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,67,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574314


Comments

No comments written yet.

Please login to write comment.