COLOR #576E30

HEX: #576E30 RGB: (87,110,48)

Color info

#576E30 contains mainly red and green colors. Web safe color of #576E30 is #666633 (or #663).

RGB color model

#576E30 color RGB value is (87,110,48).

RGB: (87,110,48) (34%, 43%, 19%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 48 of 255 = 19%

87
110
48

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

Portions of RGB colors in percentages

R + G + B = 87 + 110 + 48 = 245 (100%)
R 87 of 245 ~ 35.51%
G 110 of 245 ~ 44.9%
B 48 of 245 ~ 19.59'%

%35.51
%44.9
%19.59

CMYK color model

#576E30 color CMYK value is (21,0,56,57).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 56.86%

CMYK: (21,0,56,57)
C21M0Y56K57 (21%, 0%, 56%, 57%)
(0.21 / 0.00 / 0.56 / 0.57)

CMYK percentages

%20.91
%0
%56.36
%56.86

Codes

Color #576E30 in popluar color models

57 6E 30
RGB 87 110 48
HSL 82° 39.24% 30.98%
HSB/HSV 82° 56.36% 43.14%
CMYK 20.91% 0.00% 56.36%
56.86%

Color #576E30 in popluar number systems.

HEX 57 6E 30
Decimal 87 110 48
Binary 1010111 1101110 110000
Octal 127 156 60

Shades and tints

Shades of #576E30

#576E30
(87,110,48)
#50642C
(80,100,44)
#495A28
(73,90,40)
#425024
(66,80,36)
#3B4620
(59,70,32)
#343C1C
(52,60,28)
#2D3218
(45,50,24)
#262814
(38,40,20)
#1F1E10
(31,30,16)
#18140C
(24,20,12)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #576E30

#576E30
(87,110,48)
#667B42
(102,123,66)
#758854
(117,136,84)
#849566
(132,149,102)
#93A278
(147,162,120)
#A2AF8A
(162,175,138)
#B1BC9C
(177,188,156)
#C0C9AE
(192,201,174)
#CFD6C0
(207,214,192)
#DEE3D2
(222,227,210)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576E30 color. Also use rgb(87,110,48) instead hex code.

Text Font Color

.myTextColor { color: #576E30; }

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

This text font color is #576E30.

Background Color

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

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

This div background color is #576E30.

Border color

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

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

This div border color is #576E30.

Opacity

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

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

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

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

This text has shadow with #576E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576E30.

Preview

Color preview on black background

This text has color #576E30 on black background.


Color preview on white background

This text has color #576E30 on white background.


Black color preview on #576E30 background

This text has black color on #576E30 background.


White color preview on #576E30 background

This text has white color on #576E30 background.


Related colors

Complementary color

Complementary color for #hex is #A891CF.


I love getcolorcode.com

Triadic colors

1 #30576E and #6E3057 with #576E30 are triadic colors.

2 #306E57 and #6E5730 with #576E30 are triadic colors.