COLOR #518461

HEX: #518461
RGB: (81,132,97)

Color info

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

RGB color model

#518461 color RGB value is (81,132,97).

  • red value is 81;
  • green value is 132;
  • blue value is 97.
RGB:
(81,132,97)
(32%,52%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 97 of 255 = 38%

81
132
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 97 = 310 (100%)
R 81 of 310 ~ 26.13%
G 132 of 310 ~ 42.58%
B 97 of 310 ~ 31.29%

%26.13
%42.58
%31.29

CMYK color model

#518461 color CMYK value is (39,0,27,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(39,0,27,48)
C39M0Y27K48 
(39%,0%,27%,48%)
(0.39/0.00/0.27/0.48)	

CMYK percentages

%38.64
%0
%26.52
%48.24

Codes

Color #518461 in popluar color models

518461
RGB8113297
HSL139°23.94%41.76%
HSB/HSV139°38.64%51.76%
CMYK38.64%0.00%26.52%
48.24%

Color #518461 in popluar number systems.

HEX518461
Decimal8113297
Binary1010001100001001100001
Octal121204141

Shades and tints

Shades of #518461

#518461
(81,132,97)
#4A7859
(74,120,89)
#436C51
(67,108,81)
#3C6049
(60,96,73)
#355441
(53,84,65)
#2E4839
(46,72,57)
#273C31
(39,60,49)
#203029
(32,48,41)
#192421
(25,36,33)
#121819
(18,24,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #518461

#518461
(81,132,97)
#608F6F
(96,143,111)
#6F9A7D
(111,154,125)
#7EA58B
(126,165,139)
#8DB099
(141,176,153)
#9CBBA7
(156,187,167)
#ABC6B5
(171,198,181)
#BAD1C3
(186,209,195)
#C9DCD1
(201,220,209)
#D8E7DF
(216,231,223)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518461 color. Also use rgb(81,132,97) instead hex code.

Text Font Color

.myTextColor { color: #518461; }

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

This text font color is #518461.


Background Color

.myBgColor { background-color: #518461; }

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

This div background color is #518461.


Border color

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

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

This div border color is #518461.


Opacity

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

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

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

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

This text has shadow with #518461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518461 on black background.


Color preview on white background

This text has color #518461 on white background.



Black color preview on #518461 background

This text has black color on #518461 background.


White color preview on #518461 background

This text has white color on #518461 background.