COLOR #518773

HEX: #518773
RGB: (81,135,115)

Color info

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

RGB color model

#518773 color RGB value is (81,135,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 115 of 255 = 45%

81
135
115

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

Portions of RGB colors in percentages

R + G + B =
81 + 135 + 115 = 331 (100%)
R 81 of 331 ~ 24.47%
G 135 of 331 ~ 40.79%
B 115 of 331 ~ 34.74%

%24.47
%40.79
%34.74

CMYK color model

#518773 color CMYK value is (40,0,15,47).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(40,0,15,47)
C40M0Y15K47 
(40%,0%,15%,47%)
(0.40/0.00/0.15/0.47)	

CMYK percentages

%40
%0
%14.81
%47.06

Codes

Color #518773 in popluar color models

518773
RGB81135115
HSL158°25.00%42.35%
HSB/HSV158°40.00%52.94%
CMYK40.00%0.00%14.81%
47.06%

Color #518773 in popluar number systems.

HEX518773
Decimal81135115
Binary1010001100001111110011
Octal121207163

Shades and tints

Shades of #518773

#518773
(81,135,115)
#4A7B69
(74,123,105)
#436F5F
(67,111,95)
#3C6355
(60,99,85)
#35574B
(53,87,75)
#2E4B41
(46,75,65)
#273F37
(39,63,55)
#20332D
(32,51,45)
#192723
(25,39,35)
#121B19
(18,27,25)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #518773

#518773
(81,135,115)
#60917F
(96,145,127)
#6F9B8B
(111,155,139)
#7EA597
(126,165,151)
#8DAFA3
(141,175,163)
#9CB9AF
(156,185,175)
#ABC3BB
(171,195,187)
#BACDC7
(186,205,199)
#C9D7D3
(201,215,211)
#D8E1DF
(216,225,223)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518773; }

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

This text font color is #518773.


Background Color

.myBgColor { background-color: #518773; }

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

This div background color is #518773.


Border color

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

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

This div border color is #518773.


Opacity

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

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

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

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

This text has shadow with #518773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518773 on black background.


Color preview on white background

This text has color #518773 on white background.



Black color preview on #518773 background

This text has black color on #518773 background.


White color preview on #518773 background

This text has white color on #518773 background.