COLOR #5E4341

HEX: #5E4341 RGB: (94,67,65)

Color info

#5E4341 contains red, green and blue colors in about the same proportion. Web safe color of #5E4341 is #663333 (or #633).

RGB color model

#5E4341 color RGB value is (94,67,65).

RGB: (94,67,65) (37%, 26%, 25%)

RGB channels and saturation

R 94 of 255 = 37%
G 67 of 255 = 26%
B 65 of 255 = 25%

94
67
65

R + G + B ~ 29%. #5E4341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 67 + 65 = 226 (100%)
R 94 of 226 ~ 41.59%
G 67 of 226 ~ 29.65%
B 65 of 226 ~ 28.76'%

%41.59
%29.65
%28.76

CMYK color model

#5E4341 color CMYK value is (0,29,31,63).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 30.85%
  • key color value is 63.14%

CMYK: (0,29,31,63)
C0M29Y31K63 (0%, 29%, 31%, 63%)
(0.00 / 0.29 / 0.31 / 0.63)

CMYK percentages

%0
%28.72
%30.85
%63.14

Codes

Color #5E4341 in popluar color models

5E 43 41
RGB 94 67 65
HSL 18.24% 31.18%
HSB/HSV 30.85% 36.86%
CMYK 0.00% 28.72% 30.85%
63.14%

Color #5E4341 in popluar number systems.

HEX 5E 43 41
Decimal 94 67 65
Binary 1011110 1000011 1000001
Octal 136 103 101

Shades and tints

Shades of #5E4341

#5E4341
(94,67,65)
#563D3C
(86,61,60)
#4E3737
(78,55,55)
#463132
(70,49,50)
#3E2B2D
(62,43,45)
#362528
(54,37,40)
#2E1F23
(46,31,35)
#26191E
(38,25,30)
#1E1319
(30,19,25)
#160D14
(22,13,20)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #5E4341

#5E4341
(94,67,65)
#6C5452
(108,84,82)
#7A6563
(122,101,99)
#887674
(136,118,116)
#968785
(150,135,133)
#A49896
(164,152,150)
#B2A9A7
(178,169,167)
#C0BAB8
(192,186,184)
#CECBC9
(206,203,201)
#DCDCDA
(220,220,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4341; }

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

This text font color is #5E4341.

Background Color

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

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

This div background color is #5E4341.

Border color

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

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

This div border color is #5E4341.

Opacity

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

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

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

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

This text has shadow with #5E4341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4341.

Preview

Color preview on black background

This text has color #5E4341 on black background.


Color preview on white background

This text has color #5E4341 on white background.


Black color preview on #5E4341 background

This text has black color on #5E4341 background.


White color preview on #5E4341 background

This text has white color on #5E4341 background.


Related colors

Complementary color

Complementary color for #hex is #A1BCBE.


I love getcolorcode.com

Triadic colors

1 #415E43 and #43415E with #5E4341 are triadic colors.

2 #41435E and #435E41 with #5E4341 are triadic colors.