COLOR #517152

HEX: #517152
RGB: (81,113,82)

Color info

#517152 contains red, green and blue colors in about the same proportion. Web safe color of #517152 is #666666 (or #666).

RGB color model

#517152 color RGB value is (81,113,82).

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

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 82 of 255 = 32%

81
113
82

R + G + B ~ 36%. #517152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 82 = 276 (100%)
R 81 of 276 ~ 29.35%
G 113 of 276 ~ 40.94%
B 82 of 276 ~ 29.71%

%29.35
%40.94
%29.71

CMYK color model

#517152 color CMYK value is (28,0,27,56).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(28,0,27,56)
C28M0Y27K56 
(28%,0%,27%,56%)
(0.28/0.00/0.27/0.56)	

CMYK percentages

%28.32
%0
%27.43
%55.69

Codes

Color #517152 in popluar color models

517152
RGB8111382
HSL122°16.49%38.04%
HSB/HSV122°28.32%44.31%
CMYK28.32%0.00%27.43%
55.69%

Color #517152 in popluar number systems.

HEX517152
Decimal8111382
Binary101000111100011010010
Octal121161122

Shades and tints

Shades of #517152

#517152
(81,113,82)
#4A674B
(74,103,75)
#435D44
(67,93,68)
#3C533D
(60,83,61)
#354936
(53,73,54)
#2E3F2F
(46,63,47)
#273528
(39,53,40)
#202B21
(32,43,33)
#19211A
(25,33,26)
#121713
(18,23,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #517152

#517152
(81,113,82)
#607D61
(96,125,97)
#6F8970
(111,137,112)
#7E957F
(126,149,127)
#8DA18E
(141,161,142)
#9CAD9D
(156,173,157)
#ABB9AC
(171,185,172)
#BAC5BB
(186,197,187)
#C9D1CA
(201,209,202)
#D8DDD9
(216,221,217)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517152; }

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

This text font color is #517152.


Background Color

.myBgColor { background-color: #517152; }

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

This div background color is #517152.


Border color

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

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

This div border color is #517152.


Opacity

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

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

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

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

This text has shadow with #517152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517152 on black background.


Color preview on white background

This text has color #517152 on white background.



Black color preview on #517152 background

This text has black color on #517152 background.


White color preview on #517152 background

This text has white color on #517152 background.