COLOR #576266

HEX: #576266
RGB: (87,98,102)

Color info

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

RGB color model

#576266 color RGB value is (87,98,102).

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

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 102 of 255 = 40%

87
98
102

R + G + B ~ 37%. #576266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 102 = 287 (100%)
R 87 of 287 ~ 30.31%
G 98 of 287 ~ 34.15%
B 102 of 287 ~ 35.54%

%30.31
%34.15
%35.54

CMYK color model

#576266 color CMYK value is (15,4,0,60).

  • cyan value is 14.71%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(15,4,0,60)
C15M4Y0K60 
(15%,4%,0%,60%)
(0.15/0.04/0.00/0.60)	

CMYK percentages

%14.71
%3.92
%0
%60

Codes

Color #576266 in popluar color models

576266
RGB8798102
HSL196°7.94%37.06%
HSB/HSV196°14.71%40.00%
CMYK14.71%3.92%0.00%
60.00%

Color #576266 in popluar number systems.

HEX576266
Decimal8798102
Binary101011111000101100110
Octal127142146

Shades and tints

Shades of #576266

#576266
(87,98,102)
#505A5D
(80,90,93)
#495254
(73,82,84)
#424A4B
(66,74,75)
#3B4242
(59,66,66)
#343A39
(52,58,57)
#2D3230
(45,50,48)
#262A27
(38,42,39)
#1F221E
(31,34,30)
#181A15
(24,26,21)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #576266

#576266
(87,98,102)
#667073
(102,112,115)
#757E80
(117,126,128)
#848C8D
(132,140,141)
#939A9A
(147,154,154)
#A2A8A7
(162,168,167)
#B1B6B4
(177,182,180)
#C0C4C1
(192,196,193)
#CFD2CE
(207,210,206)
#DEE0DB
(222,224,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576266; }

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

This text font color is #576266.


Background Color

.myBgColor { background-color: #576266; }

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

This div background color is #576266.


Border color

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

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

This div border color is #576266.


Opacity

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

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

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

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

This text has shadow with #576266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576266 on black background.


Color preview on white background

This text has color #576266 on white background.



Black color preview on #576266 background

This text has black color on #576266 background.


White color preview on #576266 background

This text has white color on #576266 background.