COLOR #518775

HEX: #518775
RGB: (81,135,117)

Color info

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

RGB color model

#518775 color RGB value is (81,135,117).

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

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 117 of 255 = 46%

81
135
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 135 + 117 = 333 (100%)
R 81 of 333 ~ 24.32%
G 135 of 333 ~ 40.54%
B 117 of 333 ~ 35.14%

%24.32
%40.54
%35.14

CMYK color model

#518775 color CMYK value is (40,0,13,47).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(40,0,13,47)
C40M0Y13K47 
(40%,0%,13%,47%)
(0.40/0.00/0.13/0.47)	

CMYK percentages

%40
%0
%13.33
%47.06

Codes

Color #518775 in popluar color models

518775
RGB81135117
HSL160°25.00%42.35%
HSB/HSV160°40.00%52.94%
CMYK40.00%0.00%13.33%
47.06%

Color #518775 in popluar number systems.

HEX518775
Decimal81135117
Binary1010001100001111110101
Octal121207165

Shades and tints

Shades of #518775

#518775
(81,135,117)
#4A7B6B
(74,123,107)
#436F61
(67,111,97)
#3C6357
(60,99,87)
#35574D
(53,87,77)
#2E4B43
(46,75,67)
#273F39
(39,63,57)
#20332F
(32,51,47)
#192725
(25,39,37)
#121B1B
(18,27,27)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #518775

#518775
(81,135,117)
#609181
(96,145,129)
#6F9B8D
(111,155,141)
#7EA599
(126,165,153)
#8DAFA5
(141,175,165)
#9CB9B1
(156,185,177)
#ABC3BD
(171,195,189)
#BACDC9
(186,205,201)
#C9D7D5
(201,215,213)
#D8E1E1
(216,225,225)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518775; }

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

This text font color is #518775.


Background Color

.myBgColor { background-color: #518775; }

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

This div background color is #518775.


Border color

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

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

This div border color is #518775.


Opacity

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

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

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

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

This text has shadow with #518775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518775 on black background.


Color preview on white background

This text has color #518775 on white background.



Black color preview on #518775 background

This text has black color on #518775 background.


White color preview on #518775 background

This text has white color on #518775 background.