COLOR #578381

HEX: #578381
RGB: (87,131,129)

Color info

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

RGB color model

#578381 color RGB value is (87,131,129).

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

RGB channels and saturation

R 87 of 255 = 34%
G 131 of 255 = 51%
B 129 of 255 = 51%

87
131
129

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

Portions of RGB colors in percentages

R + G + B =
87 + 131 + 129 = 347 (100%)
R 87 of 347 ~ 25.07%
G 131 of 347 ~ 37.75%
B 129 of 347 ~ 37.18%

%25.07
%37.75
%37.18

CMYK color model

#578381 color CMYK value is (34,0,2,49).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(34,0,2,49)
C34M0Y2K49 
(34%,0%,2%,49%)
(0.34/0.00/0.02/0.49)	

CMYK percentages

%33.59
%0
%1.53
%48.63

Codes

Color #578381 in popluar color models

578381
RGB87131129
HSL177°20.18%42.75%
HSB/HSV177°33.59%51.37%
CMYK33.59%0.00%1.53%
48.63%

Color #578381 in popluar number systems.

HEX578381
Decimal87131129
Binary10101111000001110000001
Octal127203201

Shades and tints

Shades of #578381

#578381
(87,131,129)
#507876
(80,120,118)
#496D6B
(73,109,107)
#426260
(66,98,96)
#3B5755
(59,87,85)
#344C4A
(52,76,74)
#2D413F
(45,65,63)
#263634
(38,54,52)
#1F2B29
(31,43,41)
#18201E
(24,32,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #578381

#578381
(87,131,129)
#668E8C
(102,142,140)
#759997
(117,153,151)
#84A4A2
(132,164,162)
#93AFAD
(147,175,173)
#A2BAB8
(162,186,184)
#B1C5C3
(177,197,195)
#C0D0CE
(192,208,206)
#CFDBD9
(207,219,217)
#DEE6E4
(222,230,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578381; }

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

This text font color is #578381.


Background Color

.myBgColor { background-color: #578381; }

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

This div background color is #578381.


Border color

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

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

This div border color is #578381.


Opacity

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

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

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

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

This text has shadow with #578381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578381 on black background.


Color preview on white background

This text has color #578381 on white background.



Black color preview on #578381 background

This text has black color on #578381 background.


White color preview on #578381 background

This text has white color on #578381 background.