COLOR #576A38

HEX: #576A38
RGB: (87,106,56)

Color info

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

RGB color model

#576A38 color RGB value is (87,106,56).

  • red value is 87;
  • green value is 106;
  • blue value is 56.
RGB:
(87,106,56)
(34%,42%,22%)

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 56 of 255 = 22%

87
106
56

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

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 56 = 249 (100%)
R 87 of 249 ~ 34.94%
G 106 of 249 ~ 42.57%
B 56 of 249 ~ 22.49%

%34.94
%42.57
%22.49

CMYK color model

#576A38 color CMYK value is (18,0,47,58).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 58.43%
CMYK:
(18,0,47,58)
C18M0Y47K58 
(18%,0%,47%,58%)
(0.18/0.00/0.47/0.58)	

CMYK percentages

%17.92
%0
%47.17
%58.43

Codes

Color #576A38 in popluar color models

576A38
RGB8710656
HSL83°30.86%31.76%
HSB/HSV83°47.17%41.57%
CMYK17.92%0.00%47.17%
58.43%

Color #576A38 in popluar number systems.

HEX576A38
Decimal8710656
Binary10101111101010111000
Octal12715270

Shades and tints

Shades of #576A38

#576A38
(87,106,56)
#506133
(80,97,51)
#49582E
(73,88,46)
#424F29
(66,79,41)
#3B4624
(59,70,36)
#343D1F
(52,61,31)
#2D341A
(45,52,26)
#262B15
(38,43,21)
#1F2210
(31,34,16)
#18190B
(24,25,11)
#111006
(17,16,6)
#000000
(0,0,0)

Tints of #576A38

#576A38
(87,106,56)
#66774A
(102,119,74)
#75845C
(117,132,92)
#84916E
(132,145,110)
#939E80
(147,158,128)
#A2AB92
(162,171,146)
#B1B8A4
(177,184,164)
#C0C5B6
(192,197,182)
#CFD2C8
(207,210,200)
#DEDFDA
(222,223,218)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576A38 color. Also use rgb(87,106,56) instead hex code.

Text Font Color

.myTextColor { color: #576A38; }

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

This text font color is #576A38.


Background Color

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

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

This div background color is #576A38.


Border color

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

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

This div border color is #576A38.


Opacity

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

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

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

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

This text has shadow with #576A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A38 on black background.


Color preview on white background

This text has color #576A38 on white background.



Black color preview on #576A38 background

This text has black color on #576A38 background.


White color preview on #576A38 background

This text has white color on #576A38 background.