COLOR #518355

HEX: #518355
RGB: (81,131,85)

Color info

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

RGB color model

#518355 color RGB value is (81,131,85).

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

RGB channels and saturation

R 81 of 255 = 32%
G 131 of 255 = 51%
B 85 of 255 = 33%

81
131
85

R + G + B ~ 39%. #518355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 131 + 85 = 297 (100%)
R 81 of 297 ~ 27.27%
G 131 of 297 ~ 44.11%
B 85 of 297 ~ 28.62%

%27.27
%44.11
%28.62

CMYK color model

#518355 color CMYK value is (38,0,35,49).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 48.63%
CMYK:
(38,0,35,49)
C38M0Y35K49 
(38%,0%,35%,49%)
(0.38/0.00/0.35/0.49)	

CMYK percentages

%38.17
%0
%35.11
%48.63

Codes

Color #518355 in popluar color models

518355
RGB8113185
HSL125°23.58%41.57%
HSB/HSV125°38.17%51.37%
CMYK38.17%0.00%35.11%
48.63%

Color #518355 in popluar number systems.

HEX518355
Decimal8113185
Binary1010001100000111010101
Octal121203125

Shades and tints

Shades of #518355

#518355
(81,131,85)
#4A784E
(74,120,78)
#436D47
(67,109,71)
#3C6240
(60,98,64)
#355739
(53,87,57)
#2E4C32
(46,76,50)
#27412B
(39,65,43)
#203624
(32,54,36)
#192B1D
(25,43,29)
#122016
(18,32,22)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #518355

#518355
(81,131,85)
#608E64
(96,142,100)
#6F9973
(111,153,115)
#7EA482
(126,164,130)
#8DAF91
(141,175,145)
#9CBAA0
(156,186,160)
#ABC5AF
(171,197,175)
#BAD0BE
(186,208,190)
#C9DBCD
(201,219,205)
#D8E6DC
(216,230,220)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518355; }

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

This text font color is #518355.


Background Color

.myBgColor { background-color: #518355; }

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

This div background color is #518355.


Border color

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

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

This div border color is #518355.


Opacity

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

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

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

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

This text has shadow with #518355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518355 on black background.


Color preview on white background

This text has color #518355 on white background.



Black color preview on #518355 background

This text has black color on #518355 background.


White color preview on #518355 background

This text has white color on #518355 background.