COLOR #576758

HEX: #576758
RGB: (87,103,88)

Color info

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

RGB color model

#576758 color RGB value is (87,103,88).

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

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 88 of 255 = 35%

87
103
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 88 = 278 (100%)
R 87 of 278 ~ 31.29%
G 103 of 278 ~ 37.05%
B 88 of 278 ~ 31.65%

%31.29
%37.05
%31.65

CMYK color model

#576758 color CMYK value is (16,0,15,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(16,0,15,60)
C16M0Y15K60 
(16%,0%,15%,60%)
(0.16/0.00/0.15/0.60)	

CMYK percentages

%15.53
%0
%14.56
%59.61

Codes

Color #576758 in popluar color models

576758
RGB8710388
HSL124°8.42%37.25%
HSB/HSV124°15.53%40.39%
CMYK15.53%0.00%14.56%
59.61%

Color #576758 in popluar number systems.

HEX576758
Decimal8710388
Binary101011111001111011000
Octal127147130

Shades and tints

Shades of #576758

#576758
(87,103,88)
#505E50
(80,94,80)
#495548
(73,85,72)
#424C40
(66,76,64)
#3B4338
(59,67,56)
#343A30
(52,58,48)
#2D3128
(45,49,40)
#262820
(38,40,32)
#1F1F18
(31,31,24)
#181610
(24,22,16)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #576758

#576758
(87,103,88)
#667467
(102,116,103)
#758176
(117,129,118)
#848E85
(132,142,133)
#939B94
(147,155,148)
#A2A8A3
(162,168,163)
#B1B5B2
(177,181,178)
#C0C2C1
(192,194,193)
#CFCFD0
(207,207,208)
#DEDCDF
(222,220,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576758; }

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

This text font color is #576758.


Background Color

.myBgColor { background-color: #576758; }

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

This div background color is #576758.


Border color

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

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

This div border color is #576758.


Opacity

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

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

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

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

This text has shadow with #576758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576758 on black background.


Color preview on white background

This text has color #576758 on white background.



Black color preview on #576758 background

This text has black color on #576758 background.


White color preview on #576758 background

This text has white color on #576758 background.