COLOR #518372

HEX: #518372
RGB: (81,131,114)

Color info

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

RGB color model

#518372 color RGB value is (81,131,114).

  • red value is 81;
  • green value is 131;
  • blue value is 114.
RGB:
(81,131,114)
(32%,51%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 131 of 255 = 51%
B 114 of 255 = 45%

81
131
114

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

Portions of RGB colors in percentages

R + G + B =
81 + 131 + 114 = 326 (100%)
R 81 of 326 ~ 24.85%
G 131 of 326 ~ 40.18%
B 114 of 326 ~ 34.97%

%24.85
%40.18
%34.97

CMYK color model

#518372 color CMYK value is (38,0,13,49).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(38,0,13,49)
C38M0Y13K49 
(38%,0%,13%,49%)
(0.38/0.00/0.13/0.49)	

CMYK percentages

%38.17
%0
%12.98
%48.63

Codes

Color #518372 in popluar color models

518372
RGB81131114
HSL160°23.58%41.57%
HSB/HSV160°38.17%51.37%
CMYK38.17%0.00%12.98%
48.63%

Color #518372 in popluar number systems.

HEX518372
Decimal81131114
Binary1010001100000111110010
Octal121203162

Shades and tints

Shades of #518372

#518372
(81,131,114)
#4A7868
(74,120,104)
#436D5E
(67,109,94)
#3C6254
(60,98,84)
#35574A
(53,87,74)
#2E4C40
(46,76,64)
#274136
(39,65,54)
#20362C
(32,54,44)
#192B22
(25,43,34)
#122018
(18,32,24)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #518372

#518372
(81,131,114)
#608E7E
(96,142,126)
#6F998A
(111,153,138)
#7EA496
(126,164,150)
#8DAFA2
(141,175,162)
#9CBAAE
(156,186,174)
#ABC5BA
(171,197,186)
#BAD0C6
(186,208,198)
#C9DBD2
(201,219,210)
#D8E6DE
(216,230,222)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518372 color. Also use rgb(81,131,114) instead hex code.

Text Font Color

.myTextColor { color: #518372; }

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

This text font color is #518372.


Background Color

.myBgColor { background-color: #518372; }

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

This div background color is #518372.


Border color

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

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

This div border color is #518372.


Opacity

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

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

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

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

This text has shadow with #518372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518372 on black background.


Color preview on white background

This text has color #518372 on white background.



Black color preview on #518372 background

This text has black color on #518372 background.


White color preview on #518372 background

This text has white color on #518372 background.