COLOR #536E17

HEX: #536E17
RGB: (83,110,23)

Color info

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

RGB color model

#536E17 color RGB value is (83,110,23).

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

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 23 of 255 = 9%

83
110
23

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

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 23 = 216 (100%)
R 83 of 216 ~ 38.43%
G 110 of 216 ~ 50.93%
B 23 of 216 ~ 10.65%

%38.43
%50.93
%10.65

CMYK color model

#536E17 color CMYK value is (25,0,79,57).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 79.09%
  • key color value is 56.86%
CMYK:
(25,0,79,57)
C25M0Y79K57 
(25%,0%,79%,57%)
(0.25/0.00/0.79/0.57)	

CMYK percentages

%24.55
%0
%79.09
%56.86

Codes

Color #536E17 in popluar color models

536E17
RGB8311023
HSL79°65.41%26.08%
HSB/HSV79°79.09%43.14%
CMYK24.55%0.00%79.09%
56.86%

Color #536E17 in popluar number systems.

HEX536E17
Decimal8311023
Binary1010011110111010111
Octal12315627

Shades and tints

Shades of #536E17

#536E17
(83,110,23)
#4C6415
(76,100,21)
#455A13
(69,90,19)
#3E5011
(62,80,17)
#37460F
(55,70,15)
#303C0D
(48,60,13)
#29320B
(41,50,11)
#222809
(34,40,9)
#1B1E07
(27,30,7)
#141405
(20,20,5)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #536E17

#536E17
(83,110,23)
#627B2C
(98,123,44)
#718841
(113,136,65)
#809556
(128,149,86)
#8FA26B
(143,162,107)
#9EAF80
(158,175,128)
#ADBC95
(173,188,149)
#BCC9AA
(188,201,170)
#CBD6BF
(203,214,191)
#DAE3D4
(218,227,212)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536E17; }

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

This text font color is #536E17.


Background Color

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

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

This div background color is #536E17.


Border color

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

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

This div border color is #536E17.


Opacity

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

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

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

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

This text has shadow with #536E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536E17 on black background.


Color preview on white background

This text has color #536E17 on white background.



Black color preview on #536E17 background

This text has black color on #536E17 background.


White color preview on #536E17 background

This text has white color on #536E17 background.