COLOR #518182

HEX: #518182
RGB: (81,129,130)

Color info

#518182 contains red, green and blue colors in about the same proportion. Web safe color of #518182 is #669999 (or #699).

RGB color model

#518182 color RGB value is (81,129,130).

  • red value is 81;
  • green value is 129;
  • blue value is 130.
RGB:
(81,129,130)
(32%,51%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 130 of 255 = 51%

81
129
130

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

Portions of RGB colors in percentages

R + G + B =
81 + 129 + 130 = 340 (100%)
R 81 of 340 ~ 23.82%
G 129 of 340 ~ 37.94%
B 130 of 340 ~ 38.24%

%23.82
%37.94
%38.24

CMYK color model

#518182 color CMYK value is (38,1,0,49).

  • cyan value is 37.69%
  • magenta value is 0.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(38,1,0,49)
C38M1Y0K49 
(38%,1%,0%,49%)
(0.38/0.01/0.00/0.49)	

CMYK percentages

%37.69
%0.77
%0
%49.02

Codes

Color #518182 in popluar color models

518182
RGB81129130
HSL181°23.22%41.37%
HSB/HSV181°37.69%50.98%
CMYK37.69%0.77%0.00%
49.02%

Color #518182 in popluar number systems.

HEX518182
Decimal81129130
Binary10100011000000110000010
Octal121201202

Shades and tints

Shades of #518182

#518182
(81,129,130)
#4A7677
(74,118,119)
#436B6C
(67,107,108)
#3C6061
(60,96,97)
#355556
(53,85,86)
#2E4A4B
(46,74,75)
#273F40
(39,63,64)
#203435
(32,52,53)
#19292A
(25,41,42)
#121E1F
(18,30,31)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #518182

#518182
(81,129,130)
#608C8D
(96,140,141)
#6F9798
(111,151,152)
#7EA2A3
(126,162,163)
#8DADAE
(141,173,174)
#9CB8B9
(156,184,185)
#ABC3C4
(171,195,196)
#BACECF
(186,206,207)
#C9D9DA
(201,217,218)
#D8E4E5
(216,228,229)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518182 color. Also use rgb(81,129,130) instead hex code.

Text Font Color

.myTextColor { color: #518182; }

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

This text font color is #518182.


Background Color

.myBgColor { background-color: #518182; }

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

This div background color is #518182.


Border color

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

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

This div border color is #518182.


Opacity

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

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

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

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

This text has shadow with #518182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518182 on black background.


Color preview on white background

This text has color #518182 on white background.



Black color preview on #518182 background

This text has black color on #518182 background.


White color preview on #518182 background

This text has white color on #518182 background.