COLOR #575B27

HEX: #575B27
RGB: (87,91,39)

Color info

#575B27 contains red, green and blue colors in about the same proportion. Web safe color of #575B27 is #666633 (or #663).

RGB color model

#575B27 color RGB value is (87,91,39).

  • red value is 87;
  • green value is 91;
  • blue value is 39.
RGB:
(87,91,39)
(34%,36%,15%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 39 of 255 = 15%

87
91
39

R + G + B ~ 28%. #575B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 91 + 39 = 217 (100%)
R 87 of 217 ~ 40.09%
G 91 of 217 ~ 41.94%
B 39 of 217 ~ 17.97%

%40.09
%41.94
%17.97

CMYK color model

#575B27 color CMYK value is (4,0,57,64).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 64.31%
CMYK:
(4,0,57,64)
C4M0Y57K64 
(4%,0%,57%,64%)
(0.04/0.00/0.57/0.64)	

CMYK percentages

%4.4
%0
%57.14
%64.31

Codes

Color #575B27 in popluar color models

575B27
RGB879139
HSL65°40.00%25.49%
HSB/HSV65°57.14%35.69%
CMYK4.40%0.00%57.14%
64.31%

Color #575B27 in popluar number systems.

HEX575B27
Decimal879139
Binary10101111011011100111
Octal12713347

Shades and tints

Shades of #575B27

#575B27
(87,91,39)
#505324
(80,83,36)
#494B21
(73,75,33)
#42431E
(66,67,30)
#3B3B1B
(59,59,27)
#343318
(52,51,24)
#2D2B15
(45,43,21)
#262312
(38,35,18)
#1F1B0F
(31,27,15)
#18130C
(24,19,12)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #575B27

#575B27
(87,91,39)
#66693A
(102,105,58)
#75774D
(117,119,77)
#848560
(132,133,96)
#939373
(147,147,115)
#A2A186
(162,161,134)
#B1AF99
(177,175,153)
#C0BDAC
(192,189,172)
#CFCBBF
(207,203,191)
#DED9D2
(222,217,210)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575B27 color. Also use rgb(87,91,39) instead hex code.

Text Font Color

.myTextColor { color: #575B27; }

<p style="color:#575B27">This sample text font color is #575B27.</p>

This text font color is #575B27.


Background Color

.myBgColor { background-color: #575B27; }

<div style="background-color:#575B27">Inner text</div>

This div background color is #575B27.


Border color

.myBorderColor { border: 1px solid #575B27; }

<div style="border:3px solid #575B27">Div</div>

This div border color is #575B27.


Opacity

.myOpacity80 { color: #575B27; opacity: 0.8; }

<p style="color:#575B27;opacity:0.8;">80%</p>

Text with #575B27 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #575B27;}

<p style="text-shadow: 3px 3px 1px #575B27">Text here.</p>

This text has shadow with #575B27 color.

.textShadow {text-shadow: 3px 3px 1px #575B27, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #575B27, 5px 5px 20px red">Text here.</p>

This text has shadow with #575B27 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#575B27, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#575B27, Direction=45, Strength=4)">Text</p>

This text has shadow with #575B27 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #575B27;
  -webkit-box-shadow:	1px 1px 3px 2px #575B27;
  box-shadow:		1px 1px 3px 2px #575B27;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #575B27;
-webkit-box-shadow: 1px 1px 3px 2px #575B27;
box-shadow:1px 1px 3px 2px #575B27;">
Div content here</div>
This div box has shadow with color #575B27.

Preview

Color preview on black background

This text has color #575B27 on black background.


Color preview on white background

This text has color #575B27 on white background.



Black color preview on #575B27 background

This text has black color on #575B27 background.


White color preview on #575B27 background

This text has white color on #575B27 background.