COLOR #517513

HEX: #517513
RGB: (81,117,19)

Color info

#517513 contains mainly red and green colors. Web safe color of #517513 is #666600 (or #660).

RGB color model

#517513 color RGB value is (81,117,19).

  • red value is 81;
  • green value is 117;
  • blue value is 19.
RGB:
(81,117,19)
(32%,46%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 19 of 255 = 7%

81
117
19

R + G + B ~ 28%. #517513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 19 = 217 (100%)
R 81 of 217 ~ 37.33%
G 117 of 217 ~ 53.92%
B 19 of 217 ~ 8.76%

%37.33
%53.92

CMYK color model

#517513 color CMYK value is (31,0,84,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 83.76%
  • key color value is 54.12%
CMYK:
(31,0,84,54)
C31M0Y84K54 
(31%,0%,84%,54%)
(0.31/0.00/0.84/0.54)	

CMYK percentages

%30.77
%0
%83.76
%54.12

Codes

Color #517513 in popluar color models

517513
RGB8111719
HSL82°72.06%26.67%
HSB/HSV82°83.76%45.88%
CMYK30.77%0.00%83.76%
54.12%

Color #517513 in popluar number systems.

HEX517513
Decimal8111719
Binary1010001111010110011
Octal12116523

Shades and tints

Shades of #517513

#517513
(81,117,19)
#4A6B12
(74,107,18)
#436111
(67,97,17)
#3C5710
(60,87,16)
#354D0F
(53,77,15)
#2E430E
(46,67,14)
#27390D
(39,57,13)
#202F0C
(32,47,12)
#19250B
(25,37,11)
#121B0A
(18,27,10)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #517513

#517513
(81,117,19)
#608128
(96,129,40)
#6F8D3D
(111,141,61)
#7E9952
(126,153,82)
#8DA567
(141,165,103)
#9CB17C
(156,177,124)
#ABBD91
(171,189,145)
#BAC9A6
(186,201,166)
#C9D5BB
(201,213,187)
#D8E1D0
(216,225,208)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517513 color. Also use rgb(81,117,19) instead hex code.

Text Font Color

.myTextColor { color: #517513; }

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

This text font color is #517513.


Background Color

.myBgColor { background-color: #517513; }

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

This div background color is #517513.


Border color

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

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

This div border color is #517513.


Opacity

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

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

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

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

This text has shadow with #517513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517513 on black background.


Color preview on white background

This text has color #517513 on white background.



Black color preview on #517513 background

This text has black color on #517513 background.


White color preview on #517513 background

This text has white color on #517513 background.