COLOR #518A7B

HEX: #518A7B
RGB: (81,138,123)

Color info

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

RGB color model

#518A7B color RGB value is (81,138,123).

  • red value is 81;
  • green value is 138;
  • blue value is 123.
RGB:
(81,138,123)
(32%,54%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 138 of 255 = 54%
B 123 of 255 = 48%

81
138
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 138 + 123 = 342 (100%)
R 81 of 342 ~ 23.68%
G 138 of 342 ~ 40.35%
B 123 of 342 ~ 35.96%

%23.68
%40.35
%35.96

CMYK color model

#518A7B color CMYK value is (41,0,11,46).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(41,0,11,46)
C41M0Y11K46 
(41%,0%,11%,46%)
(0.41/0.00/0.11/0.46)	

CMYK percentages

%41.3
%0
%10.87
%45.88

Codes

Color #518A7B in popluar color models

518A7B
RGB81138123
HSL164°26.03%42.94%
HSB/HSV164°41.30%54.12%
CMYK41.30%0.00%10.87%
45.88%

Color #518A7B in popluar number systems.

HEX518A7B
Decimal81138123
Binary1010001100010101111011
Octal121212173

Shades and tints

Shades of #518A7B

#518A7B
(81,138,123)
#4A7E70
(74,126,112)
#437265
(67,114,101)
#3C665A
(60,102,90)
#355A4F
(53,90,79)
#2E4E44
(46,78,68)
#274239
(39,66,57)
#20362E
(32,54,46)
#192A23
(25,42,35)
#121E18
(18,30,24)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #518A7B

#518A7B
(81,138,123)
#609487
(96,148,135)
#6F9E93
(111,158,147)
#7EA89F
(126,168,159)
#8DB2AB
(141,178,171)
#9CBCB7
(156,188,183)
#ABC6C3
(171,198,195)
#BAD0CF
(186,208,207)
#C9DADB
(201,218,219)
#D8E4E7
(216,228,231)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518A7B color. Also use rgb(81,138,123) instead hex code.

Text Font Color

.myTextColor { color: #518A7B; }

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

This text font color is #518A7B.


Background Color

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

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

This div background color is #518A7B.


Border color

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

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

This div border color is #518A7B.


Opacity

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

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

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

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

This text has shadow with #518A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A7B on black background.


Color preview on white background

This text has color #518A7B on white background.



Black color preview on #518A7B background

This text has black color on #518A7B background.


White color preview on #518A7B background

This text has white color on #518A7B background.