COLOR #5E4742

HEX: #5E4742 RGB: (94,71,66)

Color info

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

RGB color model

#5E4742 color RGB value is (94,71,66).

RGB: (94,71,66) (37%, 28%, 26%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 66 of 255 = 26%

94
71
66

R + G + B ~ 30%. #5E4742 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 71 + 66 = 231 (100%)
R 94 of 231 ~ 40.69%
G 71 of 231 ~ 30.74%
B 66 of 231 ~ 28.57'%

%40.69
%30.74
%28.57

CMYK color model

#5E4742 color CMYK value is (0,24,30,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 29.79%
  • key color value is 63.14%

CMYK: (0,24,30,63)
C0M24Y30K63 (0%, 24%, 30%, 63%)
(0.00 / 0.24 / 0.30 / 0.63)

CMYK percentages

%0
%24.47
%29.79
%63.14

Codes

Color #5E4742 in popluar color models

5E 47 42
RGB 94 71 66
HSL 11° 17.50% 31.37%
HSB/HSV 11° 29.79% 36.86%
CMYK 0.00% 24.47% 29.79%
63.14%

Color #5E4742 in popluar number systems.

HEX 5E 47 42
Decimal 94 71 66
Binary 1011110 1000111 1000010
Octal 136 107 102

Shades and tints

Shades of #5E4742

#5E4742
(94,71,66)
#56413C
(86,65,60)
#4E3B36
(78,59,54)
#463530
(70,53,48)
#3E2F2A
(62,47,42)
#362924
(54,41,36)
#2E231E
(46,35,30)
#261D18
(38,29,24)
#1E1712
(30,23,18)
#16110C
(22,17,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #5E4742

#5E4742
(94,71,66)
#6C5753
(108,87,83)
#7A6764
(122,103,100)
#887775
(136,119,117)
#968786
(150,135,134)
#A49797
(164,151,151)
#B2A7A8
(178,167,168)
#C0B7B9
(192,183,185)
#CEC7CA
(206,199,202)
#DCD7DB
(220,215,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4742; }

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

This text font color is #5E4742.

Background Color

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

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

This div background color is #5E4742.

Border color

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

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

This div border color is #5E4742.

Opacity

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

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

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

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

This text has shadow with #5E4742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4742.

Preview

Color preview on black background

This text has color #5E4742 on black background.


Color preview on white background

This text has color #5E4742 on white background.


Black color preview on #5E4742 background

This text has black color on #5E4742 background.


White color preview on #5E4742 background

This text has white color on #5E4742 background.


Related colors

Complementary color

Complementary color for #hex is #A1B8BD.


I love getcolorcode.com

Triadic colors

1 #425E47 and #47425E with #5E4742 are triadic colors.

2 #42475E and #475E42 with #5E4742 are triadic colors.