COLOR #518976

HEX: #518976
RGB: (81,137,118)

Color info

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

RGB color model

#518976 color RGB value is (81,137,118).

  • red value is 81;
  • green value is 137;
  • blue value is 118.
RGB:
(81,137,118)
(32%,54%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 118 of 255 = 46%

81
137
118

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

Portions of RGB colors in percentages

R + G + B =
81 + 137 + 118 = 336 (100%)
R 81 of 336 ~ 24.11%
G 137 of 336 ~ 40.77%
B 118 of 336 ~ 35.12%

%24.11
%40.77
%35.12

CMYK color model

#518976 color CMYK value is (41,0,14,46).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(41,0,14,46)
C41M0Y14K46 
(41%,0%,14%,46%)
(0.41/0.00/0.14/0.46)	

CMYK percentages

%40.88
%0
%13.87
%46.27

Codes

Color #518976 in popluar color models

518976
RGB81137118
HSL160°25.69%42.75%
HSB/HSV160°40.88%53.73%
CMYK40.88%0.00%13.87%
46.27%

Color #518976 in popluar number systems.

HEX518976
Decimal81137118
Binary1010001100010011110110
Octal121211166

Shades and tints

Shades of #518976

#518976
(81,137,118)
#4A7D6C
(74,125,108)
#437162
(67,113,98)
#3C6558
(60,101,88)
#35594E
(53,89,78)
#2E4D44
(46,77,68)
#27413A
(39,65,58)
#203530
(32,53,48)
#192926
(25,41,38)
#121D1C
(18,29,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #518976

#518976
(81,137,118)
#609382
(96,147,130)
#6F9D8E
(111,157,142)
#7EA79A
(126,167,154)
#8DB1A6
(141,177,166)
#9CBBB2
(156,187,178)
#ABC5BE
(171,197,190)
#BACFCA
(186,207,202)
#C9D9D6
(201,217,214)
#D8E3E2
(216,227,226)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518976 color. Also use rgb(81,137,118) instead hex code.

Text Font Color

.myTextColor { color: #518976; }

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

This text font color is #518976.


Background Color

.myBgColor { background-color: #518976; }

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

This div background color is #518976.


Border color

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

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

This div border color is #518976.


Opacity

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

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

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

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

This text has shadow with #518976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518976 on black background.


Color preview on white background

This text has color #518976 on white background.



Black color preview on #518976 background

This text has black color on #518976 background.


White color preview on #518976 background

This text has white color on #518976 background.