COLOR #5E5919

HEX: #5E5919
RGB: (94,89,25)

Color info

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

RGB color model

#5E5919 color RGB value is (94,89,25).

  • red value is 94;
  • green value is 89;
  • blue value is 25.
RGB:
(94,89,25)
(37%,35%,10%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 25 of 255 = 10%

94
89
25

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 25 = 208 (100%)
R 94 of 208 ~ 45.19%
G 89 of 208 ~ 42.79%
B 25 of 208 ~ 12.02%

%45.19
%42.79
%12.02

CMYK color model

#5E5919 color CMYK value is (0,5,73,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(0,5,73,63)
C0M5Y73K63 
(0%,5%,73%,63%)
(0.00/0.05/0.73/0.63)	

CMYK percentages

%0
%5.32
%73.4
%63.14

Codes

Color #5E5919 in popluar color models

5E5919
RGB948925
HSL56°57.98%23.33%
HSB/HSV56°73.40%36.86%
CMYK0.00%5.32%73.40%
63.14%

Color #5E5919 in popluar number systems.

HEX5E5919
Decimal948925
Binary1011110101100111001
Octal13613131

Shades and tints

Shades of #5E5919

#5E5919
(94,89,25)
#565117
(86,81,23)
#4E4915
(78,73,21)
#464113
(70,65,19)
#3E3911
(62,57,17)
#36310F
(54,49,15)
#2E290D
(46,41,13)
#26210B
(38,33,11)
#1E1909
(30,25,9)
#161107
(22,17,7)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #5E5919

#5E5919
(94,89,25)
#6C682D
(108,104,45)
#7A7741
(122,119,65)
#888655
(136,134,85)
#969569
(150,149,105)
#A4A47D
(164,164,125)
#B2B391
(178,179,145)
#C0C2A5
(192,194,165)
#CED1B9
(206,209,185)
#DCE0CD
(220,224,205)
#EAEFE1
(234,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5919 color. Also use rgb(94,89,25) instead hex code.

Text Font Color

.myTextColor { color: #5E5919; }

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

This text font color is #5E5919.


Background Color

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

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

This div background color is #5E5919.


Border color

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

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

This div border color is #5E5919.


Opacity

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

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

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

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

This text has shadow with #5E5919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5919 on black background.


Color preview on white background

This text has color #5E5919 on white background.



Black color preview on #5E5919 background

This text has black color on #5E5919 background.


White color preview on #5E5919 background

This text has white color on #5E5919 background.