COLOR #578F7C

HEX: #578F7C
RGB: (87,143,124)

Color info

#578F7C contains red, green and blue colors in about the same proportion. Web safe color of #578F7C is #669966 (or #696).

RGB color model

#578F7C color RGB value is (87,143,124).

  • red value is 87;
  • green value is 143;
  • blue value is 124.
RGB:
(87,143,124)
(34%,56%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 143 of 255 = 56%
B 124 of 255 = 49%

87
143
124

R + G + B ~ 46%. #578F7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 143 + 124 = 354 (100%)
R 87 of 354 ~ 24.58%
G 143 of 354 ~ 40.4%
B 124 of 354 ~ 35.03%

%24.58
%40.4
%35.03

CMYK color model

#578F7C color CMYK value is (39,0,13,44).

  • cyan value is 39.16%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(39,0,13,44)
C39M0Y13K44 
(39%,0%,13%,44%)
(0.39/0.00/0.13/0.44)	

CMYK percentages

%39.16
%0
%13.29
%43.92

Codes

Color #578F7C in popluar color models

578F7C
RGB87143124
HSL160°24.35%45.10%
HSB/HSV160°39.16%56.08%
CMYK39.16%0.00%13.29%
43.92%

Color #578F7C in popluar number systems.

HEX578F7C
Decimal87143124
Binary1010111100011111111100
Octal127217174

Shades and tints

Shades of #578F7C

#578F7C
(87,143,124)
#508271
(80,130,113)
#497566
(73,117,102)
#42685B
(66,104,91)
#3B5B50
(59,91,80)
#344E45
(52,78,69)
#2D413A
(45,65,58)
#26342F
(38,52,47)
#1F2724
(31,39,36)
#181A19
(24,26,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #578F7C

#578F7C
(87,143,124)
#669987
(102,153,135)
#75A392
(117,163,146)
#84AD9D
(132,173,157)
#93B7A8
(147,183,168)
#A2C1B3
(162,193,179)
#B1CBBE
(177,203,190)
#C0D5C9
(192,213,201)
#CFDFD4
(207,223,212)
#DEE9DF
(222,233,223)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578F7C color. Also use rgb(87,143,124) instead hex code.

Text Font Color

.myTextColor { color: #578F7C; }

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

This text font color is #578F7C.


Background Color

.myBgColor { background-color: #578F7C; }

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

This div background color is #578F7C.


Border color

.myBorderColor { border: 1px solid #578F7C; }

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

This div border color is #578F7C.


Opacity

.myOpacity80 { color: #578F7C; opacity: 0.8; }

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

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

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

This text has shadow with #578F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578F7C on black background.


Color preview on white background

This text has color #578F7C on white background.



Black color preview on #578F7C background

This text has black color on #578F7C background.


White color preview on #578F7C background

This text has white color on #578F7C background.