COLOR #578983

HEX: #578983
RGB: (87,137,131)

Color info

#578983 contains red, green and blue colors in about the same proportion. Web safe color of #578983 is #669999 (or #699).

RGB color model

#578983 color RGB value is (87,137,131).

  • red value is 87;
  • green value is 137;
  • blue value is 131.
RGB:
(87,137,131)
(34%,54%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 131 of 255 = 51%

87
137
131

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 131 = 355 (100%)
R 87 of 355 ~ 24.51%
G 137 of 355 ~ 38.59%
B 131 of 355 ~ 36.9%

%24.51
%38.59
%36.9

CMYK color model

#578983 color CMYK value is (36,0,4,46).

  • cyan value is 36.50%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(36,0,4,46)
C36M0Y4K46 
(36%,0%,4%,46%)
(0.36/0.00/0.04/0.46)	

CMYK percentages

%36.5
%0
%4.38
%46.27

Codes

Color #578983 in popluar color models

578983
RGB87137131
HSL173°22.32%43.92%
HSB/HSV173°36.50%53.73%
CMYK36.50%0.00%4.38%
46.27%

Color #578983 in popluar number systems.

HEX578983
Decimal87137131
Binary10101111000100110000011
Octal127211203

Shades and tints

Shades of #578983

#578983
(87,137,131)
#507D78
(80,125,120)
#49716D
(73,113,109)
#426562
(66,101,98)
#3B5957
(59,89,87)
#344D4C
(52,77,76)
#2D4141
(45,65,65)
#263536
(38,53,54)
#1F292B
(31,41,43)
#181D20
(24,29,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #578983

#578983
(87,137,131)
#66938E
(102,147,142)
#759D99
(117,157,153)
#84A7A4
(132,167,164)
#93B1AF
(147,177,175)
#A2BBBA
(162,187,186)
#B1C5C5
(177,197,197)
#C0CFD0
(192,207,208)
#CFD9DB
(207,217,219)
#DEE3E6
(222,227,230)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578983 color. Also use rgb(87,137,131) instead hex code.

Text Font Color

.myTextColor { color: #578983; }

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

This text font color is #578983.


Background Color

.myBgColor { background-color: #578983; }

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

This div background color is #578983.


Border color

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

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

This div border color is #578983.


Opacity

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

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

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

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

This text has shadow with #578983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578983 on black background.


Color preview on white background

This text has color #578983 on white background.



Black color preview on #578983 background

This text has black color on #578983 background.


White color preview on #578983 background

This text has white color on #578983 background.