COLOR #576353

HEX: #576353
RGB: (87,99,83)

Color info

#576353 contains red, green and blue colors in about the same proportion. Web safe color of #576353 is #666666 (or #666).

RGB color model

#576353 color RGB value is (87,99,83).

  • red value is 87;
  • green value is 99;
  • blue value is 83.
RGB:
(87,99,83)
(34%,39%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 83 of 255 = 33%

87
99
83

R + G + B ~ 35%. #576353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 83 = 269 (100%)
R 87 of 269 ~ 32.34%
G 99 of 269 ~ 36.8%
B 83 of 269 ~ 30.86%

%32.34
%36.8
%30.86

CMYK color model

#576353 color CMYK value is (12,0,16,61).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(12,0,16,61)
C12M0Y16K61 
(12%,0%,16%,61%)
(0.12/0.00/0.16/0.61)	

CMYK percentages

%12.12
%0
%16.16
%61.18

Codes

Color #576353 in popluar color models

576353
RGB879983
HSL105°8.79%35.69%
HSB/HSV105°16.16%38.82%
CMYK12.12%0.00%16.16%
61.18%

Color #576353 in popluar number systems.

HEX576353
Decimal879983
Binary101011111000111010011
Octal127143123

Shades and tints

Shades of #576353

#576353
(87,99,83)
#505A4C
(80,90,76)
#495145
(73,81,69)
#42483E
(66,72,62)
#3B3F37
(59,63,55)
#343630
(52,54,48)
#2D2D29
(45,45,41)
#262422
(38,36,34)
#1F1B1B
(31,27,27)
#181214
(24,18,20)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #576353

#576353
(87,99,83)
#667162
(102,113,98)
#757F71
(117,127,113)
#848D80
(132,141,128)
#939B8F
(147,155,143)
#A2A99E
(162,169,158)
#B1B7AD
(177,183,173)
#C0C5BC
(192,197,188)
#CFD3CB
(207,211,203)
#DEE1DA
(222,225,218)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576353 color. Also use rgb(87,99,83) instead hex code.

Text Font Color

.myTextColor { color: #576353; }

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

This text font color is #576353.


Background Color

.myBgColor { background-color: #576353; }

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

This div background color is #576353.


Border color

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

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

This div border color is #576353.


Opacity

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

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

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

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

This text has shadow with #576353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576353 on black background.


Color preview on white background

This text has color #576353 on white background.



Black color preview on #576353 background

This text has black color on #576353 background.


White color preview on #576353 background

This text has white color on #576353 background.