COLOR #537A20

HEX: #537A20
RGB: (83,122,32)

Color info

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

RGB color model

#537A20 color RGB value is (83,122,32).

  • red value is 83;
  • green value is 122;
  • blue value is 32.
RGB:
(83,122,32)
(33%,48%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 122 of 255 = 48%
B 32 of 255 = 13%

83
122
32

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

Portions of RGB colors in percentages

R + G + B =
83 + 122 + 32 = 237 (100%)
R 83 of 237 ~ 35.02%
G 122 of 237 ~ 51.48%
B 32 of 237 ~ 13.5%

%35.02
%51.48
%13.5

CMYK color model

#537A20 color CMYK value is (32,0,74,52).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 73.77%
  • key color value is 52.16%
CMYK:
(32,0,74,52)
C32M0Y74K52 
(32%,0%,74%,52%)
(0.32/0.00/0.74/0.52)	

CMYK percentages

%31.97
%0
%73.77
%52.16

Codes

Color #537A20 in popluar color models

537A20
RGB8312232
HSL86°58.44%30.20%
HSB/HSV86°73.77%47.84%
CMYK31.97%0.00%73.77%
52.16%

Color #537A20 in popluar number systems.

HEX537A20
Decimal8312232
Binary10100111111010100000
Octal12317240

Shades and tints

Shades of #537A20

#537A20
(83,122,32)
#4C6F1E
(76,111,30)
#45641C
(69,100,28)
#3E591A
(62,89,26)
#374E18
(55,78,24)
#304316
(48,67,22)
#293814
(41,56,20)
#222D12
(34,45,18)
#1B2210
(27,34,16)
#14170E
(20,23,14)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #537A20

#537A20
(83,122,32)
#628634
(98,134,52)
#719248
(113,146,72)
#809E5C
(128,158,92)
#8FAA70
(143,170,112)
#9EB684
(158,182,132)
#ADC298
(173,194,152)
#BCCEAC
(188,206,172)
#CBDAC0
(203,218,192)
#DAE6D4
(218,230,212)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537A20 color. Also use rgb(83,122,32) instead hex code.

Text Font Color

.myTextColor { color: #537A20; }

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

This text font color is #537A20.


Background Color

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

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

This div background color is #537A20.


Border color

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

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

This div border color is #537A20.


Opacity

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

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

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

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

This text has shadow with #537A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537A20 on black background.


Color preview on white background

This text has color #537A20 on white background.



Black color preview on #537A20 background

This text has black color on #537A20 background.


White color preview on #537A20 background

This text has white color on #537A20 background.