COLOR #536822

HEX: #536822
RGB: (83,104,34)

Color info

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

RGB color model

#536822 color RGB value is (83,104,34).

  • red value is 83;
  • green value is 104;
  • blue value is 34.
RGB:
(83,104,34)
(33%,41%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 34 of 255 = 13%

83
104
34

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

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 34 = 221 (100%)
R 83 of 221 ~ 37.56%
G 104 of 221 ~ 47.06%
B 34 of 221 ~ 15.38%

%37.56
%47.06
%15.38

CMYK color model

#536822 color CMYK value is (20,0,67,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 67.31%
  • key color value is 59.22%
CMYK:
(20,0,67,59)
C20M0Y67K59 
(20%,0%,67%,59%)
(0.20/0.00/0.67/0.59)	

CMYK percentages

%20.19
%0
%67.31
%59.22

Codes

Color #536822 in popluar color models

536822
RGB8310434
HSL78°50.72%27.06%
HSB/HSV78°67.31%40.78%
CMYK20.19%0.00%67.31%
59.22%

Color #536822 in popluar number systems.

HEX536822
Decimal8310434
Binary10100111101000100010
Octal12315042

Shades and tints

Shades of #536822

#536822
(83,104,34)
#4C5F1F
(76,95,31)
#45561C
(69,86,28)
#3E4D19
(62,77,25)
#374416
(55,68,22)
#303B13
(48,59,19)
#293210
(41,50,16)
#22290D
(34,41,13)
#1B200A
(27,32,10)
#141707
(20,23,7)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #536822

#536822
(83,104,34)
#627536
(98,117,54)
#71824A
(113,130,74)
#808F5E
(128,143,94)
#8F9C72
(143,156,114)
#9EA986
(158,169,134)
#ADB69A
(173,182,154)
#BCC3AE
(188,195,174)
#CBD0C2
(203,208,194)
#DADDD6
(218,221,214)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536822 color. Also use rgb(83,104,34) instead hex code.

Text Font Color

.myTextColor { color: #536822; }

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

This text font color is #536822.


Background Color

.myBgColor { background-color: #536822; }

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

This div background color is #536822.


Border color

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

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

This div border color is #536822.


Opacity

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

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

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

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

This text has shadow with #536822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536822 on black background.


Color preview on white background

This text has color #536822 on white background.



Black color preview on #536822 background

This text has black color on #536822 background.


White color preview on #536822 background

This text has white color on #536822 background.