COLOR #536E3E

HEX: #536E3E
RGB: (83,110,62)

Color info

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

RGB color model

#536E3E color RGB value is (83,110,62).

  • red value is 83;
  • green value is 110;
  • blue value is 62.
RGB:
(83,110,62)
(33%,43%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 62 of 255 = 24%

83
110
62

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

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 62 = 255 (100%)
R 83 of 255 ~ 32.55%
G 110 of 255 ~ 43.14%
B 62 of 255 ~ 24.31%

%32.55
%43.14
%24.31

CMYK color model

#536E3E color CMYK value is (25,0,44,57).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(25,0,44,57)
C25M0Y44K57 
(25%,0%,44%,57%)
(0.25/0.00/0.44/0.57)	

CMYK percentages

%24.55
%0
%43.64
%56.86

Codes

Color #536E3E in popluar color models

536E3E
RGB8311062
HSL94°27.91%33.73%
HSB/HSV94°43.64%43.14%
CMYK24.55%0.00%43.64%
56.86%

Color #536E3E in popluar number systems.

HEX536E3E
Decimal8311062
Binary10100111101110111110
Octal12315676

Shades and tints

Shades of #536E3E

#536E3E
(83,110,62)
#4C6439
(76,100,57)
#455A34
(69,90,52)
#3E502F
(62,80,47)
#37462A
(55,70,42)
#303C25
(48,60,37)
#293220
(41,50,32)
#22281B
(34,40,27)
#1B1E16
(27,30,22)
#141411
(20,20,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #536E3E

#536E3E
(83,110,62)
#627B4F
(98,123,79)
#718860
(113,136,96)
#809571
(128,149,113)
#8FA282
(143,162,130)
#9EAF93
(158,175,147)
#ADBCA4
(173,188,164)
#BCC9B5
(188,201,181)
#CBD6C6
(203,214,198)
#DAE3D7
(218,227,215)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536E3E color. Also use rgb(83,110,62) instead hex code.

Text Font Color

.myTextColor { color: #536E3E; }

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

This text font color is #536E3E.


Background Color

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

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

This div background color is #536E3E.


Border color

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

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

This div border color is #536E3E.


Opacity

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

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

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

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

This text has shadow with #536E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536E3E on black background.


Color preview on white background

This text has color #536E3E on white background.



Black color preview on #536E3E background

This text has black color on #536E3E background.


White color preview on #536E3E background

This text has white color on #536E3E background.