COLOR #518667

HEX: #518667
RGB: (81,134,103)

Color info

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

RGB color model

#518667 color RGB value is (81,134,103).

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

RGB channels and saturation

R 81 of 255 = 32%
G 134 of 255 = 53%
B 103 of 255 = 40%

81
134
103

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

Portions of RGB colors in percentages

R + G + B =
81 + 134 + 103 = 318 (100%)
R 81 of 318 ~ 25.47%
G 134 of 318 ~ 42.14%
B 103 of 318 ~ 32.39%

%25.47
%42.14
%32.39

CMYK color model

#518667 color CMYK value is (40,0,23,47).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(40,0,23,47)
C40M0Y23K47 
(40%,0%,23%,47%)
(0.40/0.00/0.23/0.47)	

CMYK percentages

%39.55
%0
%23.13
%47.45

Codes

Color #518667 in popluar color models

518667
RGB81134103
HSL145°24.65%42.16%
HSB/HSV145°39.55%52.55%
CMYK39.55%0.00%23.13%
47.45%

Color #518667 in popluar number systems.

HEX518667
Decimal81134103
Binary1010001100001101100111
Octal121206147

Shades and tints

Shades of #518667

#518667
(81,134,103)
#4A7A5E
(74,122,94)
#436E55
(67,110,85)
#3C624C
(60,98,76)
#355643
(53,86,67)
#2E4A3A
(46,74,58)
#273E31
(39,62,49)
#203228
(32,50,40)
#19261F
(25,38,31)
#121A16
(18,26,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #518667

#518667
(81,134,103)
#609174
(96,145,116)
#6F9C81
(111,156,129)
#7EA78E
(126,167,142)
#8DB29B
(141,178,155)
#9CBDA8
(156,189,168)
#ABC8B5
(171,200,181)
#BAD3C2
(186,211,194)
#C9DECF
(201,222,207)
#D8E9DC
(216,233,220)
#E7F4E9
(231,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518667; }

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

This text font color is #518667.


Background Color

.myBgColor { background-color: #518667; }

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

This div background color is #518667.


Border color

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

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

This div border color is #518667.


Opacity

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

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

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

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

This text has shadow with #518667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518667 on black background.


Color preview on white background

This text has color #518667 on white background.



Black color preview on #518667 background

This text has black color on #518667 background.


White color preview on #518667 background

This text has white color on #518667 background.