COLOR #536721

HEX: #536721
RGB: (83,103,33)

Color info

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

RGB color model

#536721 color RGB value is (83,103,33).

  • red value is 83;
  • green value is 103;
  • blue value is 33.
RGB:
(83,103,33)
(33%,40%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 33 of 255 = 13%

83
103
33

R + G + B ~ 29%. #536721 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 33 = 219 (100%)
R 83 of 219 ~ 37.9%
G 103 of 219 ~ 47.03%
B 33 of 219 ~ 15.07%

%37.9
%47.03
%15.07

CMYK color model

#536721 color CMYK value is (19,0,68,60).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(19,0,68,60)
C19M0Y68K60 
(19%,0%,68%,60%)
(0.19/0.00/0.68/0.60)	

CMYK percentages

%19.42
%0
%67.96
%59.61

Codes

Color #536721 in popluar color models

536721
RGB8310333
HSL77°51.47%26.67%
HSB/HSV77°67.96%40.39%
CMYK19.42%0.00%67.96%
59.61%

Color #536721 in popluar number systems.

HEX536721
Decimal8310333
Binary10100111100111100001
Octal12314741

Shades and tints

Shades of #536721

#536721
(83,103,33)
#4C5E1E
(76,94,30)
#45551B
(69,85,27)
#3E4C18
(62,76,24)
#374315
(55,67,21)
#303A12
(48,58,18)
#29310F
(41,49,15)
#22280C
(34,40,12)
#1B1F09
(27,31,9)
#141606
(20,22,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #536721

#536721
(83,103,33)
#627435
(98,116,53)
#718149
(113,129,73)
#808E5D
(128,142,93)
#8F9B71
(143,155,113)
#9EA885
(158,168,133)
#ADB599
(173,181,153)
#BCC2AD
(188,194,173)
#CBCFC1
(203,207,193)
#DADCD5
(218,220,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536721 color. Also use rgb(83,103,33) instead hex code.

Text Font Color

.myTextColor { color: #536721; }

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

This text font color is #536721.


Background Color

.myBgColor { background-color: #536721; }

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

This div background color is #536721.


Border color

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

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

This div border color is #536721.


Opacity

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

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

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

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

This text has shadow with #536721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536721 on black background.


Color preview on white background

This text has color #536721 on white background.



Black color preview on #536721 background

This text has black color on #536721 background.


White color preview on #536721 background

This text has white color on #536721 background.