COLOR #577374

HEX: #577374
RGB: (87,115,116)

Color info

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

RGB color model

#577374 color RGB value is (87,115,116).

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

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 116 of 255 = 45%

87
115
116

R + G + B ~ 41%. #577374 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 116 = 318 (100%)
R 87 of 318 ~ 27.36%
G 115 of 318 ~ 36.16%
B 116 of 318 ~ 36.48%

%27.36
%36.16
%36.48

CMYK color model

#577374 color CMYK value is (25,1,0,55).

  • cyan value is 25.00%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(25,1,0,55)
C25M1Y0K55 
(25%,1%,0%,55%)
(0.25/0.01/0.00/0.55)	

CMYK percentages

%25
%0.86
%0
%54.51

Codes

Color #577374 in popluar color models

577374
RGB87115116
HSL182°14.29%39.80%
HSB/HSV182°25.00%45.49%
CMYK25.00%0.86%0.00%
54.51%

Color #577374 in popluar number systems.

HEX577374
Decimal87115116
Binary101011111100111110100
Octal127163164

Shades and tints

Shades of #577374

#577374
(87,115,116)
#50696A
(80,105,106)
#495F60
(73,95,96)
#425556
(66,85,86)
#3B4B4C
(59,75,76)
#344142
(52,65,66)
#2D3738
(45,55,56)
#262D2E
(38,45,46)
#1F2324
(31,35,36)
#18191A
(24,25,26)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #577374

#577374
(87,115,116)
#667F80
(102,127,128)
#758B8C
(117,139,140)
#849798
(132,151,152)
#93A3A4
(147,163,164)
#A2AFB0
(162,175,176)
#B1BBBC
(177,187,188)
#C0C7C8
(192,199,200)
#CFD3D4
(207,211,212)
#DEDFE0
(222,223,224)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577374; }

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

This text font color is #577374.


Background Color

.myBgColor { background-color: #577374; }

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

This div background color is #577374.


Border color

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

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

This div border color is #577374.


Opacity

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

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

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

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

This text has shadow with #577374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577374 on black background.


Color preview on white background

This text has color #577374 on white background.



Black color preview on #577374 background

This text has black color on #577374 background.


White color preview on #577374 background

This text has white color on #577374 background.