COLOR #536337

HEX: #536337
RGB: (83,99,55)

Color info

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

RGB color model

#536337 color RGB value is (83,99,55).

  • red value is 83;
  • green value is 99;
  • blue value is 55.
RGB:
(83,99,55)
(33%,39%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 55 of 255 = 22%

83
99
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 55 = 237 (100%)
R 83 of 237 ~ 35.02%
G 99 of 237 ~ 41.77%
B 55 of 237 ~ 23.21%

%35.02
%41.77
%23.21

CMYK color model

#536337 color CMYK value is (16,0,44,61).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 61.18%
CMYK:
(16,0,44,61)
C16M0Y44K61 
(16%,0%,44%,61%)
(0.16/0.00/0.44/0.61)	

CMYK percentages

%16.16
%0
%44.44
%61.18

Codes

Color #536337 in popluar color models

536337
RGB839955
HSL82°28.57%30.20%
HSB/HSV82°44.44%38.82%
CMYK16.16%0.00%44.44%
61.18%

Color #536337 in popluar number systems.

HEX536337
Decimal839955
Binary10100111100011110111
Octal12314367

Shades and tints

Shades of #536337

#536337
(83,99,55)
#4C5A32
(76,90,50)
#45512D
(69,81,45)
#3E4828
(62,72,40)
#373F23
(55,63,35)
#30361E
(48,54,30)
#292D19
(41,45,25)
#222414
(34,36,20)
#1B1B0F
(27,27,15)
#14120A
(20,18,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #536337

#536337
(83,99,55)
#627149
(98,113,73)
#717F5B
(113,127,91)
#808D6D
(128,141,109)
#8F9B7F
(143,155,127)
#9EA991
(158,169,145)
#ADB7A3
(173,183,163)
#BCC5B5
(188,197,181)
#CBD3C7
(203,211,199)
#DAE1D9
(218,225,217)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536337 color. Also use rgb(83,99,55) instead hex code.

Text Font Color

.myTextColor { color: #536337; }

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

This text font color is #536337.


Background Color

.myBgColor { background-color: #536337; }

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

This div background color is #536337.


Border color

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

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

This div border color is #536337.


Opacity

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

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

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

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

This text has shadow with #536337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536337 on black background.


Color preview on white background

This text has color #536337 on white background.



Black color preview on #536337 background

This text has black color on #536337 background.


White color preview on #536337 background

This text has white color on #536337 background.