COLOR #517538

HEX: #517538
RGB: (81,117,56)

Color info

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

RGB color model

#517538 color RGB value is (81,117,56).

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

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 56 of 255 = 22%

81
117
56

R + G + B ~ 33%. #517538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 56 = 254 (100%)
R 81 of 254 ~ 31.89%
G 117 of 254 ~ 46.06%
B 56 of 254 ~ 22.05%

%31.89
%46.06
%22.05

CMYK color model

#517538 color CMYK value is (31,0,52,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 54.12%
CMYK:
(31,0,52,54)
C31M0Y52K54 
(31%,0%,52%,54%)
(0.31/0.00/0.52/0.54)	

CMYK percentages

%30.77
%0
%52.14
%54.12

Codes

Color #517538 in popluar color models

517538
RGB8111756
HSL95°35.26%33.92%
HSB/HSV95°52.14%45.88%
CMYK30.77%0.00%52.14%
54.12%

Color #517538 in popluar number systems.

HEX517538
Decimal8111756
Binary10100011110101111000
Octal12116570

Shades and tints

Shades of #517538

#517538
(81,117,56)
#4A6B33
(74,107,51)
#43612E
(67,97,46)
#3C5729
(60,87,41)
#354D24
(53,77,36)
#2E431F
(46,67,31)
#27391A
(39,57,26)
#202F15
(32,47,21)
#192510
(25,37,16)
#121B0B
(18,27,11)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #517538

#517538
(81,117,56)
#60814A
(96,129,74)
#6F8D5C
(111,141,92)
#7E996E
(126,153,110)
#8DA580
(141,165,128)
#9CB192
(156,177,146)
#ABBDA4
(171,189,164)
#BAC9B6
(186,201,182)
#C9D5C8
(201,213,200)
#D8E1DA
(216,225,218)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517538; }

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

This text font color is #517538.


Background Color

.myBgColor { background-color: #517538; }

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

This div background color is #517538.


Border color

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

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

This div border color is #517538.


Opacity

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

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

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

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

This text has shadow with #517538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517538 on black background.


Color preview on white background

This text has color #517538 on white background.



Black color preview on #517538 background

This text has black color on #517538 background.


White color preview on #517538 background

This text has white color on #517538 background.