COLOR #575E74

HEX: #575E74
RGB: (87,94,116)

Color info

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

RGB color model

#575E74 color RGB value is (87,94,116).

  • red value is 87;
  • green value is 94;
  • blue value is 116.
RGB:
(87,94,116)
(34%,37%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 116 of 255 = 45%

87
94
116

R + G + B ~ 39%. #575E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 116 = 297 (100%)
R 87 of 297 ~ 29.29%
G 94 of 297 ~ 31.65%
B 116 of 297 ~ 39.06%

%29.29
%31.65
%39.06

CMYK color model

#575E74 color CMYK value is (25,19,0,55).

  • cyan value is 25.00%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(25,19,0,55)
C25M19Y0K55 
(25%,19%,0%,55%)
(0.25/0.19/0.00/0.55)	

CMYK percentages

%25
%18.97
%0
%54.51

Codes

Color #575E74 in popluar color models

575E74
RGB8794116
HSL226°14.29%39.80%
HSB/HSV226°25.00%45.49%
CMYK25.00%18.97%0.00%
54.51%

Color #575E74 in popluar number systems.

HEX575E74
Decimal8794116
Binary101011110111101110100
Octal127136164

Shades and tints

Shades of #575E74

#575E74
(87,94,116)
#50566A
(80,86,106)
#494E60
(73,78,96)
#424656
(66,70,86)
#3B3E4C
(59,62,76)
#343642
(52,54,66)
#2D2E38
(45,46,56)
#26262E
(38,38,46)
#1F1E24
(31,30,36)
#18161A
(24,22,26)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #575E74

#575E74
(87,94,116)
#666C80
(102,108,128)
#757A8C
(117,122,140)
#848898
(132,136,152)
#9396A4
(147,150,164)
#A2A4B0
(162,164,176)
#B1B2BC
(177,178,188)
#C0C0C8
(192,192,200)
#CFCED4
(207,206,212)
#DEDCE0
(222,220,224)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575E74 color. Also use rgb(87,94,116) instead hex code.

Text Font Color

.myTextColor { color: #575E74; }

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

This text font color is #575E74.


Background Color

.myBgColor { background-color: #575E74; }

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

This div background color is #575E74.


Border color

.myBorderColor { border: 1px solid #575E74; }

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

This div border color is #575E74.


Opacity

.myOpacity80 { color: #575E74; opacity: 0.8; }

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

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

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

This text has shadow with #575E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E74 on black background.


Color preview on white background

This text has color #575E74 on white background.



Black color preview on #575E74 background

This text has black color on #575E74 background.


White color preview on #575E74 background

This text has white color on #575E74 background.