COLOR #518253

HEX: #518253
RGB: (81,130,83)

Color info

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

RGB color model

#518253 color RGB value is (81,130,83).

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

RGB channels and saturation

R 81 of 255 = 32%
G 130 of 255 = 51%
B 83 of 255 = 33%

81
130
83

R + G + B ~ 39%. #518253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 130 + 83 = 294 (100%)
R 81 of 294 ~ 27.55%
G 130 of 294 ~ 44.22%
B 83 of 294 ~ 28.23%

%27.55
%44.22
%28.23

CMYK color model

#518253 color CMYK value is (38,0,36,49).

  • cyan value is 37.69%
  • magenta value is 0.00%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(38,0,36,49)
C38M0Y36K49 
(38%,0%,36%,49%)
(0.38/0.00/0.36/0.49)	

CMYK percentages

%37.69
%0
%36.15
%49.02

Codes

Color #518253 in popluar color models

518253
RGB8113083
HSL122°23.22%41.37%
HSB/HSV122°37.69%50.98%
CMYK37.69%0.00%36.15%
49.02%

Color #518253 in popluar number systems.

HEX518253
Decimal8113083
Binary1010001100000101010011
Octal121202123

Shades and tints

Shades of #518253

#518253
(81,130,83)
#4A774C
(74,119,76)
#436C45
(67,108,69)
#3C613E
(60,97,62)
#355637
(53,86,55)
#2E4B30
(46,75,48)
#274029
(39,64,41)
#203522
(32,53,34)
#192A1B
(25,42,27)
#121F14
(18,31,20)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #518253

#518253
(81,130,83)
#608D62
(96,141,98)
#6F9871
(111,152,113)
#7EA380
(126,163,128)
#8DAE8F
(141,174,143)
#9CB99E
(156,185,158)
#ABC4AD
(171,196,173)
#BACFBC
(186,207,188)
#C9DACB
(201,218,203)
#D8E5DA
(216,229,218)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518253; }

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

This text font color is #518253.


Background Color

.myBgColor { background-color: #518253; }

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

This div background color is #518253.


Border color

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

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

This div border color is #518253.


Opacity

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

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

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

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

This text has shadow with #518253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518253 on black background.


Color preview on white background

This text has color #518253 on white background.



Black color preview on #518253 background

This text has black color on #518253 background.


White color preview on #518253 background

This text has white color on #518253 background.