Color Hex Logo

#573914 Color Hex

#573914
(87,57,20)
0 Favorites   0 Comments

Color spaces of #573914

RGB 875720
HSL0.090.630.21
HSV33°77°34°
CMYK 0.000.340.77   0.66
XYZ5.51995.00301.3366
Yxy5.00300.46540.4219
Hunter Lab22.36744.907912.1142
CIE-Lab26.74339.389327.5590

#573914 color RGB value is (87,57,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 00010100
Octal 127 71 24
Decimal 87 57 20
Hex 57 39 14

RGB Percentages of Color #573914

%53.05
%34.76
%12.20

CMYK Percentages of Color #573914

%0
%34
%77
%66

Triadic Colors of #573914

#573914 #145739 #391457

Analogous Colors of #573914

#573914 #545714 #571814

Monochromatic Colors of #573914

#573914

Complementary Color

#573914 #143257

#573914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573914 Color CSS Codes

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

#573914 Text Font Color

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

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


#573914 Background Color

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

This div background color is #573914


#573914 Border Color

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

This div border color is #573914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573914


Comments

No comments written yet.

Please login to write comment.