COLOR #536C40

HEX: #536C40
RGB: (83,108,64)

Color info

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

RGB color model

#536C40 color RGB value is (83,108,64).

  • red value is 83;
  • green value is 108;
  • blue value is 64.
RGB:
(83,108,64)
(33%,42%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 64 of 255 = 25%

83
108
64

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

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 64 = 255 (100%)
R 83 of 255 ~ 32.55%
G 108 of 255 ~ 42.35%
B 64 of 255 ~ 25.1%

%32.55
%42.35
%25.1

CMYK color model

#536C40 color CMYK value is (23,0,41,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK:
(23,0,41,58)
C23M0Y41K58 
(23%,0%,41%,58%)
(0.23/0.00/0.41/0.58)	

CMYK percentages

%23.15
%0
%40.74
%57.65

Codes

Color #536C40 in popluar color models

536C40
RGB8310864
HSL94°25.58%33.73%
HSB/HSV94°40.74%42.35%
CMYK23.15%0.00%40.74%
57.65%

Color #536C40 in popluar number systems.

HEX536C40
Decimal8310864
Binary101001111011001000000
Octal123154100

Shades and tints

Shades of #536C40

#536C40
(83,108,64)
#4C633B
(76,99,59)
#455A36
(69,90,54)
#3E5131
(62,81,49)
#37482C
(55,72,44)
#303F27
(48,63,39)
#293622
(41,54,34)
#222D1D
(34,45,29)
#1B2418
(27,36,24)
#141B13
(20,27,19)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #536C40

#536C40
(83,108,64)
#627951
(98,121,81)
#718662
(113,134,98)
#809373
(128,147,115)
#8FA084
(143,160,132)
#9EAD95
(158,173,149)
#ADBAA6
(173,186,166)
#BCC7B7
(188,199,183)
#CBD4C8
(203,212,200)
#DAE1D9
(218,225,217)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536C40 color. Also use rgb(83,108,64) instead hex code.

Text Font Color

.myTextColor { color: #536C40; }

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

This text font color is #536C40.


Background Color

.myBgColor { background-color: #536C40; }

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

This div background color is #536C40.


Border color

.myBorderColor { border: 1px solid #536C40; }

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

This div border color is #536C40.


Opacity

.myOpacity80 { color: #536C40; opacity: 0.8; }

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

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

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

This text has shadow with #536C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C40 on black background.


Color preview on white background

This text has color #536C40 on white background.



Black color preview on #536C40 background

This text has black color on #536C40 background.


White color preview on #536C40 background

This text has white color on #536C40 background.