COLOR #576364

HEX: #576364
RGB: (87,99,100)

Color info

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

RGB color model

#576364 color RGB value is (87,99,100).

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

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 100 of 255 = 39%

87
99
100

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

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 100 = 286 (100%)
R 87 of 286 ~ 30.42%
G 99 of 286 ~ 34.62%
B 100 of 286 ~ 34.97%

%30.42
%34.62
%34.97

CMYK color model

#576364 color CMYK value is (13,1,0,61).

  • cyan value is 13.00%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(13,1,0,61)
C13M1Y0K61 
(13%,1%,0%,61%)
(0.13/0.01/0.00/0.61)	

CMYK percentages

%13
%1
%0
%60.78

Codes

Color #576364 in popluar color models

576364
RGB8799100
HSL185°6.95%36.67%
HSB/HSV185°13.00%39.22%
CMYK13.00%1.00%0.00%
60.78%

Color #576364 in popluar number systems.

HEX576364
Decimal8799100
Binary101011111000111100100
Octal127143144

Shades and tints

Shades of #576364

#576364
(87,99,100)
#505A5B
(80,90,91)
#495152
(73,81,82)
#424849
(66,72,73)
#3B3F40
(59,63,64)
#343637
(52,54,55)
#2D2D2E
(45,45,46)
#262425
(38,36,37)
#1F1B1C
(31,27,28)
#181213
(24,18,19)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #576364

#576364
(87,99,100)
#667172
(102,113,114)
#757F80
(117,127,128)
#848D8E
(132,141,142)
#939B9C
(147,155,156)
#A2A9AA
(162,169,170)
#B1B7B8
(177,183,184)
#C0C5C6
(192,197,198)
#CFD3D4
(207,211,212)
#DEE1E2
(222,225,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576364; }

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

This text font color is #576364.


Background Color

.myBgColor { background-color: #576364; }

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

This div background color is #576364.


Border color

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

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

This div border color is #576364.


Opacity

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

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

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

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

This text has shadow with #576364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576364 on black background.


Color preview on white background

This text has color #576364 on white background.



Black color preview on #576364 background

This text has black color on #576364 background.


White color preview on #576364 background

This text has white color on #576364 background.