COLOR #536526

HEX: #536526
RGB: (83,101,38)

Color info

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

RGB color model

#536526 color RGB value is (83,101,38).

  • red value is 83;
  • green value is 101;
  • blue value is 38.
RGB:
(83,101,38)
(33%,40%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 38 of 255 = 15%

83
101
38

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

Portions of RGB colors in percentages

R + G + B =
83 + 101 + 38 = 222 (100%)
R 83 of 222 ~ 37.39%
G 101 of 222 ~ 45.5%
B 38 of 222 ~ 17.12%

%37.39
%45.5
%17.12

CMYK color model

#536526 color CMYK value is (18,0,62,60).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 62.38%
  • key color value is 60.39%
CMYK:
(18,0,62,60)
C18M0Y62K60 
(18%,0%,62%,60%)
(0.18/0.00/0.62/0.60)	

CMYK percentages

%17.82
%0
%62.38
%60.39

Codes

Color #536526 in popluar color models

536526
RGB8310138
HSL77°45.32%27.25%
HSB/HSV77°62.38%39.61%
CMYK17.82%0.00%62.38%
60.39%

Color #536526 in popluar number systems.

HEX536526
Decimal8310138
Binary10100111100101100110
Octal12314546

Shades and tints

Shades of #536526

#536526
(83,101,38)
#4C5C23
(76,92,35)
#455320
(69,83,32)
#3E4A1D
(62,74,29)
#37411A
(55,65,26)
#303817
(48,56,23)
#292F14
(41,47,20)
#222611
(34,38,17)
#1B1D0E
(27,29,14)
#14140B
(20,20,11)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #536526

#536526
(83,101,38)
#627339
(98,115,57)
#71814C
(113,129,76)
#808F5F
(128,143,95)
#8F9D72
(143,157,114)
#9EAB85
(158,171,133)
#ADB998
(173,185,152)
#BCC7AB
(188,199,171)
#CBD5BE
(203,213,190)
#DAE3D1
(218,227,209)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536526 color. Also use rgb(83,101,38) instead hex code.

Text Font Color

.myTextColor { color: #536526; }

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

This text font color is #536526.


Background Color

.myBgColor { background-color: #536526; }

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

This div background color is #536526.


Border color

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

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

This div border color is #536526.


Opacity

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

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

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

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

This text has shadow with #536526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536526 on black background.


Color preview on white background

This text has color #536526 on white background.



Black color preview on #536526 background

This text has black color on #536526 background.


White color preview on #536526 background

This text has white color on #536526 background.