COLOR #536D20

HEX: #536D20
RGB: (83,109,32)

Color info

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

RGB color model

#536D20 color RGB value is (83,109,32).

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

RGB channels and saturation

R 83 of 255 = 33%
G 109 of 255 = 43%
B 32 of 255 = 13%

83
109
32

R + G + B ~ 30%. #536D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 109 + 32 = 224 (100%)
R 83 of 224 ~ 37.05%
G 109 of 224 ~ 48.66%
B 32 of 224 ~ 14.29%

%37.05
%48.66
%14.29

CMYK color model

#536D20 color CMYK value is (24,0,71,57).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(24,0,71,57)
C24M0Y71K57 
(24%,0%,71%,57%)
(0.24/0.00/0.71/0.57)	

CMYK percentages

%23.85
%0
%70.64
%57.25

Codes

Color #536D20 in popluar color models

536D20
RGB8310932
HSL80°54.61%27.65%
HSB/HSV80°70.64%42.75%
CMYK23.85%0.00%70.64%
57.25%

Color #536D20 in popluar number systems.

HEX536D20
Decimal8310932
Binary10100111101101100000
Octal12315540

Shades and tints

Shades of #536D20

#536D20
(83,109,32)
#4C641E
(76,100,30)
#455B1C
(69,91,28)
#3E521A
(62,82,26)
#374918
(55,73,24)
#304016
(48,64,22)
#293714
(41,55,20)
#222E12
(34,46,18)
#1B2510
(27,37,16)
#141C0E
(20,28,14)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #536D20

#536D20
(83,109,32)
#627A34
(98,122,52)
#718748
(113,135,72)
#80945C
(128,148,92)
#8FA170
(143,161,112)
#9EAE84
(158,174,132)
#ADBB98
(173,187,152)
#BCC8AC
(188,200,172)
#CBD5C0
(203,213,192)
#DAE2D4
(218,226,212)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536D20 color. Also use rgb(83,109,32) instead hex code.

Text Font Color

.myTextColor { color: #536D20; }

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

This text font color is #536D20.


Background Color

.myBgColor { background-color: #536D20; }

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

This div background color is #536D20.


Border color

.myBorderColor { border: 1px solid #536D20; }

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

This div border color is #536D20.


Opacity

.myOpacity80 { color: #536D20; opacity: 0.8; }

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

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

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

This text has shadow with #536D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536D20 on black background.


Color preview on white background

This text has color #536D20 on white background.



Black color preview on #536D20 background

This text has black color on #536D20 background.


White color preview on #536D20 background

This text has white color on #536D20 background.