COLOR #536E14

HEX: #536E14
RGB: (83,110,20)

Color info

#536E14 contains mainly red and green colors. Web safe color of #536E14 is #666600 (or #660).

RGB color model

#536E14 color RGB value is (83,110,20).

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

RGB channels and saturation

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

83
110
20

R + G + B ~ 28%. #536E14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 20 = 213 (100%)
R 83 of 213 ~ 38.97%
G 110 of 213 ~ 51.64%
B 20 of 213 ~ 9.39%

%38.97
%51.64

CMYK color model

#536E14 color CMYK value is (25,0,82,57).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(25,0,82,57)
C25M0Y82K57 
(25%,0%,82%,57%)
(0.25/0.00/0.82/0.57)	

CMYK percentages

%24.55
%0
%81.82
%56.86

Codes

Color #536E14 in popluar color models

536E14
RGB8311020
HSL78°69.23%25.49%
HSB/HSV78°81.82%43.14%
CMYK24.55%0.00%81.82%
56.86%

Color #536E14 in popluar number systems.

HEX536E14
Decimal8311020
Binary1010011110111010100
Octal12315624

Shades and tints

Shades of #536E14

#536E14
(83,110,20)
#4C6413
(76,100,19)
#455A12
(69,90,18)
#3E5011
(62,80,17)
#374610
(55,70,16)
#303C0F
(48,60,15)
#29320E
(41,50,14)
#22280D
(34,40,13)
#1B1E0C
(27,30,12)
#14140B
(20,20,11)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #536E14

#536E14
(83,110,20)
#627B29
(98,123,41)
#71883E
(113,136,62)
#809553
(128,149,83)
#8FA268
(143,162,104)
#9EAF7D
(158,175,125)
#ADBC92
(173,188,146)
#BCC9A7
(188,201,167)
#CBD6BC
(203,214,188)
#DAE3D1
(218,227,209)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536E14; }

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

This text font color is #536E14.


Background Color

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

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

This div background color is #536E14.


Border color

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

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

This div border color is #536E14.


Opacity

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

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

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

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

This text has shadow with #536E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536E14 on black background.


Color preview on white background

This text has color #536E14 on white background.



Black color preview on #536E14 background

This text has black color on #536E14 background.


White color preview on #536E14 background

This text has white color on #536E14 background.