COLOR #537327

HEX: #537327
RGB: (83,115,39)

Color info

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

RGB color model

#537327 color RGB value is (83,115,39).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 39 of 255 = 15%

83
115
39

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 39 = 237 (100%)
R 83 of 237 ~ 35.02%
G 115 of 237 ~ 48.52%
B 39 of 237 ~ 16.46%

%35.02
%48.52
%16.46

CMYK color model

#537327 color CMYK value is (28,0,66,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(28,0,66,55)
C28M0Y66K55 
(28%,0%,66%,55%)
(0.28/0.00/0.66/0.55)	

CMYK percentages

%27.83
%0
%66.09
%54.9

Codes

Color #537327 in popluar color models

537327
RGB8311539
HSL85°49.35%30.20%
HSB/HSV85°66.09%45.10%
CMYK27.83%0.00%66.09%
54.90%

Color #537327 in popluar number systems.

HEX537327
Decimal8311539
Binary10100111110011100111
Octal12316347

Shades and tints

Shades of #537327

#537327
(83,115,39)
#4C6924
(76,105,36)
#455F21
(69,95,33)
#3E551E
(62,85,30)
#374B1B
(55,75,27)
#304118
(48,65,24)
#293715
(41,55,21)
#222D12
(34,45,18)
#1B230F
(27,35,15)
#14190C
(20,25,12)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #537327

#537327
(83,115,39)
#627F3A
(98,127,58)
#718B4D
(113,139,77)
#809760
(128,151,96)
#8FA373
(143,163,115)
#9EAF86
(158,175,134)
#ADBB99
(173,187,153)
#BCC7AC
(188,199,172)
#CBD3BF
(203,211,191)
#DADFD2
(218,223,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537327; }

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

This text font color is #537327.


Background Color

.myBgColor { background-color: #537327; }

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

This div background color is #537327.


Border color

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

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

This div border color is #537327.


Opacity

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

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

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

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

This text has shadow with #537327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537327 on black background.


Color preview on white background

This text has color #537327 on white background.



Black color preview on #537327 background

This text has black color on #537327 background.


White color preview on #537327 background

This text has white color on #537327 background.