COLOR #517337

HEX: #517337
RGB: (81,115,55)

Color info

#517337 contains mainly red and green colors. Web safe color of #517337 is #666633 (or #663).

RGB color model

#517337 color RGB value is (81,115,55).

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

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 55 of 255 = 22%

81
115
55

R + G + B ~ 33%. #517337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 55 = 251 (100%)
R 81 of 251 ~ 32.27%
G 115 of 251 ~ 45.82%
B 55 of 251 ~ 21.91%

%32.27
%45.82
%21.91

CMYK color model

#517337 color CMYK value is (30,0,52,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 54.90%
CMYK:
(30,0,52,55)
C30M0Y52K55 
(30%,0%,52%,55%)
(0.30/0.00/0.52/0.55)	

CMYK percentages

%29.57
%0
%52.17
%54.9

Codes

Color #517337 in popluar color models

517337
RGB8111555
HSL94°35.29%33.33%
HSB/HSV94°52.17%45.10%
CMYK29.57%0.00%52.17%
54.90%

Color #517337 in popluar number systems.

HEX517337
Decimal8111555
Binary10100011110011110111
Octal12116367

Shades and tints

Shades of #517337

#517337
(81,115,55)
#4A6932
(74,105,50)
#435F2D
(67,95,45)
#3C5528
(60,85,40)
#354B23
(53,75,35)
#2E411E
(46,65,30)
#273719
(39,55,25)
#202D14
(32,45,20)
#19230F
(25,35,15)
#12190A
(18,25,10)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #517337

#517337
(81,115,55)
#607F49
(96,127,73)
#6F8B5B
(111,139,91)
#7E976D
(126,151,109)
#8DA37F
(141,163,127)
#9CAF91
(156,175,145)
#ABBBA3
(171,187,163)
#BAC7B5
(186,199,181)
#C9D3C7
(201,211,199)
#D8DFD9
(216,223,217)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517337; }

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

This text font color is #517337.


Background Color

.myBgColor { background-color: #517337; }

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

This div background color is #517337.


Border color

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

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

This div border color is #517337.


Opacity

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

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

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

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

This text has shadow with #517337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517337 on black background.


Color preview on white background

This text has color #517337 on white background.



Black color preview on #517337 background

This text has black color on #517337 background.


White color preview on #517337 background

This text has white color on #517337 background.