COLOR #5E5B12

HEX: #5E5B12
RGB: (94,91,18)

Color info

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

RGB color model

#5E5B12 color RGB value is (94,91,18).

  • red value is 94;
  • green value is 91;
  • blue value is 18.
RGB:
(94,91,18)
(37%,36%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 91 of 255 = 36%
B 18 of 255 = 7%

94
91
18

R + G + B ~ 27%. #5E5B12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 91 + 18 = 203 (100%)
R 94 of 203 ~ 46.31%
G 91 of 203 ~ 44.83%
B 18 of 203 ~ 8.87%

%46.31
%44.83

CMYK color model

#5E5B12 color CMYK value is (0,3,81,63).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 80.85%
  • key color value is 63.14%
CMYK:
(0,3,81,63)
C0M3Y81K63 
(0%,3%,81%,63%)
(0.00/0.03/0.81/0.63)	

CMYK percentages

%0
%3.19
%80.85
%63.14

Codes

Color #5E5B12 in popluar color models

5E5B12
RGB949118
HSL58°67.86%21.96%
HSB/HSV58°80.85%36.86%
CMYK0.00%3.19%80.85%
63.14%

Color #5E5B12 in popluar number systems.

HEX5E5B12
Decimal949118
Binary1011110101101110010
Octal13613322

Shades and tints

Shades of #5E5B12

#5E5B12
(94,91,18)
#565311
(86,83,17)
#4E4B10
(78,75,16)
#46430F
(70,67,15)
#3E3B0E
(62,59,14)
#36330D
(54,51,13)
#2E2B0C
(46,43,12)
#26230B
(38,35,11)
#1E1B0A
(30,27,10)
#161309
(22,19,9)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #5E5B12

#5E5B12
(94,91,18)
#6C6927
(108,105,39)
#7A773C
(122,119,60)
#888551
(136,133,81)
#969366
(150,147,102)
#A4A17B
(164,161,123)
#B2AF90
(178,175,144)
#C0BDA5
(192,189,165)
#CECBBA
(206,203,186)
#DCD9CF
(220,217,207)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5B12 color. Also use rgb(94,91,18) instead hex code.

Text Font Color

.myTextColor { color: #5E5B12; }

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

This text font color is #5E5B12.


Background Color

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

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

This div background color is #5E5B12.


Border color

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

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

This div border color is #5E5B12.


Opacity

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

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

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

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

This text has shadow with #5E5B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5B12 on black background.


Color preview on white background

This text has color #5E5B12 on white background.



Black color preview on #5E5B12 background

This text has black color on #5E5B12 background.


White color preview on #5E5B12 background

This text has white color on #5E5B12 background.