COLOR #5E5016

HEX: #5E5016
RGB: (94,80,22)

Color info

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

RGB color model

#5E5016 color RGB value is (94,80,22).

  • red value is 94;
  • green value is 80;
  • blue value is 22.
RGB:
(94,80,22)
(37%,31%,9%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 22 of 255 = 9%

94
80
22

R + G + B ~ 26%. #5E5016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 22 = 196 (100%)
R 94 of 196 ~ 47.96%
G 80 of 196 ~ 40.82%
B 22 of 196 ~ 11.22%

%47.96
%40.82
%11.22

CMYK color model

#5E5016 color CMYK value is (0,15,77,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 76.60%
  • key color value is 63.14%
CMYK:
(0,15,77,63)
C0M15Y77K63 
(0%,15%,77%,63%)
(0.00/0.15/0.77/0.63)	

CMYK percentages

%0
%14.89
%76.6
%63.14

Codes

Color #5E5016 in popluar color models

5E5016
RGB948022
HSL48°62.07%22.75%
HSB/HSV48°76.60%36.86%
CMYK0.00%14.89%76.60%
63.14%

Color #5E5016 in popluar number systems.

HEX5E5016
Decimal948022
Binary1011110101000010110
Octal13612026

Shades and tints

Shades of #5E5016

#5E5016
(94,80,22)
#564914
(86,73,20)
#4E4212
(78,66,18)
#463B10
(70,59,16)
#3E340E
(62,52,14)
#362D0C
(54,45,12)
#2E260A
(46,38,10)
#261F08
(38,31,8)
#1E1806
(30,24,6)
#161104
(22,17,4)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #5E5016

#5E5016
(94,80,22)
#6C5F2B
(108,95,43)
#7A6E40
(122,110,64)
#887D55
(136,125,85)
#968C6A
(150,140,106)
#A49B7F
(164,155,127)
#B2AA94
(178,170,148)
#C0B9A9
(192,185,169)
#CEC8BE
(206,200,190)
#DCD7D3
(220,215,211)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5016 color. Also use rgb(94,80,22) instead hex code.

Text Font Color

.myTextColor { color: #5E5016; }

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

This text font color is #5E5016.


Background Color

.myBgColor { background-color: #5E5016; }

<div style="background-color:#5E5016">Inner text</div>

This div background color is #5E5016.


Border color

.myBorderColor { border: 1px solid #5E5016; }

<div style="border:3px solid #5E5016">Div</div>

This div border color is #5E5016.


Opacity

.myOpacity80 { color: #5E5016; opacity: 0.8; }

<p style="color:#5E5016;opacity:0.8;">80%</p>

Text with #5E5016 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 #5E5016;}

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

This text has shadow with #5E5016 color.

.textShadow {text-shadow: 3px 3px 1px #5E5016, 3px 3px 1px red;}

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

This text has shadow with #5E5016 primary color and red secondary color.


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

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

This text has shadow with #5E5016 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5016 on black background.


Color preview on white background

This text has color #5E5016 on white background.



Black color preview on #5E5016 background

This text has black color on #5E5016 background.


White color preview on #5E5016 background

This text has white color on #5E5016 background.