COLOR #518068

HEX: #518068
RGB: (81,128,104)

Color info

#518068 contains red, green and blue colors in about the same proportion. Web safe color of #518068 is #666666 (or #666).

RGB color model

#518068 color RGB value is (81,128,104).

  • red value is 81;
  • green value is 128;
  • blue value is 104.
RGB:
(81,128,104)
(32%,50%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 104 of 255 = 41%

81
128
104

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 104 = 313 (100%)
R 81 of 313 ~ 25.88%
G 128 of 313 ~ 40.89%
B 104 of 313 ~ 33.23%

%25.88
%40.89
%33.23

CMYK color model

#518068 color CMYK value is (37,0,19,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(37,0,19,50)
C37M0Y19K50 
(37%,0%,19%,50%)
(0.37/0.00/0.19/0.50)	

CMYK percentages

%36.72
%0
%18.75
%49.8

Codes

Color #518068 in popluar color models

518068
RGB81128104
HSL149°22.49%40.98%
HSB/HSV149°36.72%50.20%
CMYK36.72%0.00%18.75%
49.80%

Color #518068 in popluar number systems.

HEX518068
Decimal81128104
Binary1010001100000001101000
Octal121200150

Shades and tints

Shades of #518068

#518068
(81,128,104)
#4A755F
(74,117,95)
#436A56
(67,106,86)
#3C5F4D
(60,95,77)
#355444
(53,84,68)
#2E493B
(46,73,59)
#273E32
(39,62,50)
#203329
(32,51,41)
#192820
(25,40,32)
#121D17
(18,29,23)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #518068

#518068
(81,128,104)
#608B75
(96,139,117)
#6F9682
(111,150,130)
#7EA18F
(126,161,143)
#8DAC9C
(141,172,156)
#9CB7A9
(156,183,169)
#ABC2B6
(171,194,182)
#BACDC3
(186,205,195)
#C9D8D0
(201,216,208)
#D8E3DD
(216,227,221)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518068 color. Also use rgb(81,128,104) instead hex code.

Text Font Color

.myTextColor { color: #518068; }

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

This text font color is #518068.


Background Color

.myBgColor { background-color: #518068; }

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

This div background color is #518068.


Border color

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

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

This div border color is #518068.


Opacity

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

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

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

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

This text has shadow with #518068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518068 on black background.


Color preview on white background

This text has color #518068 on white background.



Black color preview on #518068 background

This text has black color on #518068 background.


White color preview on #518068 background

This text has white color on #518068 background.