COLOR #536645

HEX: #536645
RGB: (83,102,69)

Color info

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

RGB color model

#536645 color RGB value is (83,102,69).

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

RGB channels and saturation

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

83
102
69

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

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 69 = 254 (100%)
R 83 of 254 ~ 32.68%
G 102 of 254 ~ 40.16%
B 69 of 254 ~ 27.17%

%32.68
%40.16
%27.17

CMYK color model

#536645 color CMYK value is (19,0,32,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 60.00%
CMYK:
(19,0,32,60)
C19M0Y32K60 
(19%,0%,32%,60%)
(0.19/0.00/0.32/0.60)	

CMYK percentages

%18.63
%0
%32.35
%60

Codes

Color #536645 in popluar color models

536645
RGB8310269
HSL95°19.30%33.53%
HSB/HSV95°32.35%40.00%
CMYK18.63%0.00%32.35%
60.00%

Color #536645 in popluar number systems.

HEX536645
Decimal8310269
Binary101001111001101000101
Octal123146105

Shades and tints

Shades of #536645

#536645
(83,102,69)
#4C5D3F
(76,93,63)
#455439
(69,84,57)
#3E4B33
(62,75,51)
#37422D
(55,66,45)
#303927
(48,57,39)
#293021
(41,48,33)
#22271B
(34,39,27)
#1B1E15
(27,30,21)
#14150F
(20,21,15)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #536645

#536645
(83,102,69)
#627355
(98,115,85)
#718065
(113,128,101)
#808D75
(128,141,117)
#8F9A85
(143,154,133)
#9EA795
(158,167,149)
#ADB4A5
(173,180,165)
#BCC1B5
(188,193,181)
#CBCEC5
(203,206,197)
#DADBD5
(218,219,213)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536645; }

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

This text font color is #536645.


Background Color

.myBgColor { background-color: #536645; }

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

This div background color is #536645.


Border color

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

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

This div border color is #536645.


Opacity

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

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

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

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

This text has shadow with #536645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536645 on black background.


Color preview on white background

This text has color #536645 on white background.



Black color preview on #536645 background

This text has black color on #536645 background.


White color preview on #536645 background

This text has white color on #536645 background.