COLOR #537E1E

HEX: #537E1E
RGB: (83,126,30)

Color info

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

RGB color model

#537E1E color RGB value is (83,126,30).

  • red value is 83;
  • green value is 126;
  • blue value is 30.
RGB:
(83,126,30)
(33%,49%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 30 of 255 = 12%

83
126
30

R + G + B ~ 31%. #537E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 30 = 239 (100%)
R 83 of 239 ~ 34.73%
G 126 of 239 ~ 52.72%
B 30 of 239 ~ 12.55%

%34.73
%52.72
%12.55

CMYK color model

#537E1E color CMYK value is (34,0,76,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 50.59%
CMYK:
(34,0,76,51)
C34M0Y76K51 
(34%,0%,76%,51%)
(0.34/0.00/0.76/0.51)	

CMYK percentages

%34.13
%0
%76.19
%50.59

Codes

Color #537E1E in popluar color models

537E1E
RGB8312630
HSL87°61.54%30.59%
HSB/HSV87°76.19%49.41%
CMYK34.13%0.00%76.19%
50.59%

Color #537E1E in popluar number systems.

HEX537E1E
Decimal8312630
Binary1010011111111011110
Octal12317636

Shades and tints

Shades of #537E1E

#537E1E
(83,126,30)
#4C731C
(76,115,28)
#45681A
(69,104,26)
#3E5D18
(62,93,24)
#375216
(55,82,22)
#304714
(48,71,20)
#293C12
(41,60,18)
#223110
(34,49,16)
#1B260E
(27,38,14)
#141B0C
(20,27,12)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #537E1E

#537E1E
(83,126,30)
#628932
(98,137,50)
#719446
(113,148,70)
#809F5A
(128,159,90)
#8FAA6E
(143,170,110)
#9EB582
(158,181,130)
#ADC096
(173,192,150)
#BCCBAA
(188,203,170)
#CBD6BE
(203,214,190)
#DAE1D2
(218,225,210)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537E1E color. Also use rgb(83,126,30) instead hex code.

Text Font Color

.myTextColor { color: #537E1E; }

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

This text font color is #537E1E.


Background Color

.myBgColor { background-color: #537E1E; }

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

This div background color is #537E1E.


Border color

.myBorderColor { border: 1px solid #537E1E; }

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

This div border color is #537E1E.


Opacity

.myOpacity80 { color: #537E1E; opacity: 0.8; }

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

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

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

This text has shadow with #537E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E1E on black background.


Color preview on white background

This text has color #537E1E on white background.



Black color preview on #537E1E background

This text has black color on #537E1E background.


White color preview on #537E1E background

This text has white color on #537E1E background.