COLOR #5E3313

HEX: #5E3313 RGB: (94,51,19)

Color info

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

RGB color model

#5E3313 color RGB value is (94,51,19).

RGB: (94,51,19) (37%, 20%, 7%)

RGB channels and saturation

R 94 of 255 = 37%
G 51 of 255 = 20%
B 19 of 255 = 7%

94
51
19

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

Portions of RGB colors in percentages

R + G + B = 94 + 51 + 19 = 164 (100%)
R 94 of 164 ~ 57.32%
G 51 of 164 ~ 31.1%
B 19 of 164 ~ 11.59'%

%57.32
%31.1
%11.59

CMYK color model

#5E3313 color CMYK value is (0,46,80,63).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 79.79%
  • key color value is 63.14%

CMYK: (0,46,80,63)
C0M46Y80K63 (0%, 46%, 80%, 63%)
(0.00 / 0.46 / 0.80 / 0.63)

CMYK percentages

%0
%45.74
%79.79
%63.14

Codes

Color #5E3313 in popluar color models

5E 33 13
RGB 94 51 19
HSL 26° 66.37% 22.16%
HSB/HSV 26° 79.79% 36.86%
CMYK 0.00% 45.74% 79.79%
63.14%

Color #5E3313 in popluar number systems.

HEX 5E 33 13
Decimal 94 51 19
Binary 1011110 110011 10011
Octal 136 63 23

Shades and tints

Shades of #5E3313

#5E3313
(94,51,19)
#562F12
(86,47,18)
#4E2B11
(78,43,17)
#462710
(70,39,16)
#3E230F
(62,35,15)
#361F0E
(54,31,14)
#2E1B0D
(46,27,13)
#26170C
(38,23,12)
#1E130B
(30,19,11)
#160F0A
(22,15,10)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E3313

#5E3313
(94,51,19)
#6C4528
(108,69,40)
#7A573D
(122,87,61)
#886952
(136,105,82)
#967B67
(150,123,103)
#A48D7C
(164,141,124)
#B29F91
(178,159,145)
#C0B1A6
(192,177,166)
#CEC3BB
(206,195,187)
#DCD5D0
(220,213,208)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3313; }

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

This text font color is #5E3313.

Background Color

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

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

This div background color is #5E3313.

Border color

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

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

This div border color is #5E3313.

Opacity

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

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

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

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

This text has shadow with #5E3313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3313.

Preview

Color preview on black background

This text has color #5E3313 on black background.


Color preview on white background

This text has color #5E3313 on white background.


Black color preview on #5E3313 background

This text has black color on #5E3313 background.


White color preview on #5E3313 background

This text has white color on #5E3313 background.


Related colors

Complementary color

Complementary color for #hex is #A1CCEC.


I love getcolorcode.com

Triadic colors

1 #135E33 and #33135E with #5E3313 are triadic colors.

2 #13335E and #335E13 with #5E3313 are triadic colors.