COLOR #518580

HEX: #518580
RGB: (81,133,128)

Color info

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

RGB color model

#518580 color RGB value is (81,133,128).

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

RGB channels and saturation

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

81
133
128

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

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 128 = 342 (100%)
R 81 of 342 ~ 23.68%
G 133 of 342 ~ 38.89%
B 128 of 342 ~ 37.43%

%23.68
%38.89
%37.43

CMYK color model

#518580 color CMYK value is (39,0,4,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(39,0,4,48)
C39M0Y4K48 
(39%,0%,4%,48%)
(0.39/0.00/0.04/0.48)	

CMYK percentages

%39.1
%0
%3.76
%47.84

Codes

Color #518580 in popluar color models

518580
RGB81133128
HSL174°24.30%41.96%
HSB/HSV174°39.10%52.16%
CMYK39.10%0.00%3.76%
47.84%

Color #518580 in popluar number systems.

HEX518580
Decimal81133128
Binary10100011000010110000000
Octal121205200

Shades and tints

Shades of #518580

#518580
(81,133,128)
#4A7975
(74,121,117)
#436D6A
(67,109,106)
#3C615F
(60,97,95)
#355554
(53,85,84)
#2E4949
(46,73,73)
#273D3E
(39,61,62)
#203133
(32,49,51)
#192528
(25,37,40)
#12191D
(18,25,29)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #518580

#518580
(81,133,128)
#60908B
(96,144,139)
#6F9B96
(111,155,150)
#7EA6A1
(126,166,161)
#8DB1AC
(141,177,172)
#9CBCB7
(156,188,183)
#ABC7C2
(171,199,194)
#BAD2CD
(186,210,205)
#C9DDD8
(201,221,216)
#D8E8E3
(216,232,227)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518580; }

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

This text font color is #518580.


Background Color

.myBgColor { background-color: #518580; }

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

This div background color is #518580.


Border color

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

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

This div border color is #518580.


Opacity

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

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

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

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

This text has shadow with #518580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518580 on black background.


Color preview on white background

This text has color #518580 on white background.



Black color preview on #518580 background

This text has black color on #518580 background.


White color preview on #518580 background

This text has white color on #518580 background.