COLOR #518273

HEX: #518273
RGB: (81,130,115)

Color info

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

RGB color model

#518273 color RGB value is (81,130,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 130 of 255 = 51%
B 115 of 255 = 45%

81
130
115

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

Portions of RGB colors in percentages

R + G + B =
81 + 130 + 115 = 326 (100%)
R 81 of 326 ~ 24.85%
G 130 of 326 ~ 39.88%
B 115 of 326 ~ 35.28%

%24.85
%39.88
%35.28

CMYK color model

#518273 color CMYK value is (38,0,12,49).

  • cyan value is 37.69%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(38,0,12,49)
C38M0Y12K49 
(38%,0%,12%,49%)
(0.38/0.00/0.12/0.49)	

CMYK percentages

%37.69
%0
%11.54
%49.02

Codes

Color #518273 in popluar color models

518273
RGB81130115
HSL162°23.22%41.37%
HSB/HSV162°37.69%50.98%
CMYK37.69%0.00%11.54%
49.02%

Color #518273 in popluar number systems.

HEX518273
Decimal81130115
Binary1010001100000101110011
Octal121202163

Shades and tints

Shades of #518273

#518273
(81,130,115)
#4A7769
(74,119,105)
#436C5F
(67,108,95)
#3C6155
(60,97,85)
#35564B
(53,86,75)
#2E4B41
(46,75,65)
#274037
(39,64,55)
#20352D
(32,53,45)
#192A23
(25,42,35)
#121F19
(18,31,25)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #518273

#518273
(81,130,115)
#608D7F
(96,141,127)
#6F988B
(111,152,139)
#7EA397
(126,163,151)
#8DAEA3
(141,174,163)
#9CB9AF
(156,185,175)
#ABC4BB
(171,196,187)
#BACFC7
(186,207,199)
#C9DAD3
(201,218,211)
#D8E5DF
(216,229,223)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518273; }

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

This text font color is #518273.


Background Color

.myBgColor { background-color: #518273; }

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

This div background color is #518273.


Border color

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

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

This div border color is #518273.


Opacity

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

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

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

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

This text has shadow with #518273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518273 on black background.


Color preview on white background

This text has color #518273 on white background.



Black color preview on #518273 background

This text has black color on #518273 background.


White color preview on #518273 background

This text has white color on #518273 background.