COLOR #517148

HEX: #517148
RGB: (81,113,72)

Color info

#517148 contains red, green and blue colors in about the same proportion. Web safe color of #517148 is #666633 (or #663).

RGB color model

#517148 color RGB value is (81,113,72).

  • red value is 81;
  • green value is 113;
  • blue value is 72.
RGB:
(81,113,72)
(32%,44%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 72 of 255 = 28%

81
113
72

R + G + B ~ 35%. #517148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 72 = 266 (100%)
R 81 of 266 ~ 30.45%
G 113 of 266 ~ 42.48%
B 72 of 266 ~ 27.07%

%30.45
%42.48
%27.07

CMYK color model

#517148 color CMYK value is (28,0,36,56).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(28,0,36,56)
C28M0Y36K56 
(28%,0%,36%,56%)
(0.28/0.00/0.36/0.56)	

CMYK percentages

%28.32
%0
%36.28
%55.69

Codes

Color #517148 in popluar color models

517148
RGB8111372
HSL107°22.16%36.27%
HSB/HSV107°36.28%44.31%
CMYK28.32%0.00%36.28%
55.69%

Color #517148 in popluar number systems.

HEX517148
Decimal8111372
Binary101000111100011001000
Octal121161110

Shades and tints

Shades of #517148

#517148
(81,113,72)
#4A6742
(74,103,66)
#435D3C
(67,93,60)
#3C5336
(60,83,54)
#354930
(53,73,48)
#2E3F2A
(46,63,42)
#273524
(39,53,36)
#202B1E
(32,43,30)
#192118
(25,33,24)
#121712
(18,23,18)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #517148

#517148
(81,113,72)
#607D58
(96,125,88)
#6F8968
(111,137,104)
#7E9578
(126,149,120)
#8DA188
(141,161,136)
#9CAD98
(156,173,152)
#ABB9A8
(171,185,168)
#BAC5B8
(186,197,184)
#C9D1C8
(201,209,200)
#D8DDD8
(216,221,216)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517148 color. Also use rgb(81,113,72) instead hex code.

Text Font Color

.myTextColor { color: #517148; }

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

This text font color is #517148.


Background Color

.myBgColor { background-color: #517148; }

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

This div background color is #517148.


Border color

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

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

This div border color is #517148.


Opacity

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

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

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

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

This text has shadow with #517148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517148 on black background.


Color preview on white background

This text has color #517148 on white background.



Black color preview on #517148 background

This text has black color on #517148 background.


White color preview on #517148 background

This text has white color on #517148 background.