COLOR #518778

HEX: #518778
RGB: (81,135,120)

Color info

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

RGB color model

#518778 color RGB value is (81,135,120).

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

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 120 of 255 = 47%

81
135
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 135 + 120 = 336 (100%)
R 81 of 336 ~ 24.11%
G 135 of 336 ~ 40.18%
B 120 of 336 ~ 35.71%

%24.11
%40.18
%35.71

CMYK color model

#518778 color CMYK value is (40,0,11,47).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(40,0,11,47)
C40M0Y11K47 
(40%,0%,11%,47%)
(0.40/0.00/0.11/0.47)	

CMYK percentages

%40
%0
%11.11
%47.06

Codes

Color #518778 in popluar color models

518778
RGB81135120
HSL163°25.00%42.35%
HSB/HSV163°40.00%52.94%
CMYK40.00%0.00%11.11%
47.06%

Color #518778 in popluar number systems.

HEX518778
Decimal81135120
Binary1010001100001111111000
Octal121207170

Shades and tints

Shades of #518778

#518778
(81,135,120)
#4A7B6E
(74,123,110)
#436F64
(67,111,100)
#3C635A
(60,99,90)
#355750
(53,87,80)
#2E4B46
(46,75,70)
#273F3C
(39,63,60)
#203332
(32,51,50)
#192728
(25,39,40)
#121B1E
(18,27,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #518778

#518778
(81,135,120)
#609184
(96,145,132)
#6F9B90
(111,155,144)
#7EA59C
(126,165,156)
#8DAFA8
(141,175,168)
#9CB9B4
(156,185,180)
#ABC3C0
(171,195,192)
#BACDCC
(186,205,204)
#C9D7D8
(201,215,216)
#D8E1E4
(216,225,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518778; }

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

This text font color is #518778.


Background Color

.myBgColor { background-color: #518778; }

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

This div background color is #518778.


Border color

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

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

This div border color is #518778.


Opacity

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

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

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

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

This text has shadow with #518778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518778 on black background.


Color preview on white background

This text has color #518778 on white background.



Black color preview on #518778 background

This text has black color on #518778 background.


White color preview on #518778 background

This text has white color on #518778 background.