COLOR #576258

HEX: #576258
RGB: (87,98,88)

Color info

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

RGB color model

#576258 color RGB value is (87,98,88).

  • red value is 87;
  • green value is 98;
  • blue value is 88.
RGB:
(87,98,88)
(34%,38%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 88 of 255 = 35%

87
98
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 88 = 273 (100%)
R 87 of 273 ~ 31.87%
G 98 of 273 ~ 35.9%
B 88 of 273 ~ 32.23%

%31.87
%35.9
%32.23

CMYK color model

#576258 color CMYK value is (11,0,10,62).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(11,0,10,62)
C11M0Y10K62 
(11%,0%,10%,62%)
(0.11/0.00/0.10/0.62)	

CMYK percentages

%11.22
%0
%10.2
%61.57

Codes

Color #576258 in popluar color models

576258
RGB879888
HSL125°5.95%36.27%
HSB/HSV125°11.22%38.43%
CMYK11.22%0.00%10.20%
61.57%

Color #576258 in popluar number systems.

HEX576258
Decimal879888
Binary101011111000101011000
Octal127142130

Shades and tints

Shades of #576258

#576258
(87,98,88)
#505A50
(80,90,80)
#495248
(73,82,72)
#424A40
(66,74,64)
#3B4238
(59,66,56)
#343A30
(52,58,48)
#2D3228
(45,50,40)
#262A20
(38,42,32)
#1F2218
(31,34,24)
#181A10
(24,26,16)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #576258

#576258
(87,98,88)
#667067
(102,112,103)
#757E76
(117,126,118)
#848C85
(132,140,133)
#939A94
(147,154,148)
#A2A8A3
(162,168,163)
#B1B6B2
(177,182,178)
#C0C4C1
(192,196,193)
#CFD2D0
(207,210,208)
#DEE0DF
(222,224,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576258 color. Also use rgb(87,98,88) instead hex code.

Text Font Color

.myTextColor { color: #576258; }

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

This text font color is #576258.


Background Color

.myBgColor { background-color: #576258; }

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

This div background color is #576258.


Border color

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

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

This div border color is #576258.


Opacity

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

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

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

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

This text has shadow with #576258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576258 on black background.


Color preview on white background

This text has color #576258 on white background.



Black color preview on #576258 background

This text has black color on #576258 background.


White color preview on #576258 background

This text has white color on #576258 background.