COLOR #5E5E1B

HEX: #5E5E1B
RGB: (94,94,27)

Color info

#5E5E1B contains mainly red and green colors. Web safe color of #5E5E1B is #666633 (or #663).

RGB color model

#5E5E1B color RGB value is (94,94,27).

  • red value is 94;
  • green value is 94;
  • blue value is 27.
RGB:
(94,94,27)
(37%,37%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 94 of 255 = 37%
B 27 of 255 = 11%

94
94
27

R + G + B ~ 28%. #5E5E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 94 + 27 = 215 (100%)
R 94 of 215 ~ 43.72%
G 94 of 215 ~ 43.72%
B 27 of 215 ~ 12.56%

%43.72
%43.72
%12.56

CMYK color model

#5E5E1B color CMYK value is (0,0,71,63).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 63.14%
CMYK:
(0,0,71,63)
C0M0Y71K63 
(0%,0%,71%,63%)
(0.00/0.00/0.71/0.63)	

CMYK percentages

%0
%0
%71.28
%63.14

Codes

Color #5E5E1B in popluar color models

5E5E1B
RGB949427
HSL60°55.37%23.73%
HSB/HSV60°71.28%36.86%
CMYK0.00%0.00%71.28%
63.14%

Color #5E5E1B in popluar number systems.

HEX5E5E1B
Decimal949427
Binary1011110101111011011
Octal13613633

Shades and tints

Shades of #5E5E1B

#5E5E1B
(94,94,27)
#565619
(86,86,25)
#4E4E17
(78,78,23)
#464615
(70,70,21)
#3E3E13
(62,62,19)
#363611
(54,54,17)
#2E2E0F
(46,46,15)
#26260D
(38,38,13)
#1E1E0B
(30,30,11)
#161609
(22,22,9)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #5E5E1B

#5E5E1B
(94,94,27)
#6C6C2F
(108,108,47)
#7A7A43
(122,122,67)
#888857
(136,136,87)
#96966B
(150,150,107)
#A4A47F
(164,164,127)
#B2B293
(178,178,147)
#C0C0A7
(192,192,167)
#CECEBB
(206,206,187)
#DCDCCF
(220,220,207)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5E1B; }

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

This text font color is #5E5E1B.


Background Color

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

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

This div background color is #5E5E1B.


Border color

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

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

This div border color is #5E5E1B.


Opacity

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

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

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

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

This text has shadow with #5E5E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5E1B on black background.


Color preview on white background

This text has color #5E5E1B on white background.



Black color preview on #5E5E1B background

This text has black color on #5E5E1B background.


White color preview on #5E5E1B background

This text has white color on #5E5E1B background.