COLOR #575A3F

HEX: #575A3F
RGB: (87,90,63)

Color info

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

RGB color model

#575A3F color RGB value is (87,90,63).

  • red value is 87;
  • green value is 90;
  • blue value is 63.
RGB:
(87,90,63)
(34%,35%,25%)

RGB channels and saturation

R 87 of 255 = 34%
G 90 of 255 = 35%
B 63 of 255 = 25%

87
90
63

R + G + B ~ 31%. #575A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 90 + 63 = 240 (100%)
R 87 of 240 ~ 36.25%
G 90 of 240 ~ 37.5%
B 63 of 240 ~ 26.25%

%36.25
%37.5
%26.25

CMYK color model

#575A3F color CMYK value is (3,0,30,65).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(3,0,30,65)
C3M0Y30K65 
(3%,0%,30%,65%)
(0.03/0.00/0.30/0.65)	

CMYK percentages

%3.33
%0
%30
%64.71

Codes

Color #575A3F in popluar color models

575A3F
RGB879063
HSL67°17.65%30.00%
HSB/HSV67°30.00%35.29%
CMYK3.33%0.00%30.00%
64.71%

Color #575A3F in popluar number systems.

HEX575A3F
Decimal879063
Binary10101111011010111111
Octal12713277

Shades and tints

Shades of #575A3F

#575A3F
(87,90,63)
#50523A
(80,82,58)
#494A35
(73,74,53)
#424230
(66,66,48)
#3B3A2B
(59,58,43)
#343226
(52,50,38)
#2D2A21
(45,42,33)
#26221C
(38,34,28)
#1F1A17
(31,26,23)
#181212
(24,18,18)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #575A3F

#575A3F
(87,90,63)
#666950
(102,105,80)
#757861
(117,120,97)
#848772
(132,135,114)
#939683
(147,150,131)
#A2A594
(162,165,148)
#B1B4A5
(177,180,165)
#C0C3B6
(192,195,182)
#CFD2C7
(207,210,199)
#DEE1D8
(222,225,216)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575A3F color. Also use rgb(87,90,63) instead hex code.

Text Font Color

.myTextColor { color: #575A3F; }

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

This text font color is #575A3F.


Background Color

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

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

This div background color is #575A3F.


Border color

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

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

This div border color is #575A3F.


Opacity

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

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

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

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

This text has shadow with #575A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575A3F on black background.


Color preview on white background

This text has color #575A3F on white background.



Black color preview on #575A3F background

This text has black color on #575A3F background.


White color preview on #575A3F background

This text has white color on #575A3F background.