COLOR #537231

HEX: #537231
RGB: (83,114,49)

Color info

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

RGB color model

#537231 color RGB value is (83,114,49).

  • red value is 83;
  • green value is 114;
  • blue value is 49.
RGB:
(83,114,49)
(33%,45%,19%)

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 49 of 255 = 19%

83
114
49

R + G + B ~ 32%. #537231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 49 = 246 (100%)
R 83 of 246 ~ 33.74%
G 114 of 246 ~ 46.34%
B 49 of 246 ~ 19.92%

%33.74
%46.34
%19.92

CMYK color model

#537231 color CMYK value is (27,0,57,55).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(27,0,57,55)
C27M0Y57K55 
(27%,0%,57%,55%)
(0.27/0.00/0.57/0.55)	

CMYK percentages

%27.19
%0
%57.02
%55.29

Codes

Color #537231 in popluar color models

537231
RGB8311449
HSL89°39.88%31.96%
HSB/HSV89°57.02%44.71%
CMYK27.19%0.00%57.02%
55.29%

Color #537231 in popluar number systems.

HEX537231
Decimal8311449
Binary10100111110010110001
Octal12316261

Shades and tints

Shades of #537231

#537231
(83,114,49)
#4C682D
(76,104,45)
#455E29
(69,94,41)
#3E5425
(62,84,37)
#374A21
(55,74,33)
#30401D
(48,64,29)
#293619
(41,54,25)
#222C15
(34,44,21)
#1B2211
(27,34,17)
#14180D
(20,24,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #537231

#537231
(83,114,49)
#627E43
(98,126,67)
#718A55
(113,138,85)
#809667
(128,150,103)
#8FA279
(143,162,121)
#9EAE8B
(158,174,139)
#ADBA9D
(173,186,157)
#BCC6AF
(188,198,175)
#CBD2C1
(203,210,193)
#DADED3
(218,222,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537231 color. Also use rgb(83,114,49) instead hex code.

Text Font Color

.myTextColor { color: #537231; }

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

This text font color is #537231.


Background Color

.myBgColor { background-color: #537231; }

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

This div background color is #537231.


Border color

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

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

This div border color is #537231.


Opacity

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

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

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

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

This text has shadow with #537231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537231 on black background.


Color preview on white background

This text has color #537231 on white background.



Black color preview on #537231 background

This text has black color on #537231 background.


White color preview on #537231 background

This text has white color on #537231 background.