COLOR #536246

HEX: #536246
RGB: (83,98,70)

Color info

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

RGB color model

#536246 color RGB value is (83,98,70).

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

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 70 of 255 = 27%

83
98
70

R + G + B ~ 33%. #536246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 70 = 251 (100%)
R 83 of 251 ~ 33.07%
G 98 of 251 ~ 39.04%
B 70 of 251 ~ 27.89%

%33.07
%39.04
%27.89

CMYK color model

#536246 color CMYK value is (15,0,29,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 61.57%
CMYK:
(15,0,29,62)
C15M0Y29K62 
(15%,0%,29%,62%)
(0.15/0.00/0.29/0.62)	

CMYK percentages

%15.31
%0
%28.57
%61.57

Codes

Color #536246 in popluar color models

536246
RGB839870
HSL92°16.67%32.94%
HSB/HSV92°28.57%38.43%
CMYK15.31%0.00%28.57%
61.57%

Color #536246 in popluar number systems.

HEX536246
Decimal839870
Binary101001111000101000110
Octal123142106

Shades and tints

Shades of #536246

#536246
(83,98,70)
#4C5A40
(76,90,64)
#45523A
(69,82,58)
#3E4A34
(62,74,52)
#37422E
(55,66,46)
#303A28
(48,58,40)
#293222
(41,50,34)
#222A1C
(34,42,28)
#1B2216
(27,34,22)
#141A10
(20,26,16)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #536246

#536246
(83,98,70)
#627056
(98,112,86)
#717E66
(113,126,102)
#808C76
(128,140,118)
#8F9A86
(143,154,134)
#9EA896
(158,168,150)
#ADB6A6
(173,182,166)
#BCC4B6
(188,196,182)
#CBD2C6
(203,210,198)
#DAE0D6
(218,224,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536246; }

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

This text font color is #536246.


Background Color

.myBgColor { background-color: #536246; }

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

This div background color is #536246.


Border color

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

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

This div border color is #536246.


Opacity

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

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

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

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

This text has shadow with #536246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536246 on black background.


Color preview on white background

This text has color #536246 on white background.



Black color preview on #536246 background

This text has black color on #536246 background.


White color preview on #536246 background

This text has white color on #536246 background.