COLOR #5E4141

HEX: #5E4141
RGB: (94,65,65)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
65
65

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

Portions of RGB colors in percentages

R + G + B =
94 + 65 + 65 = 224 (100%)
R 94 of 224 ~ 41.96%
G 65 of 224 ~ 29.02%
B 65 of 224 ~ 29.02%

%41.96
%29.02
%29.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 30.85%
  • key color value is 63.14%
CMYK:
(0,31,31,63)
C0M31Y31K63 
(0%,31%,31%,63%)
(0.00/0.31/0.31/0.63)	

CMYK percentages

%0
%30.85
%30.85
%63.14

Codes

Color #5E4141 in popluar color models

5E4141
RGB946565
HSL18.24%31.18%
HSB/HSV30.85%36.86%
CMYK0.00%30.85%30.85%
63.14%

Color #5E4141 in popluar number systems.

HEX5E4141
Decimal946565
Binary101111010000011000001
Octal136101101

Shades and tints

Shades of #5E4141

#5E4141
(94,65,65)
#563C3C
(86,60,60)
#4E3737
(78,55,55)
#463232
(70,50,50)
#3E2D2D
(62,45,45)
#362828
(54,40,40)
#2E2323
(46,35,35)
#261E1E
(38,30,30)
#1E1919
(30,25,25)
#161414
(22,20,20)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E4141

#5E4141
(94,65,65)
#6C5252
(108,82,82)
#7A6363
(122,99,99)
#887474
(136,116,116)
#968585
(150,133,133)
#A49696
(164,150,150)
#B2A7A7
(178,167,167)
#C0B8B8
(192,184,184)
#CEC9C9
(206,201,201)
#DCDADA
(220,218,218)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4141; }

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

This text font color is #5E4141.


Background Color

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

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

This div background color is #5E4141.


Border color

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

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

This div border color is #5E4141.


Opacity

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

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

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

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

This text has shadow with #5E4141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4141 on black background.


Color preview on white background

This text has color #5E4141 on white background.



Black color preview on #5E4141 background

This text has black color on #5E4141 background.


White color preview on #5E4141 background

This text has white color on #5E4141 background.