COLOR #536239

HEX: #536239
RGB: (83,98,57)

Color info

#536239 contains red, green and blue colors in about the same proportion. Web safe color of #536239 is #666633 (or #663).

RGB color model

#536239 color RGB value is (83,98,57).

  • red value is 83;
  • green value is 98;
  • blue value is 57.
RGB:
(83,98,57)
(33%,38%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 57 of 255 = 22%

83
98
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 57 = 238 (100%)
R 83 of 238 ~ 34.87%
G 98 of 238 ~ 41.18%
B 57 of 238 ~ 23.95%

%34.87
%41.18
%23.95

CMYK color model

#536239 color CMYK value is (15,0,42,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 61.57%
CMYK:
(15,0,42,62)
C15M0Y42K62 
(15%,0%,42%,62%)
(0.15/0.00/0.42/0.62)	

CMYK percentages

%15.31
%0
%41.84
%61.57

Codes

Color #536239 in popluar color models

536239
RGB839857
HSL82°26.45%30.39%
HSB/HSV82°41.84%38.43%
CMYK15.31%0.00%41.84%
61.57%

Color #536239 in popluar number systems.

HEX536239
Decimal839857
Binary10100111100010111001
Octal12314271

Shades and tints

Shades of #536239

#536239
(83,98,57)
#4C5A34
(76,90,52)
#45522F
(69,82,47)
#3E4A2A
(62,74,42)
#374225
(55,66,37)
#303A20
(48,58,32)
#29321B
(41,50,27)
#222A16
(34,42,22)
#1B2211
(27,34,17)
#141A0C
(20,26,12)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #536239

#536239
(83,98,57)
#62704B
(98,112,75)
#717E5D
(113,126,93)
#808C6F
(128,140,111)
#8F9A81
(143,154,129)
#9EA893
(158,168,147)
#ADB6A5
(173,182,165)
#BCC4B7
(188,196,183)
#CBD2C9
(203,210,201)
#DAE0DB
(218,224,219)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536239 color. Also use rgb(83,98,57) instead hex code.

Text Font Color

.myTextColor { color: #536239; }

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

This text font color is #536239.


Background Color

.myBgColor { background-color: #536239; }

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

This div background color is #536239.


Border color

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

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

This div border color is #536239.


Opacity

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

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

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

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

This text has shadow with #536239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536239 on black background.


Color preview on white background

This text has color #536239 on white background.



Black color preview on #536239 background

This text has black color on #536239 background.


White color preview on #536239 background

This text has white color on #536239 background.