COLOR #536346

HEX: #536346
RGB: (83,99,70)

Color info

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

RGB color model

#536346 color RGB value is (83,99,70).

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

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 70 of 255 = 27%

83
99
70

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

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 70 = 252 (100%)
R 83 of 252 ~ 32.94%
G 99 of 252 ~ 39.29%
B 70 of 252 ~ 27.78%

%32.94
%39.29
%27.78

CMYK color model

#536346 color CMYK value is (16,0,29,61).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(16,0,29,61)
C16M0Y29K61 
(16%,0%,29%,61%)
(0.16/0.00/0.29/0.61)	

CMYK percentages

%16.16
%0
%29.29
%61.18

Codes

Color #536346 in popluar color models

536346
RGB839970
HSL93°17.16%33.14%
HSB/HSV93°29.29%38.82%
CMYK16.16%0.00%29.29%
61.18%

Color #536346 in popluar number systems.

HEX536346
Decimal839970
Binary101001111000111000110
Octal123143106

Shades and tints

Shades of #536346

#536346
(83,99,70)
#4C5A40
(76,90,64)
#45513A
(69,81,58)
#3E4834
(62,72,52)
#373F2E
(55,63,46)
#303628
(48,54,40)
#292D22
(41,45,34)
#22241C
(34,36,28)
#1B1B16
(27,27,22)
#141210
(20,18,16)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #536346

#536346
(83,99,70)
#627156
(98,113,86)
#717F66
(113,127,102)
#808D76
(128,141,118)
#8F9B86
(143,155,134)
#9EA996
(158,169,150)
#ADB7A6
(173,183,166)
#BCC5B6
(188,197,182)
#CBD3C6
(203,211,198)
#DAE1D6
(218,225,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536346; }

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

This text font color is #536346.


Background Color

.myBgColor { background-color: #536346; }

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

This div background color is #536346.


Border color

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

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

This div border color is #536346.


Opacity

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

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

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

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

This text has shadow with #536346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536346 on black background.


Color preview on white background

This text has color #536346 on white background.



Black color preview on #536346 background

This text has black color on #536346 background.


White color preview on #536346 background

This text has white color on #536346 background.