COLOR #518671

HEX: #518671
RGB: (81,134,113)

Color info

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

RGB color model

#518671 color RGB value is (81,134,113).

  • red value is 81;
  • green value is 134;
  • blue value is 113.
RGB:
(81,134,113)
(32%,53%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 134 of 255 = 53%
B 113 of 255 = 44%

81
134
113

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

Portions of RGB colors in percentages

R + G + B =
81 + 134 + 113 = 328 (100%)
R 81 of 328 ~ 24.7%
G 134 of 328 ~ 40.85%
B 113 of 328 ~ 34.45%

%24.7
%40.85
%34.45

CMYK color model

#518671 color CMYK value is (40,0,16,47).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(40,0,16,47)
C40M0Y16K47 
(40%,0%,16%,47%)
(0.40/0.00/0.16/0.47)	

CMYK percentages

%39.55
%0
%15.67
%47.45

Codes

Color #518671 in popluar color models

518671
RGB81134113
HSL156°24.65%42.16%
HSB/HSV156°39.55%52.55%
CMYK39.55%0.00%15.67%
47.45%

Color #518671 in popluar number systems.

HEX518671
Decimal81134113
Binary1010001100001101110001
Octal121206161

Shades and tints

Shades of #518671

#518671
(81,134,113)
#4A7A67
(74,122,103)
#436E5D
(67,110,93)
#3C6253
(60,98,83)
#355649
(53,86,73)
#2E4A3F
(46,74,63)
#273E35
(39,62,53)
#20322B
(32,50,43)
#192621
(25,38,33)
#121A17
(18,26,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #518671

#518671
(81,134,113)
#60917D
(96,145,125)
#6F9C89
(111,156,137)
#7EA795
(126,167,149)
#8DB2A1
(141,178,161)
#9CBDAD
(156,189,173)
#ABC8B9
(171,200,185)
#BAD3C5
(186,211,197)
#C9DED1
(201,222,209)
#D8E9DD
(216,233,221)
#E7F4E9
(231,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518671 color. Also use rgb(81,134,113) instead hex code.

Text Font Color

.myTextColor { color: #518671; }

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

This text font color is #518671.


Background Color

.myBgColor { background-color: #518671; }

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

This div background color is #518671.


Border color

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

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

This div border color is #518671.


Opacity

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

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

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

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

This text has shadow with #518671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518671 on black background.


Color preview on white background

This text has color #518671 on white background.



Black color preview on #518671 background

This text has black color on #518671 background.


White color preview on #518671 background

This text has white color on #518671 background.