COLOR #517414

HEX: #517414
RGB: (81,116,20)

Color info

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

RGB color model

#517414 color RGB value is (81,116,20).

  • red value is 81;
  • green value is 116;
  • blue value is 20.
RGB:
(81,116,20)
(32%,45%,8%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 20 of 255 = 8%

81
116
20

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 20 = 217 (100%)
R 81 of 217 ~ 37.33%
G 116 of 217 ~ 53.46%
B 20 of 217 ~ 9.22%

%37.33
%53.46

CMYK color model

#517414 color CMYK value is (30,0,83,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 54.51%
CMYK:
(30,0,83,55)
C30M0Y83K55 
(30%,0%,83%,55%)
(0.30/0.00/0.83/0.55)	

CMYK percentages

%30.17
%0
%82.76
%54.51

Codes

Color #517414 in popluar color models

517414
RGB8111620
HSL82°70.59%26.67%
HSB/HSV82°82.76%45.49%
CMYK30.17%0.00%82.76%
54.51%

Color #517414 in popluar number systems.

HEX517414
Decimal8111620
Binary1010001111010010100
Octal12116424

Shades and tints

Shades of #517414

#517414
(81,116,20)
#4A6A13
(74,106,19)
#436012
(67,96,18)
#3C5611
(60,86,17)
#354C10
(53,76,16)
#2E420F
(46,66,15)
#27380E
(39,56,14)
#202E0D
(32,46,13)
#19240C
(25,36,12)
#121A0B
(18,26,11)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #517414

#517414
(81,116,20)
#608029
(96,128,41)
#6F8C3E
(111,140,62)
#7E9853
(126,152,83)
#8DA468
(141,164,104)
#9CB07D
(156,176,125)
#ABBC92
(171,188,146)
#BAC8A7
(186,200,167)
#C9D4BC
(201,212,188)
#D8E0D1
(216,224,209)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517414 color. Also use rgb(81,116,20) instead hex code.

Text Font Color

.myTextColor { color: #517414; }

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

This text font color is #517414.


Background Color

.myBgColor { background-color: #517414; }

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

This div background color is #517414.


Border color

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

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

This div border color is #517414.


Opacity

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

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

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

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

This text has shadow with #517414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517414 on black background.


Color preview on white background

This text has color #517414 on white background.



Black color preview on #517414 background

This text has black color on #517414 background.


White color preview on #517414 background

This text has white color on #517414 background.