COLOR #537D32

HEX: #537D32
RGB: (83,125,50)

Color info

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

RGB color model

#537D32 color RGB value is (83,125,50).

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

RGB channels and saturation

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

83
125
50

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

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 50 = 258 (100%)
R 83 of 258 ~ 32.17%
G 125 of 258 ~ 48.45%
B 50 of 258 ~ 19.38%

%32.17
%48.45
%19.38

CMYK color model

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

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

CMYK percentages

%33.6
%0
%60
%50.98

Codes

Color #537D32 in popluar color models

537D32
RGB8312550
HSL94°42.86%34.31%
HSB/HSV94°60.00%49.02%
CMYK33.60%0.00%60.00%
50.98%

Color #537D32 in popluar number systems.

HEX537D32
Decimal8312550
Binary10100111111101110010
Octal12317562

Shades and tints

Shades of #537D32

#537D32
(83,125,50)
#4C722E
(76,114,46)
#45672A
(69,103,42)
#3E5C26
(62,92,38)
#375122
(55,81,34)
#30461E
(48,70,30)
#293B1A
(41,59,26)
#223016
(34,48,22)
#1B2512
(27,37,18)
#141A0E
(20,26,14)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #537D32

#537D32
(83,125,50)
#628844
(98,136,68)
#719356
(113,147,86)
#809E68
(128,158,104)
#8FA97A
(143,169,122)
#9EB48C
(158,180,140)
#ADBF9E
(173,191,158)
#BCCAB0
(188,202,176)
#CBD5C2
(203,213,194)
#DAE0D4
(218,224,212)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537D32; }

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

This text font color is #537D32.


Background Color

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

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

This div background color is #537D32.


Border color

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

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

This div border color is #537D32.


Opacity

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

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

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

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

This text has shadow with #537D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D32 on black background.


Color preview on white background

This text has color #537D32 on white background.



Black color preview on #537D32 background

This text has black color on #537D32 background.


White color preview on #537D32 background

This text has white color on #537D32 background.