COLOR #537710

HEX: #537710
RGB: (83,119,16)

Color info

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

RGB color model

#537710 color RGB value is (83,119,16).

  • red value is 83;
  • green value is 119;
  • blue value is 16.
RGB:
(83,119,16)
(33%,47%,6%)

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 16 of 255 = 6%

83
119
16

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 16 = 218 (100%)
R 83 of 218 ~ 38.07%
G 119 of 218 ~ 54.59%
B 16 of 218 ~ 7.34%

%38.07
%54.59

CMYK color model

#537710 color CMYK value is (30,0,87,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 86.55%
  • key color value is 53.33%
CMYK:
(30,0,87,53)
C30M0Y87K53 
(30%,0%,87%,53%)
(0.30/0.00/0.87/0.53)	

CMYK percentages

%30.25
%0
%86.55
%53.33

Codes

Color #537710 in popluar color models

537710
RGB8311916
HSL81°76.30%26.47%
HSB/HSV81°86.55%46.67%
CMYK30.25%0.00%86.55%
53.33%

Color #537710 in popluar number systems.

HEX537710
Decimal8311916
Binary1010011111011110000
Octal12316720

Shades and tints

Shades of #537710

#537710
(83,119,16)
#4C6D0F
(76,109,15)
#45630E
(69,99,14)
#3E590D
(62,89,13)
#374F0C
(55,79,12)
#30450B
(48,69,11)
#293B0A
(41,59,10)
#223109
(34,49,9)
#1B2708
(27,39,8)
#141D07
(20,29,7)
#0D1306
(13,19,6)
#000000
(0,0,0)

Tints of #537710

#537710
(83,119,16)
#628325
(98,131,37)
#718F3A
(113,143,58)
#809B4F
(128,155,79)
#8FA764
(143,167,100)
#9EB379
(158,179,121)
#ADBF8E
(173,191,142)
#BCCBA3
(188,203,163)
#CBD7B8
(203,215,184)
#DAE3CD
(218,227,205)
#E9EFE2
(233,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537710 color. Also use rgb(83,119,16) instead hex code.

Text Font Color

.myTextColor { color: #537710; }

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

This text font color is #537710.


Background Color

.myBgColor { background-color: #537710; }

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

This div background color is #537710.


Border color

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

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

This div border color is #537710.


Opacity

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

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

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

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

This text has shadow with #537710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537710 on black background.


Color preview on white background

This text has color #537710 on white background.



Black color preview on #537710 background

This text has black color on #537710 background.


White color preview on #537710 background

This text has white color on #537710 background.