COLOR #575842

HEX: #575842
RGB: (87,88,66)

Color info

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

RGB color model

#575842 color RGB value is (87,88,66).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 66 of 255 = 26%

87
88
66

R + G + B ~ 32%. #575842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 66 = 241 (100%)
R 87 of 241 ~ 36.1%
G 88 of 241 ~ 36.51%
B 66 of 241 ~ 27.39%

%36.1
%36.51
%27.39

CMYK color model

#575842 color CMYK value is (1,0,25,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(1,0,25,65)
C1M0Y25K65 
(1%,0%,25%,65%)
(0.01/0.00/0.25/0.65)	

CMYK percentages

%1.14
%0
%25
%65.49

Codes

Color #575842 in popluar color models

575842
RGB878866
HSL63°14.29%30.20%
HSB/HSV63°25.00%34.51%
CMYK1.14%0.00%25.00%
65.49%

Color #575842 in popluar number systems.

HEX575842
Decimal878866
Binary101011110110001000010
Octal127130102

Shades and tints

Shades of #575842

#575842
(87,88,66)
#50503C
(80,80,60)
#494836
(73,72,54)
#424030
(66,64,48)
#3B382A
(59,56,42)
#343024
(52,48,36)
#2D281E
(45,40,30)
#262018
(38,32,24)
#1F1812
(31,24,18)
#18100C
(24,16,12)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #575842

#575842
(87,88,66)
#666753
(102,103,83)
#757664
(117,118,100)
#848575
(132,133,117)
#939486
(147,148,134)
#A2A397
(162,163,151)
#B1B2A8
(177,178,168)
#C0C1B9
(192,193,185)
#CFD0CA
(207,208,202)
#DEDFDB
(222,223,219)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575842; }

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

This text font color is #575842.


Background Color

.myBgColor { background-color: #575842; }

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

This div background color is #575842.


Border color

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

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

This div border color is #575842.


Opacity

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

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

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

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

This text has shadow with #575842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575842 on black background.


Color preview on white background

This text has color #575842 on white background.



Black color preview on #575842 background

This text has black color on #575842 background.


White color preview on #575842 background

This text has white color on #575842 background.