COLOR #518B5B

HEX: #518B5B
RGB: (81,139,91)

Color info

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

RGB color model

#518B5B color RGB value is (81,139,91).

  • red value is 81;
  • green value is 139;
  • blue value is 91.
RGB:
(81,139,91)
(32%,55%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 139 of 255 = 55%
B 91 of 255 = 36%

81
139
91

R + G + B ~ 41%. #518B5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 139 + 91 = 311 (100%)
R 81 of 311 ~ 26.05%
G 139 of 311 ~ 44.69%
B 91 of 311 ~ 29.26%

%26.05
%44.69
%29.26

CMYK color model

#518B5B color CMYK value is (42,0,35,45).

  • cyan value is 41.73%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK:
(42,0,35,45)
C42M0Y35K45 
(42%,0%,35%,45%)
(0.42/0.00/0.35/0.45)	

CMYK percentages

%41.73
%0
%34.53
%45.49

Codes

Color #518B5B in popluar color models

518B5B
RGB8113991
HSL130°26.36%43.14%
HSB/HSV130°41.73%54.51%
CMYK41.73%0.00%34.53%
45.49%

Color #518B5B in popluar number systems.

HEX518B5B
Decimal8113991
Binary1010001100010111011011
Octal121213133

Shades and tints

Shades of #518B5B

#518B5B
(81,139,91)
#4A7F53
(74,127,83)
#43734B
(67,115,75)
#3C6743
(60,103,67)
#355B3B
(53,91,59)
#2E4F33
(46,79,51)
#27432B
(39,67,43)
#203723
(32,55,35)
#192B1B
(25,43,27)
#121F13
(18,31,19)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #518B5B

#518B5B
(81,139,91)
#609569
(96,149,105)
#6F9F77
(111,159,119)
#7EA985
(126,169,133)
#8DB393
(141,179,147)
#9CBDA1
(156,189,161)
#ABC7AF
(171,199,175)
#BAD1BD
(186,209,189)
#C9DBCB
(201,219,203)
#D8E5D9
(216,229,217)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518B5B color. Also use rgb(81,139,91) instead hex code.

Text Font Color

.myTextColor { color: #518B5B; }

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

This text font color is #518B5B.


Background Color

.myBgColor { background-color: #518B5B; }

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

This div background color is #518B5B.


Border color

.myBorderColor { border: 1px solid #518B5B; }

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

This div border color is #518B5B.


Opacity

.myOpacity80 { color: #518B5B; opacity: 0.8; }

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

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

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

This text has shadow with #518B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518B5B on black background.


Color preview on white background

This text has color #518B5B on white background.



Black color preview on #518B5B background

This text has black color on #518B5B background.


White color preview on #518B5B background

This text has white color on #518B5B background.