COLOR #575827

HEX: #575827
RGB: (87,88,39)

Color info

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

RGB color model

#575827 color RGB value is (87,88,39).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 39 of 255 = 15%

87
88
39

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 39 = 214 (100%)
R 87 of 214 ~ 40.65%
G 88 of 214 ~ 41.12%
B 39 of 214 ~ 18.22%

%40.65
%41.12
%18.22

CMYK color model

#575827 color CMYK value is (1,0,56,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 65.49%
CMYK:
(1,0,56,65)
C1M0Y56K65 
(1%,0%,56%,65%)
(0.01/0.00/0.56/0.65)	

CMYK percentages

%1.14
%0
%55.68
%65.49

Codes

Color #575827 in popluar color models

575827
RGB878839
HSL61°38.58%24.90%
HSB/HSV61°55.68%34.51%
CMYK1.14%0.00%55.68%
65.49%

Color #575827 in popluar number systems.

HEX575827
Decimal878839
Binary10101111011000100111
Octal12713047

Shades and tints

Shades of #575827

#575827
(87,88,39)
#505024
(80,80,36)
#494821
(73,72,33)
#42401E
(66,64,30)
#3B381B
(59,56,27)
#343018
(52,48,24)
#2D2815
(45,40,21)
#262012
(38,32,18)
#1F180F
(31,24,15)
#18100C
(24,16,12)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #575827

#575827
(87,88,39)
#66673A
(102,103,58)
#75764D
(117,118,77)
#848560
(132,133,96)
#939473
(147,148,115)
#A2A386
(162,163,134)
#B1B299
(177,178,153)
#C0C1AC
(192,193,172)
#CFD0BF
(207,208,191)
#DEDFD2
(222,223,210)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575827; }

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

This text font color is #575827.


Background Color

.myBgColor { background-color: #575827; }

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

This div background color is #575827.


Border color

.myBorderColor { border: 1px solid #575827; }

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

This div border color is #575827.


Opacity

.myOpacity80 { color: #575827; opacity: 0.8; }

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

Text with #575827 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 #575827;}

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

This text has shadow with #575827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575827 on black background.


Color preview on white background

This text has color #575827 on white background.



Black color preview on #575827 background

This text has black color on #575827 background.


White color preview on #575827 background

This text has white color on #575827 background.