COLOR #518084

HEX: #518084
RGB: (81,128,132)

Color info

#518084 contains red, green and blue colors in about the same proportion. Web safe color of #518084 is #666699 (or #669).

RGB color model

#518084 color RGB value is (81,128,132).

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

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 132 of 255 = 52%

81
128
132

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 132 = 341 (100%)
R 81 of 341 ~ 23.75%
G 128 of 341 ~ 37.54%
B 132 of 341 ~ 38.71%

%23.75
%37.54
%38.71

CMYK color model

#518084 color CMYK value is (39,3,0,48).

  • cyan value is 38.64%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,3,0,48)
C39M3Y0K48 
(39%,3%,0%,48%)
(0.39/0.03/0.00/0.48)	

CMYK percentages

%38.64
%3.03
%0
%48.24

Codes

Color #518084 in popluar color models

518084
RGB81128132
HSL185°23.94%41.76%
HSB/HSV185°38.64%51.76%
CMYK38.64%3.03%0.00%
48.24%

Color #518084 in popluar number systems.

HEX518084
Decimal81128132
Binary10100011000000010000100
Octal121200204

Shades and tints

Shades of #518084

#518084
(81,128,132)
#4A7578
(74,117,120)
#436A6C
(67,106,108)
#3C5F60
(60,95,96)
#355454
(53,84,84)
#2E4948
(46,73,72)
#273E3C
(39,62,60)
#203330
(32,51,48)
#192824
(25,40,36)
#121D18
(18,29,24)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #518084

#518084
(81,128,132)
#608B8F
(96,139,143)
#6F969A
(111,150,154)
#7EA1A5
(126,161,165)
#8DACB0
(141,172,176)
#9CB7BB
(156,183,187)
#ABC2C6
(171,194,198)
#BACDD1
(186,205,209)
#C9D8DC
(201,216,220)
#D8E3E7
(216,227,231)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518084; }

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

This text font color is #518084.


Background Color

.myBgColor { background-color: #518084; }

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

This div background color is #518084.


Border color

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

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

This div border color is #518084.


Opacity

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

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

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

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

This text has shadow with #518084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518084 on black background.


Color preview on white background

This text has color #518084 on white background.



Black color preview on #518084 background

This text has black color on #518084 background.


White color preview on #518084 background

This text has white color on #518084 background.