COLOR #576064

HEX: #576064
RGB: (87,96,100)

Color info

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

RGB color model

#576064 color RGB value is (87,96,100).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 100 of 255 = 39%

87
96
100

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 100 = 283 (100%)
R 87 of 283 ~ 30.74%
G 96 of 283 ~ 33.92%
B 100 of 283 ~ 35.34%

%30.74
%33.92
%35.34

CMYK color model

#576064 color CMYK value is (13,4,0,61).

  • cyan value is 13.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(13,4,0,61)
C13M4Y0K61 
(13%,4%,0%,61%)
(0.13/0.04/0.00/0.61)	

CMYK percentages

%13
%4
%0
%60.78

Codes

Color #576064 in popluar color models

576064
RGB8796100
HSL198°6.95%36.67%
HSB/HSV198°13.00%39.22%
CMYK13.00%4.00%0.00%
60.78%

Color #576064 in popluar number systems.

HEX576064
Decimal8796100
Binary101011111000001100100
Octal127140144

Shades and tints

Shades of #576064

#576064
(87,96,100)
#50585B
(80,88,91)
#495052
(73,80,82)
#424849
(66,72,73)
#3B4040
(59,64,64)
#343837
(52,56,55)
#2D302E
(45,48,46)
#262825
(38,40,37)
#1F201C
(31,32,28)
#181813
(24,24,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #576064

#576064
(87,96,100)
#666E72
(102,110,114)
#757C80
(117,124,128)
#848A8E
(132,138,142)
#93989C
(147,152,156)
#A2A6AA
(162,166,170)
#B1B4B8
(177,180,184)
#C0C2C6
(192,194,198)
#CFD0D4
(207,208,212)
#DEDEE2
(222,222,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576064; }

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

This text font color is #576064.


Background Color

.myBgColor { background-color: #576064; }

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

This div background color is #576064.


Border color

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

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

This div border color is #576064.


Opacity

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

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

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

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

This text has shadow with #576064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576064 on black background.


Color preview on white background

This text has color #576064 on white background.



Black color preview on #576064 background

This text has black color on #576064 background.


White color preview on #576064 background

This text has white color on #576064 background.