COLOR #537517

HEX: #537517
RGB: (83,117,23)

Color info

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

RGB color model

#537517 color RGB value is (83,117,23).

  • red value is 83;
  • green value is 117;
  • blue value is 23.
RGB:
(83,117,23)
(33%,46%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 23 of 255 = 9%

83
117
23

R + G + B ~ 29%. #537517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 23 = 223 (100%)
R 83 of 223 ~ 37.22%
G 117 of 223 ~ 52.47%
B 23 of 223 ~ 10.31%

%37.22
%52.47
%10.31

CMYK color model

#537517 color CMYK value is (29,0,80,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 80.34%
  • key color value is 54.12%
CMYK:
(29,0,80,54)
C29M0Y80K54 
(29%,0%,80%,54%)
(0.29/0.00/0.80/0.54)	

CMYK percentages

%29.06
%0
%80.34
%54.12

Codes

Color #537517 in popluar color models

537517
RGB8311723
HSL82°67.14%27.45%
HSB/HSV82°80.34%45.88%
CMYK29.06%0.00%80.34%
54.12%

Color #537517 in popluar number systems.

HEX537517
Decimal8311723
Binary1010011111010110111
Octal12316527

Shades and tints

Shades of #537517

#537517
(83,117,23)
#4C6B15
(76,107,21)
#456113
(69,97,19)
#3E5711
(62,87,17)
#374D0F
(55,77,15)
#30430D
(48,67,13)
#29390B
(41,57,11)
#222F09
(34,47,9)
#1B2507
(27,37,7)
#141B05
(20,27,5)
#0D1103
(13,17,3)
#000000
(0,0,0)

Tints of #537517

#537517
(83,117,23)
#62812C
(98,129,44)
#718D41
(113,141,65)
#809956
(128,153,86)
#8FA56B
(143,165,107)
#9EB180
(158,177,128)
#ADBD95
(173,189,149)
#BCC9AA
(188,201,170)
#CBD5BF
(203,213,191)
#DAE1D4
(218,225,212)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537517 color. Also use rgb(83,117,23) instead hex code.

Text Font Color

.myTextColor { color: #537517; }

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

This text font color is #537517.


Background Color

.myBgColor { background-color: #537517; }

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

This div background color is #537517.


Border color

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

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

This div border color is #537517.


Opacity

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

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

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

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

This text has shadow with #537517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537517 on black background.


Color preview on white background

This text has color #537517 on white background.



Black color preview on #537517 background

This text has black color on #537517 background.


White color preview on #537517 background

This text has white color on #537517 background.