COLOR #575262

HEX: #575262
RGB: (87,82,98)

Color info

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

RGB color model

#575262 color RGB value is (87,82,98).

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

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 98 of 255 = 38%

87
82
98

R + G + B ~ 35%. #575262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 98 = 267 (100%)
R 87 of 267 ~ 32.58%
G 82 of 267 ~ 30.71%
B 98 of 267 ~ 36.7%

%32.58
%30.71
%36.7

CMYK color model

#575262 color CMYK value is (11,16,0,62).

  • cyan value is 11.22%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(11,16,0,62)
C11M16Y0K62 
(11%,16%,0%,62%)
(0.11/0.16/0.00/0.62)	

CMYK percentages

%11.22
%16.33
%0
%61.57

Codes

Color #575262 in popluar color models

575262
RGB878298
HSL259°8.89%35.29%
HSB/HSV259°16.33%38.43%
CMYK11.22%16.33%0.00%
61.57%

Color #575262 in popluar number systems.

HEX575262
Decimal878298
Binary101011110100101100010
Octal127122142

Shades and tints

Shades of #575262

#575262
(87,82,98)
#504B5A
(80,75,90)
#494452
(73,68,82)
#423D4A
(66,61,74)
#3B3642
(59,54,66)
#342F3A
(52,47,58)
#2D2832
(45,40,50)
#26212A
(38,33,42)
#1F1A22
(31,26,34)
#18131A
(24,19,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #575262

#575262
(87,82,98)
#666170
(102,97,112)
#75707E
(117,112,126)
#847F8C
(132,127,140)
#938E9A
(147,142,154)
#A29DA8
(162,157,168)
#B1ACB6
(177,172,182)
#C0BBC4
(192,187,196)
#CFCAD2
(207,202,210)
#DED9E0
(222,217,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575262; }

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

This text font color is #575262.


Background Color

.myBgColor { background-color: #575262; }

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

This div background color is #575262.


Border color

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

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

This div border color is #575262.


Opacity

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

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

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

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

This text has shadow with #575262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575262 on black background.


Color preview on white background

This text has color #575262 on white background.



Black color preview on #575262 background

This text has black color on #575262 background.


White color preview on #575262 background

This text has white color on #575262 background.