COLOR #517522

HEX: #517522
RGB: (81,117,34)

Color info

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

RGB color model

#517522 color RGB value is (81,117,34).

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

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 34 of 255 = 13%

81
117
34

R + G + B ~ 30%. #517522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 34 = 232 (100%)
R 81 of 232 ~ 34.91%
G 117 of 232 ~ 50.43%
B 34 of 232 ~ 14.66%

%34.91
%50.43
%14.66

CMYK color model

#517522 color CMYK value is (31,0,71,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 70.94%
  • key color value is 54.12%
CMYK:
(31,0,71,54)
C31M0Y71K54 
(31%,0%,71%,54%)
(0.31/0.00/0.71/0.54)	

CMYK percentages

%30.77
%0
%70.94
%54.12

Codes

Color #517522 in popluar color models

517522
RGB8111734
HSL86°54.97%29.61%
HSB/HSV86°70.94%45.88%
CMYK30.77%0.00%70.94%
54.12%

Color #517522 in popluar number systems.

HEX517522
Decimal8111734
Binary10100011110101100010
Octal12116542

Shades and tints

Shades of #517522

#517522
(81,117,34)
#4A6B1F
(74,107,31)
#43611C
(67,97,28)
#3C5719
(60,87,25)
#354D16
(53,77,22)
#2E4313
(46,67,19)
#273910
(39,57,16)
#202F0D
(32,47,13)
#19250A
(25,37,10)
#121B07
(18,27,7)
#0B1104
(11,17,4)
#000000
(0,0,0)

Tints of #517522

#517522
(81,117,34)
#608136
(96,129,54)
#6F8D4A
(111,141,74)
#7E995E
(126,153,94)
#8DA572
(141,165,114)
#9CB186
(156,177,134)
#ABBD9A
(171,189,154)
#BAC9AE
(186,201,174)
#C9D5C2
(201,213,194)
#D8E1D6
(216,225,214)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517522; }

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

This text font color is #517522.


Background Color

.myBgColor { background-color: #517522; }

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

This div background color is #517522.


Border color

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

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

This div border color is #517522.


Opacity

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

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

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

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

This text has shadow with #517522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517522 on black background.


Color preview on white background

This text has color #517522 on white background.



Black color preview on #517522 background

This text has black color on #517522 background.


White color preview on #517522 background

This text has white color on #517522 background.