COLOR #537E32

HEX: #537E32
RGB: (83,126,50)

Color info

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

RGB color model

#537E32 color RGB value is (83,126,50).

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

RGB channels and saturation

R 83 of 255 = 33%
G 126 of 255 = 49%
B 50 of 255 = 20%

83
126
50

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

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 50 = 259 (100%)
R 83 of 259 ~ 32.05%
G 126 of 259 ~ 48.65%
B 50 of 259 ~ 19.31%

%32.05
%48.65
%19.31

CMYK color model

#537E32 color CMYK value is (34,0,60,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 60.32%
  • key color value is 50.59%
CMYK:
(34,0,60,51)
C34M0Y60K51 
(34%,0%,60%,51%)
(0.34/0.00/0.60/0.51)	

CMYK percentages

%34.13
%0
%60.32
%50.59

Codes

Color #537E32 in popluar color models

537E32
RGB8312650
HSL94°43.18%34.51%
HSB/HSV94°60.32%49.41%
CMYK34.13%0.00%60.32%
50.59%

Color #537E32 in popluar number systems.

HEX537E32
Decimal8312650
Binary10100111111110110010
Octal12317662

Shades and tints

Shades of #537E32

#537E32
(83,126,50)
#4C732E
(76,115,46)
#45682A
(69,104,42)
#3E5D26
(62,93,38)
#375222
(55,82,34)
#30471E
(48,71,30)
#293C1A
(41,60,26)
#223116
(34,49,22)
#1B2612
(27,38,18)
#141B0E
(20,27,14)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #537E32

#537E32
(83,126,50)
#628944
(98,137,68)
#719456
(113,148,86)
#809F68
(128,159,104)
#8FAA7A
(143,170,122)
#9EB58C
(158,181,140)
#ADC09E
(173,192,158)
#BCCBB0
(188,203,176)
#CBD6C2
(203,214,194)
#DAE1D4
(218,225,212)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537E32; }

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

This text font color is #537E32.


Background Color

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

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

This div background color is #537E32.


Border color

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

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

This div border color is #537E32.


Opacity

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

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

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

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

This text has shadow with #537E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E32 on black background.


Color preview on white background

This text has color #537E32 on white background.



Black color preview on #537E32 background

This text has black color on #537E32 background.


White color preview on #537E32 background

This text has white color on #537E32 background.