COLOR #517349

HEX: #517349
RGB: (81,115,73)

Color info

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

RGB color model

#517349 color RGB value is (81,115,73).

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

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 73 of 255 = 29%

81
115
73

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

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 73 = 269 (100%)
R 81 of 269 ~ 30.11%
G 115 of 269 ~ 42.75%
B 73 of 269 ~ 27.14%

%30.11
%42.75
%27.14

CMYK color model

#517349 color CMYK value is (30,0,37,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(30,0,37,55)
C30M0Y37K55 
(30%,0%,37%,55%)
(0.30/0.00/0.37/0.55)	

CMYK percentages

%29.57
%0
%36.52
%54.9

Codes

Color #517349 in popluar color models

517349
RGB8111573
HSL109°22.34%36.86%
HSB/HSV109°36.52%45.10%
CMYK29.57%0.00%36.52%
54.90%

Color #517349 in popluar number systems.

HEX517349
Decimal8111573
Binary101000111100111001001
Octal121163111

Shades and tints

Shades of #517349

#517349
(81,115,73)
#4A6943
(74,105,67)
#435F3D
(67,95,61)
#3C5537
(60,85,55)
#354B31
(53,75,49)
#2E412B
(46,65,43)
#273725
(39,55,37)
#202D1F
(32,45,31)
#192319
(25,35,25)
#121913
(18,25,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #517349

#517349
(81,115,73)
#607F59
(96,127,89)
#6F8B69
(111,139,105)
#7E9779
(126,151,121)
#8DA389
(141,163,137)
#9CAF99
(156,175,153)
#ABBBA9
(171,187,169)
#BAC7B9
(186,199,185)
#C9D3C9
(201,211,201)
#D8DFD9
(216,223,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517349; }

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

This text font color is #517349.


Background Color

.myBgColor { background-color: #517349; }

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

This div background color is #517349.


Border color

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

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

This div border color is #517349.


Opacity

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

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

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

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

This text has shadow with #517349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517349 on black background.


Color preview on white background

This text has color #517349 on white background.



Black color preview on #517349 background

This text has black color on #517349 background.


White color preview on #517349 background

This text has white color on #517349 background.