COLOR #537F2E

HEX: #537F2E
RGB: (83,127,46)

Color info

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

RGB color model

#537F2E color RGB value is (83,127,46).

  • red value is 83;
  • green value is 127;
  • blue value is 46.
RGB:
(83,127,46)
(33%,50%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 127 of 255 = 50%
B 46 of 255 = 18%

83
127
46

R + G + B ~ 34%. #537F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 127 + 46 = 256 (100%)
R 83 of 256 ~ 32.42%
G 127 of 256 ~ 49.61%
B 46 of 256 ~ 17.97%

%32.42
%49.61
%17.97

CMYK color model

#537F2E color CMYK value is (35,0,64,50).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 63.78%
  • key color value is 50.20%
CMYK:
(35,0,64,50)
C35M0Y64K50 
(35%,0%,64%,50%)
(0.35/0.00/0.64/0.50)	

CMYK percentages

%34.65
%0
%63.78
%50.2

Codes

Color #537F2E in popluar color models

537F2E
RGB8312746
HSL93°46.82%33.92%
HSB/HSV93°63.78%49.80%
CMYK34.65%0.00%63.78%
50.20%

Color #537F2E in popluar number systems.

HEX537F2E
Decimal8312746
Binary10100111111111101110
Octal12317756

Shades and tints

Shades of #537F2E

#537F2E
(83,127,46)
#4C742A
(76,116,42)
#456926
(69,105,38)
#3E5E22
(62,94,34)
#37531E
(55,83,30)
#30481A
(48,72,26)
#293D16
(41,61,22)
#223212
(34,50,18)
#1B270E
(27,39,14)
#141C0A
(20,28,10)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #537F2E

#537F2E
(83,127,46)
#628A41
(98,138,65)
#719554
(113,149,84)
#80A067
(128,160,103)
#8FAB7A
(143,171,122)
#9EB68D
(158,182,141)
#ADC1A0
(173,193,160)
#BCCCB3
(188,204,179)
#CBD7C6
(203,215,198)
#DAE2D9
(218,226,217)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537F2E color. Also use rgb(83,127,46) instead hex code.

Text Font Color

.myTextColor { color: #537F2E; }

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

This text font color is #537F2E.


Background Color

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

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

This div background color is #537F2E.


Border color

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

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

This div border color is #537F2E.


Opacity

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

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

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

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

This text has shadow with #537F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537F2E on black background.


Color preview on white background

This text has color #537F2E on white background.



Black color preview on #537F2E background

This text has black color on #537F2E background.


White color preview on #537F2E background

This text has white color on #537F2E background.