COLOR #536646

HEX: #536646
RGB: (83,102,70)

Color info

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

RGB color model

#536646 color RGB value is (83,102,70).

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

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 70 of 255 = 27%

83
102
70

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

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 70 = 255 (100%)
R 83 of 255 ~ 32.55%
G 102 of 255 ~ 40%
B 70 of 255 ~ 27.45%

%32.55
%40
%27.45

CMYK color model

#536646 color CMYK value is (19,0,31,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK: (19,0,31,60) C19M0Y31K60 (19%,0%,31%,60%) (0.19/0.00/0.31/0.60)

CMYK percentages

%18.63
%0
%31.37
%60

Codes

Color #536646 in popluar color models

536646
RGB8310270
HSL96°18.60%33.73%
HSB/HSV96°31.37%40.00%
CMYK18.63%0.00%31.37%
60.00%

Color #536646 in popluar number systems.

HEX536646
Decimal8310270
Binary101001111001101000110
Octal123146106

Shades and tints

Shades of #536646

#536646
(83,102,70)
#4C5D40
(76,93,64)
#45543A
(69,84,58)
#3E4B34
(62,75,52)
#37422E
(55,66,46)
#303928
(48,57,40)
#293022
(41,48,34)
#22271C
(34,39,28)
#1B1E16
(27,30,22)
#141510
(20,21,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #536646

#536646
(83,102,70)
#627356
(98,115,86)
#718066
(113,128,102)
#808D76
(128,141,118)
#8F9A86
(143,154,134)
#9EA796
(158,167,150)
#ADB4A6
(173,180,166)
#BCC1B6
(188,193,182)
#CBCEC6
(203,206,198)
#DADBD6
(218,219,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536646; }

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

This text font color is #536646.


Background Color

.myBgColor { background-color: #536646; }

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

This div background color is #536646.


Border color

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

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

This div border color is #536646.


Opacity

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

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

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

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

This text has shadow with #536646 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #536646 on black background.


Color preview on white background

This text has color #536646 on white background.



Black color preview on #536646 background

This text has black color on #536646 background.


White color preview on #536646 background

This text has white color on #536646 background.