COLOR #518C6C

HEX: #518C6C
RGB: (81,140,108)

Color info

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

RGB color model

#518C6C color RGB value is (81,140,108).

  • red value is 81;
  • green value is 140;
  • blue value is 108.
RGB:
(81,140,108)
(32%,55%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 140 of 255 = 55%
B 108 of 255 = 42%

81
140
108

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

Portions of RGB colors in percentages

R + G + B =
81 + 140 + 108 = 329 (100%)
R 81 of 329 ~ 24.62%
G 140 of 329 ~ 42.55%
B 108 of 329 ~ 32.83%

%24.62
%42.55
%32.83

CMYK color model

#518C6C color CMYK value is (42,0,23,45).

  • cyan value is 42.14%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(42,0,23,45)
C42M0Y23K45 
(42%,0%,23%,45%)
(0.42/0.00/0.23/0.45)	

CMYK percentages

%42.14
%0
%22.86
%45.1

Codes

Color #518C6C in popluar color models

518C6C
RGB81140108
HSL147°26.70%43.33%
HSB/HSV147°42.14%54.90%
CMYK42.14%0.00%22.86%
45.10%

Color #518C6C in popluar number systems.

HEX518C6C
Decimal81140108
Binary1010001100011001101100
Octal121214154

Shades and tints

Shades of #518C6C

#518C6C
(81,140,108)
#4A8063
(74,128,99)
#43745A
(67,116,90)
#3C6851
(60,104,81)
#355C48
(53,92,72)
#2E503F
(46,80,63)
#274436
(39,68,54)
#20382D
(32,56,45)
#192C24
(25,44,36)
#12201B
(18,32,27)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #518C6C

#518C6C
(81,140,108)
#609679
(96,150,121)
#6FA086
(111,160,134)
#7EAA93
(126,170,147)
#8DB4A0
(141,180,160)
#9CBEAD
(156,190,173)
#ABC8BA
(171,200,186)
#BAD2C7
(186,210,199)
#C9DCD4
(201,220,212)
#D8E6E1
(216,230,225)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518C6C color. Also use rgb(81,140,108) instead hex code.

Text Font Color

.myTextColor { color: #518C6C; }

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

This text font color is #518C6C.


Background Color

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

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

This div background color is #518C6C.


Border color

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

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

This div border color is #518C6C.


Opacity

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

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

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

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

This text has shadow with #518C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518C6C on black background.


Color preview on white background

This text has color #518C6C on white background.



Black color preview on #518C6C background

This text has black color on #518C6C background.


White color preview on #518C6C background

This text has white color on #518C6C background.