COLOR #576753

HEX: #576753
RGB: (87,103,83)

Color info

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

RGB color model

#576753 color RGB value is (87,103,83).

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

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 83 of 255 = 33%

87
103
83

R + G + B ~ 36%. #576753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 83 = 273 (100%)
R 87 of 273 ~ 31.87%
G 103 of 273 ~ 37.73%
B 83 of 273 ~ 30.4%

%31.87
%37.73
%30.4

CMYK color model

#576753 color CMYK value is (16,0,19,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(16,0,19,60)
C16M0Y19K60 
(16%,0%,19%,60%)
(0.16/0.00/0.19/0.60)	

CMYK percentages

%15.53
%0
%19.42
%59.61

Codes

Color #576753 in popluar color models

576753
RGB8710383
HSL108°10.75%36.47%
HSB/HSV108°19.42%40.39%
CMYK15.53%0.00%19.42%
59.61%

Color #576753 in popluar number systems.

HEX576753
Decimal8710383
Binary101011111001111010011
Octal127147123

Shades and tints

Shades of #576753

#576753
(87,103,83)
#505E4C
(80,94,76)
#495545
(73,85,69)
#424C3E
(66,76,62)
#3B4337
(59,67,55)
#343A30
(52,58,48)
#2D3129
(45,49,41)
#262822
(38,40,34)
#1F1F1B
(31,31,27)
#181614
(24,22,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #576753

#576753
(87,103,83)
#667462
(102,116,98)
#758171
(117,129,113)
#848E80
(132,142,128)
#939B8F
(147,155,143)
#A2A89E
(162,168,158)
#B1B5AD
(177,181,173)
#C0C2BC
(192,194,188)
#CFCFCB
(207,207,203)
#DEDCDA
(222,220,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576753; }

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

This text font color is #576753.


Background Color

.myBgColor { background-color: #576753; }

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

This div background color is #576753.


Border color

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

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

This div border color is #576753.


Opacity

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

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

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

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

This text has shadow with #576753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576753 on black background.


Color preview on white background

This text has color #576753 on white background.



Black color preview on #576753 background

This text has black color on #576753 background.


White color preview on #576753 background

This text has white color on #576753 background.