COLOR #518B75

HEX: #518B75
RGB: (81,139,117)

Color info

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

RGB color model

#518B75 color RGB value is (81,139,117).

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

RGB channels and saturation

R 81 of 255 = 32%
G 139 of 255 = 55%
B 117 of 255 = 46%

81
139
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 139 + 117 = 337 (100%)
R 81 of 337 ~ 24.04%
G 139 of 337 ~ 41.25%
B 117 of 337 ~ 34.72%

%24.04
%41.25
%34.72

CMYK color model

#518B75 color CMYK value is (42,0,16,45).

  • cyan value is 41.73%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(42,0,16,45)
C42M0Y16K45 
(42%,0%,16%,45%)
(0.42/0.00/0.16/0.45)	

CMYK percentages

%41.73
%0
%15.83
%45.49

Codes

Color #518B75 in popluar color models

518B75
RGB81139117
HSL157°26.36%43.14%
HSB/HSV157°41.73%54.51%
CMYK41.73%0.00%15.83%
45.49%

Color #518B75 in popluar number systems.

HEX518B75
Decimal81139117
Binary1010001100010111110101
Octal121213165

Shades and tints

Shades of #518B75

#518B75
(81,139,117)
#4A7F6B
(74,127,107)
#437361
(67,115,97)
#3C6757
(60,103,87)
#355B4D
(53,91,77)
#2E4F43
(46,79,67)
#274339
(39,67,57)
#20372F
(32,55,47)
#192B25
(25,43,37)
#121F1B
(18,31,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #518B75

#518B75
(81,139,117)
#609581
(96,149,129)
#6F9F8D
(111,159,141)
#7EA999
(126,169,153)
#8DB3A5
(141,179,165)
#9CBDB1
(156,189,177)
#ABC7BD
(171,199,189)
#BAD1C9
(186,209,201)
#C9DBD5
(201,219,213)
#D8E5E1
(216,229,225)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518B75; }

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

This text font color is #518B75.


Background Color

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

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

This div background color is #518B75.


Border color

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

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

This div border color is #518B75.


Opacity

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

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

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

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

This text has shadow with #518B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518B75 on black background.


Color preview on white background

This text has color #518B75 on white background.



Black color preview on #518B75 background

This text has black color on #518B75 background.


White color preview on #518B75 background

This text has white color on #518B75 background.