Color Hex Logo

#5d570b Color Hex

#5D570B
(93,87,11)
0 Favorites   0 Comments

Color spaces of #5d570b

RGB 938711
HSL0.150.790.20
HSV56°88°36°
CMYK 0.000.060.88   0.64
XYZ7.98289.16771.6654
Yxy9.16770.42430.4872
Hunter Lab30.2782-5.925617.9336
CIE-Lab36.3052-6.487940.5355

#5d570b color RGB value is (93,87,11).

#5d570b hex color red value is 93, green value is 87 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #5d570b hue: 0.15 , saturation: 0.79 and the lightness value of 5d570b is 0.20.

The process color (four color CMYK) of #5d570b color hex is 0.00, 0.06, 0.88, 0.64. Web safe color of #5d570b is #666600. Color #5d570b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010111 00001011
Octal 135 127 13
Decimal 93 87 11
Hex 5D 57 B

RGB Percentages of Color #5d570b

%48.69
%45.55
%5.76

CMYK Percentages of Color #5d570b

%0
%6
%88
%64

Triadic Colors of #5d570b

#5d570b #0b5d57 #570b5d

Analogous Colors of #5d570b

#5d570b #3a5d0b #5d2e0b

Monochromatic Colors of #5d570b

#5d570b

Complementary Color

#5d570b #0b115d

#5d570b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d570b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d570b Color CSS Codes

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

#5d570b Text Font Color

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

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


#5d570b Background Color

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

This div background color is #5d570b


#5d570b Border Color

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

This div border color is #5d570b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d570b


Comments

No comments written yet.

Please login to write comment.