COLOR #517509

HEX: #517509 RGB: (81,117,9)

Color info

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

RGB color model

#517509 color RGB value is (81,117,9).

RGB: (81,117,9) (32%, 46%, 4%)

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 9 of 255 = 4%

81
117
9

R + G + B ~ 27%. #517509 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 117 + 9 = 207 (100%)
R 81 of 207 ~ 39.13%
G 117 of 207 ~ 56.52%
B 9 of 207 ~ 4.35'%

%39.13
%56.52

CMYK color model

#517509 color CMYK value is (31,0,92,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 54.12%

CMYK: (31,0,92,54)
C31M0Y92K54 (31%, 0%, 92%, 54%)
(0.31 / 0.00 / 0.92 / 0.54)

CMYK percentages

%30.77
%0
%92.31
%54.12

Codes

Color #517509 in popluar color models

51 75 09
RGB 81 117 9
HSL 80° 85.71% 24.71%
HSB/HSV 80° 92.31% 45.88%
CMYK 30.77% 0.00% 92.31%
54.12%

Color #517509 in popluar number systems.

HEX 51 75 09
Decimal 81 117 9
Binary 1010001 1110101 1001
Octal 121 165 11

Shades and tints

Shades of #517509

#517509
(81,117,9)
#4A6B09
(74,107,9)
#436109
(67,97,9)
#3C5709
(60,87,9)
#354D09
(53,77,9)
#2E4309
(46,67,9)
#273909
(39,57,9)
#202F09
(32,47,9)
#192509
(25,37,9)
#121B09
(18,27,9)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #517509

#517509
(81,117,9)
#60811F
(96,129,31)
#6F8D35
(111,141,53)
#7E994B
(126,153,75)
#8DA561
(141,165,97)
#9CB177
(156,177,119)
#ABBD8D
(171,189,141)
#BAC9A3
(186,201,163)
#C9D5B9
(201,213,185)
#D8E1CF
(216,225,207)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517509; }

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

This text font color is #517509.

Background Color

.myBgColor { background-color: #517509; }

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

This div background color is #517509.

Border color

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

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

This div border color is #517509.

Opacity

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

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

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

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

This text has shadow with #517509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517509.

Preview

Color preview on black background

This text has color #517509 on black background.


Color preview on white background

This text has color #517509 on white background.


Black color preview on #517509 background

This text has black color on #517509 background.


White color preview on #517509 background

This text has white color on #517509 background.


Related colors

Complementary color

Complementary color for #hex is #AE8AF6.


I love getcolorcode.com

Triadic colors

1 #095175 and #750951 with #517509 are triadic colors.

2 #097551 and #755109 with #517509 are triadic colors.