COLOR #537324

HEX: #537324
RGB: (83,115,36)

Color info

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

RGB color model

#537324 color RGB value is (83,115,36).

  • red value is 83;
  • green value is 115;
  • blue value is 36.
RGB:
(83,115,36)
(33%,45%,14%)

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 36 of 255 = 14%

83
115
36

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 36 = 234 (100%)
R 83 of 234 ~ 35.47%
G 115 of 234 ~ 49.15%
B 36 of 234 ~ 15.38%

%35.47
%49.15
%15.38

CMYK color model

#537324 color CMYK value is (28,0,69,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 54.90%
CMYK:
(28,0,69,55)
C28M0Y69K55 
(28%,0%,69%,55%)
(0.28/0.00/0.69/0.55)	

CMYK percentages

%27.83
%0
%68.7
%54.9

Codes

Color #537324 in popluar color models

537324
RGB8311536
HSL84°52.32%29.61%
HSB/HSV84°68.70%45.10%
CMYK27.83%0.00%68.70%
54.90%

Color #537324 in popluar number systems.

HEX537324
Decimal8311536
Binary10100111110011100100
Octal12316344

Shades and tints

Shades of #537324

#537324
(83,115,36)
#4C6921
(76,105,33)
#455F1E
(69,95,30)
#3E551B
(62,85,27)
#374B18
(55,75,24)
#304115
(48,65,21)
#293712
(41,55,18)
#222D0F
(34,45,15)
#1B230C
(27,35,12)
#141909
(20,25,9)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #537324

#537324
(83,115,36)
#627F37
(98,127,55)
#718B4A
(113,139,74)
#80975D
(128,151,93)
#8FA370
(143,163,112)
#9EAF83
(158,175,131)
#ADBB96
(173,187,150)
#BCC7A9
(188,199,169)
#CBD3BC
(203,211,188)
#DADFCF
(218,223,207)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537324 color. Also use rgb(83,115,36) instead hex code.

Text Font Color

.myTextColor { color: #537324; }

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

This text font color is #537324.


Background Color

.myBgColor { background-color: #537324; }

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

This div background color is #537324.


Border color

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

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

This div border color is #537324.


Opacity

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

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

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

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

This text has shadow with #537324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537324 on black background.


Color preview on white background

This text has color #537324 on white background.



Black color preview on #537324 background

This text has black color on #537324 background.


White color preview on #537324 background

This text has white color on #537324 background.