COLOR #536E33

HEX: #536E33
RGB: (83,110,51)

Color info

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

RGB color model

#536E33 color RGB value is (83,110,51).

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

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 51 of 255 = 20%

83
110
51

R + G + B ~ 32%. #536E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 51 = 244 (100%)
R 83 of 244 ~ 34.02%
G 110 of 244 ~ 45.08%
B 51 of 244 ~ 20.9%

%34.02
%45.08
%20.9

CMYK color model

#536E33 color CMYK value is (25,0,54,57).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 53.64%
  • key color value is 56.86%
CMYK:
(25,0,54,57)
C25M0Y54K57 
(25%,0%,54%,57%)
(0.25/0.00/0.54/0.57)	

CMYK percentages

%24.55
%0
%53.64
%56.86

Codes

Color #536E33 in popluar color models

536E33
RGB8311051
HSL87°36.65%31.57%
HSB/HSV87°53.64%43.14%
CMYK24.55%0.00%53.64%
56.86%

Color #536E33 in popluar number systems.

HEX536E33
Decimal8311051
Binary10100111101110110011
Octal12315663

Shades and tints

Shades of #536E33

#536E33
(83,110,51)
#4C642F
(76,100,47)
#455A2B
(69,90,43)
#3E5027
(62,80,39)
#374623
(55,70,35)
#303C1F
(48,60,31)
#29321B
(41,50,27)
#222817
(34,40,23)
#1B1E13
(27,30,19)
#14140F
(20,20,15)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #536E33

#536E33
(83,110,51)
#627B45
(98,123,69)
#718857
(113,136,87)
#809569
(128,149,105)
#8FA27B
(143,162,123)
#9EAF8D
(158,175,141)
#ADBC9F
(173,188,159)
#BCC9B1
(188,201,177)
#CBD6C3
(203,214,195)
#DAE3D5
(218,227,213)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536E33; }

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

This text font color is #536E33.


Background Color

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

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

This div background color is #536E33.


Border color

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

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

This div border color is #536E33.


Opacity

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

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

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

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

This text has shadow with #536E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536E33 on black background.


Color preview on white background

This text has color #536E33 on white background.



Black color preview on #536E33 background

This text has black color on #536E33 background.


White color preview on #536E33 background

This text has white color on #536E33 background.