COLOR #576F36

HEX: #576F36 RGB: (87,111,54)

Color info

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

RGB color model

#576F36 color RGB value is (87,111,54).

RGB: (87,111,54) (34%, 44%, 21%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 54 of 255 = 21%

87
111
54

R + G + B ~ 33%. #576F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 111 + 54 = 252 (100%)
R 87 of 252 ~ 34.52%
G 111 of 252 ~ 44.05%
B 54 of 252 ~ 21.43'%

%34.52
%44.05
%21.43

CMYK color model

#576F36 color CMYK value is (22,0,51,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 56.47%

CMYK: (22,0,51,56)
C22M0Y51K56 (22%, 0%, 51%, 56%)
(0.22 / 0.00 / 0.51 / 0.56)

CMYK percentages

%21.62
%0
%51.35
%56.47

Codes

Color #576F36 in popluar color models

57 6F 36
RGB 87 111 54
HSL 85° 34.55% 32.35%
HSB/HSV 85° 51.35% 43.53%
CMYK 21.62% 0.00% 51.35%
56.47%

Color #576F36 in popluar number systems.

HEX 57 6F 36
Decimal 87 111 54
Binary 1010111 1101111 110110
Octal 127 157 66

Shades and tints

Shades of #576F36

#576F36
(87,111,54)
#506532
(80,101,50)
#495B2E
(73,91,46)
#42512A
(66,81,42)
#3B4726
(59,71,38)
#343D22
(52,61,34)
#2D331E
(45,51,30)
#26291A
(38,41,26)
#1F1F16
(31,31,22)
#181512
(24,21,18)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #576F36

#576F36
(87,111,54)
#667C48
(102,124,72)
#75895A
(117,137,90)
#84966C
(132,150,108)
#93A37E
(147,163,126)
#A2B090
(162,176,144)
#B1BDA2
(177,189,162)
#C0CAB4
(192,202,180)
#CFD7C6
(207,215,198)
#DEE4D8
(222,228,216)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F36 color. Also use rgb(87,111,54) instead hex code.

Text Font Color

.myTextColor { color: #576F36; }

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

This text font color is #576F36.

Background Color

.myBgColor { background-color: #576F36; }

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

This div background color is #576F36.

Border color

.myBorderColor { border: 1px solid #576F36; }

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

This div border color is #576F36.

Opacity

.myOpacity80 { color: #576F36; opacity: 0.8; }

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

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

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

This text has shadow with #576F36 color.


.textShadow {text-shadow: 3px 3px 1px #576F36', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #576F36; -webkit-box-shadow: 1px 1px 3px 2px #576F36; box-shadow:1px 1px 3px 2px #576F36;">
Div content here
</div>

This div box has shadow with color #576F36.

Preview

Color preview on black background

This text has color #576F36 on black background.


Color preview on white background

This text has color #576F36 on white background.


Black color preview on #576F36 background

This text has black color on #576F36 background.


White color preview on #576F36 background

This text has white color on #576F36 background.


Related colors

Complementary color

Complementary color for #hex is #A890C9.


I love getcolorcode.com

Triadic colors

1 #36576F and #6F3657 with #576F36 are triadic colors.

2 #366F57 and #6F5736 with #576F36 are triadic colors.