COLOR #518877

HEX: #518877
RGB: (81,136,119)

Color info

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

RGB color model

#518877 color RGB value is (81,136,119).

  • red value is 81;
  • green value is 136;
  • blue value is 119.
RGB:
(81,136,119)
(32%,53%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 136 of 255 = 53%
B 119 of 255 = 47%

81
136
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 136 + 119 = 336 (100%)
R 81 of 336 ~ 24.11%
G 136 of 336 ~ 40.48%
B 119 of 336 ~ 35.42%

%24.11
%40.48
%35.42

CMYK color model

#518877 color CMYK value is (40,0,13,47).

  • cyan value is 40.44%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(40,0,13,47)
C40M0Y13K47 
(40%,0%,13%,47%)
(0.40/0.00/0.13/0.47)	

CMYK percentages

%40.44
%0
%12.5
%46.67

Codes

Color #518877 in popluar color models

518877
RGB81136119
HSL161°25.35%42.55%
HSB/HSV161°40.44%53.33%
CMYK40.44%0.00%12.50%
46.67%

Color #518877 in popluar number systems.

HEX518877
Decimal81136119
Binary1010001100010001110111
Octal121210167

Shades and tints

Shades of #518877

#518877
(81,136,119)
#4A7C6D
(74,124,109)
#437063
(67,112,99)
#3C6459
(60,100,89)
#35584F
(53,88,79)
#2E4C45
(46,76,69)
#27403B
(39,64,59)
#203431
(32,52,49)
#192827
(25,40,39)
#121C1D
(18,28,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #518877

#518877
(81,136,119)
#609283
(96,146,131)
#6F9C8F
(111,156,143)
#7EA69B
(126,166,155)
#8DB0A7
(141,176,167)
#9CBAB3
(156,186,179)
#ABC4BF
(171,196,191)
#BACECB
(186,206,203)
#C9D8D7
(201,216,215)
#D8E2E3
(216,226,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518877 color. Also use rgb(81,136,119) instead hex code.

Text Font Color

.myTextColor { color: #518877; }

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

This text font color is #518877.


Background Color

.myBgColor { background-color: #518877; }

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

This div background color is #518877.


Border color

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

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

This div border color is #518877.


Opacity

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

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

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

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

This text has shadow with #518877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518877 on black background.


Color preview on white background

This text has color #518877 on white background.



Black color preview on #518877 background

This text has black color on #518877 background.


White color preview on #518877 background

This text has white color on #518877 background.