Color Hex Logo

#574702 Color Hex

#574702
(87,71,2)
0 Favorites   0 Comments

Color spaces of #574702

RGB 87712
HSL0.140.960.17
HSV49°98°34°
CMYK 0.000.180.98   0.66
XYZ6.19476.53710.9927
Yxy6.53710.45140.4763
Hunter Lab25.5678-1.495615.5954
CIE-Lab30.7290-0.201438.7859

#574702 color RGB value is (87,71,2).

#574702 hex color red value is 87, green value is 71 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #574702 hue: 0.14 , saturation: 0.96 and the lightness value of 574702 is 0.17.

The process color (four color CMYK) of #574702 color hex is 0.00, 0.18, 0.98, 0.66. Web safe color of #574702 is #663300. Color #574702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 00000010
Octal 127 107 2
Decimal 87 71 2
Hex 57 47 2

RGB Percentages of Color #574702

%54.38
%44.38
%1.25

CMYK Percentages of Color #574702

%0
%18
%98
%66

Triadic Colors of #574702

#574702 #025747 #470257

Analogous Colors of #574702

#574702 #3d5702 #571d02

Monochromatic Colors of #574702

#574702

Complementary Color

#574702 #021257

#574702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574702 Color CSS Codes

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

#574702 Text Font Color

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

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


#574702 Background Color

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

This div background color is #574702


#574702 Border Color

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

This div border color is #574702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574702


Comments

No comments written yet.

Please login to write comment.