COLOR #5E3306

HEX: #5E3306
RGB: (94,51,6)

Color info

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

RGB color model

#5E3306 color RGB value is (94,51,6).

  • red value is 94;
  • green value is 51;
  • blue value is 6.
RGB:
(94,51,6)
(37%,20%,2%)

RGB channels and saturation

R 94 of 255 = 37%
G 51 of 255 = 20%
B 6 of 255 = 2%

94
51
6

R + G + B ~ 20%. #5E3306 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 51 + 6 = 151 (100%)
R 94 of 151 ~ 62.25%
G 51 of 151 ~ 33.77%
B 6 of 151 ~ 3.97%

%62.25
%33.77

CMYK color model

#5E3306 color CMYK value is (0,46,94,63).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 93.62%
  • key color value is 63.14%
CMYK:
(0,46,94,63)
C0M46Y94K63 
(0%,46%,94%,63%)
(0.00/0.46/0.94/0.63)	

CMYK percentages

%0
%45.74
%93.62
%63.14

Codes

Color #5E3306 in popluar color models

5E3306
RGB94516
HSL31°88.00%19.61%
HSB/HSV31°93.62%36.86%
CMYK0.00%45.74%93.62%
63.14%

Color #5E3306 in popluar number systems.

HEX5E3306
Decimal94516
Binary1011110110011110
Octal136636

Shades and tints

Shades of #5E3306

#5E3306
(94,51,6)
#562F06
(86,47,6)
#4E2B06
(78,43,6)
#462706
(70,39,6)
#3E2306
(62,35,6)
#361F06
(54,31,6)
#2E1B06
(46,27,6)
#261706
(38,23,6)
#1E1306
(30,19,6)
#160F06
(22,15,6)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #5E3306

#5E3306
(94,51,6)
#6C451C
(108,69,28)
#7A5732
(122,87,50)
#886948
(136,105,72)
#967B5E
(150,123,94)
#A48D74
(164,141,116)
#B29F8A
(178,159,138)
#C0B1A0
(192,177,160)
#CEC3B6
(206,195,182)
#DCD5CC
(220,213,204)
#EAE7E2
(234,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3306; }

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

This text font color is #5E3306.


Background Color

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

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

This div background color is #5E3306.


Border color

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

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

This div border color is #5E3306.


Opacity

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

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

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

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

This text has shadow with #5E3306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3306 on black background.


Color preview on white background

This text has color #5E3306 on white background.



Black color preview on #5E3306 background

This text has black color on #5E3306 background.


White color preview on #5E3306 background

This text has white color on #5E3306 background.