COLOR #5E4001

HEX: #5E4001
RGB: (94,64,1)

Color info

#5E4001 contains mainly red and green colors. Web safe color of #5E4001 is #663300 (or #630).

RGB color model

#5E4001 color RGB value is (94,64,1).

  • red value is 94;
  • green value is 64;
  • blue value is 1.
RGB:
(94,64,1)
(37%,25%,0%)

RGB channels and saturation

R 94 of 255 = 37%
G 64 of 255 = 25%
B 1 of 255 = 0%

94
64
1

R + G + B ~ 21%. #5E4001 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 64 + 1 = 159 (100%)
R 94 of 159 ~ 59.12%
G 64 of 159 ~ 40.25%
B 1 of 159 ~ 0.63%

%59.12
%40.25

CMYK color model

#5E4001 color CMYK value is (0,32,99,63).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 98.94%
  • key color value is 63.14%
CMYK:
(0,32,99,63)
C0M32Y99K63 
(0%,32%,99%,63%)
(0.00/0.32/0.99/0.63)	

CMYK percentages

%0
%31.91
%98.94
%63.14

Codes

Color #5E4001 in popluar color models

5E4001
RGB94641
HSL41°97.89%18.63%
HSB/HSV41°98.94%36.86%
CMYK0.00%31.91%98.94%
63.14%

Color #5E4001 in popluar number systems.

HEX5E4001
Decimal94641
Binary101111010000001
Octal1361001

Shades and tints

Shades of #5E4001

#5E4001
(94,64,1)
#563B01
(86,59,1)
#4E3601
(78,54,1)
#463101
(70,49,1)
#3E2C01
(62,44,1)
#362701
(54,39,1)
#2E2201
(46,34,1)
#261D01
(38,29,1)
#1E1801
(30,24,1)
#161301
(22,19,1)
#0E0E01
(14,14,1)
#000000
(0,0,0)

Tints of #5E4001

#5E4001
(94,64,1)
#6C5118
(108,81,24)
#7A622F
(122,98,47)
#887346
(136,115,70)
#96845D
(150,132,93)
#A49574
(164,149,116)
#B2A68B
(178,166,139)
#C0B7A2
(192,183,162)
#CEC8B9
(206,200,185)
#DCD9D0
(220,217,208)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4001 color. Also use rgb(94,64,1) instead hex code.

Text Font Color

.myTextColor { color: #5E4001; }

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

This text font color is #5E4001.


Background Color

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

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

This div background color is #5E4001.


Border color

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

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

This div border color is #5E4001.


Opacity

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

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

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

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

This text has shadow with #5E4001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4001 on black background.


Color preview on white background

This text has color #5E4001 on white background.



Black color preview on #5E4001 background

This text has black color on #5E4001 background.


White color preview on #5E4001 background

This text has white color on #5E4001 background.