COLOR #518078

HEX: #518078
RGB: (81,128,120)

Color info

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

RGB color model

#518078 color RGB value is (81,128,120).

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

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 120 of 255 = 47%

81
128
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 120 = 329 (100%)
R 81 of 329 ~ 24.62%
G 128 of 329 ~ 38.91%
B 120 of 329 ~ 36.47%

%24.62
%38.91
%36.47

CMYK color model

#518078 color CMYK value is (37,0,6,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 49.80%
CMYK:
(37,0,6,50)
C37M0Y6K50 
(37%,0%,6%,50%)
(0.37/0.00/0.06/0.50)	

CMYK percentages

%36.72
%0
%6.25
%49.8

Codes

Color #518078 in popluar color models

518078
RGB81128120
HSL170°22.49%40.98%
HSB/HSV170°36.72%50.20%
CMYK36.72%0.00%6.25%
49.80%

Color #518078 in popluar number systems.

HEX518078
Decimal81128120
Binary1010001100000001111000
Octal121200170

Shades and tints

Shades of #518078

#518078
(81,128,120)
#4A756E
(74,117,110)
#436A64
(67,106,100)
#3C5F5A
(60,95,90)
#355450
(53,84,80)
#2E4946
(46,73,70)
#273E3C
(39,62,60)
#203332
(32,51,50)
#192828
(25,40,40)
#121D1E
(18,29,30)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #518078

#518078
(81,128,120)
#608B84
(96,139,132)
#6F9690
(111,150,144)
#7EA19C
(126,161,156)
#8DACA8
(141,172,168)
#9CB7B4
(156,183,180)
#ABC2C0
(171,194,192)
#BACDCC
(186,205,204)
#C9D8D8
(201,216,216)
#D8E3E4
(216,227,228)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518078; }

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

This text font color is #518078.


Background Color

.myBgColor { background-color: #518078; }

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

This div background color is #518078.


Border color

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

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

This div border color is #518078.


Opacity

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

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

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

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

This text has shadow with #518078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518078 on black background.


Color preview on white background

This text has color #518078 on white background.



Black color preview on #518078 background

This text has black color on #518078 background.


White color preview on #518078 background

This text has white color on #518078 background.