Color Hex Logo

#576314 Color Hex

#576314
(87,99,20)
0 Favorites   0 Comments

Color spaces of #576314

RGB 879920
HSL0.190.660.23
HSV69°80°39°
CMYK 0.120.000.80   0.61
XYZ8.518611.00042.3361
Yxy11.00040.38980.5033
Hunter Lab33.1669-12.195919.0407
CIE-Lab39.5811-15.815240.2553

#576314 color RGB value is (87,99,20).

#576314 hex color red value is 87, green value is 99 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #576314 hue: 0.19 , saturation: 0.66 and the lightness value of 576314 is 0.23.

The process color (four color CMYK) of #576314 color hex is 0.12, 0.00, 0.80, 0.61. Web safe color of #576314 is #666600. Color #576314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100011 00010100
Octal 127 143 24
Decimal 87 99 20
Hex 57 63 14

RGB Percentages of Color #576314

%42.23
%48.06
%9.71

CMYK Percentages of Color #576314

%12
%0
%80
%61

Triadic Colors of #576314

#576314 #145763 #631457

Analogous Colors of #576314

#576314 #306314 #634814

Monochromatic Colors of #576314

#576314

Complementary Color

#576314 #201463

#576314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576314 Color CSS Codes

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

#576314 Text Font Color

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

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


#576314 Background Color

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

This div background color is #576314


#576314 Border Color

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

This div border color is #576314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,99,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 #576314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576314


Comments

No comments written yet.

Please login to write comment.