COLOR #518869

HEX: #518869
RGB: (81,136,105)

Color info

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

RGB color model

#518869 color RGB value is (81,136,105).

  • red value is 81;
  • green value is 136;
  • blue value is 105.
RGB:
(81,136,105)
(32%,53%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 136 of 255 = 53%
B 105 of 255 = 41%

81
136
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 136 + 105 = 322 (100%)
R 81 of 322 ~ 25.16%
G 136 of 322 ~ 42.24%
B 105 of 322 ~ 32.61%

%25.16
%42.24
%32.61

CMYK color model

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

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

CMYK percentages

%40.44
%0
%22.79
%46.67

Codes

Color #518869 in popluar color models

518869
RGB81136105
HSL146°25.35%42.55%
HSB/HSV146°40.44%53.33%
CMYK40.44%0.00%22.79%
46.67%

Color #518869 in popluar number systems.

HEX518869
Decimal81136105
Binary1010001100010001101001
Octal121210151

Shades and tints

Shades of #518869

#518869
(81,136,105)
#4A7C60
(74,124,96)
#437057
(67,112,87)
#3C644E
(60,100,78)
#355845
(53,88,69)
#2E4C3C
(46,76,60)
#274033
(39,64,51)
#20342A
(32,52,42)
#192821
(25,40,33)
#121C18
(18,28,24)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #518869

#518869
(81,136,105)
#609276
(96,146,118)
#6F9C83
(111,156,131)
#7EA690
(126,166,144)
#8DB09D
(141,176,157)
#9CBAAA
(156,186,170)
#ABC4B7
(171,196,183)
#BACEC4
(186,206,196)
#C9D8D1
(201,216,209)
#D8E2DE
(216,226,222)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518869 color. Also use rgb(81,136,105) instead hex code.

Text Font Color

.myTextColor { color: #518869; }

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

This text font color is #518869.


Background Color

.myBgColor { background-color: #518869; }

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

This div background color is #518869.


Border color

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

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

This div border color is #518869.


Opacity

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

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

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

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

This text has shadow with #518869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518869 on black background.


Color preview on white background

This text has color #518869 on white background.



Black color preview on #518869 background

This text has black color on #518869 background.


White color preview on #518869 background

This text has white color on #518869 background.