COLOR #5E414A

HEX: #5E414A RGB: (94,65,74)

Color info

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

RGB color model

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

RGB: (94,65,74) (37%, 25%, 29%)

RGB channels and saturation

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

94
65
74

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

Portions of RGB colors in percentages

R + G + B = 94 + 65 + 74 = 233 (100%)
R 94 of 233 ~ 40.34%
G 65 of 233 ~ 27.9%
B 74 of 233 ~ 31.76'%

%40.34
%27.9
%31.76

CMYK color model

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

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

CMYK: (0,31,21,63)
C0M31Y21K63 (0%, 31%, 21%, 63%)
(0.00 / 0.31 / 0.21 / 0.63)

CMYK percentages

%0
%30.85
%21.28
%63.14

Codes

Color #5E414A in popluar color models

5E 41 4A
RGB 94 65 74
HSL 341° 18.24% 31.18%
HSB/HSV 341° 30.85% 36.86%
CMYK 0.00% 30.85% 21.28%
63.14%

Color #5E414A in popluar number systems.

HEX 5E 41 4A
Decimal 94 65 74
Binary 1011110 1000001 1001010
Octal 136 101 112

Shades and tints

Shades of #5E414A

#5E414A
(94,65,74)
#563C44
(86,60,68)
#4E373E
(78,55,62)
#463238
(70,50,56)
#3E2D32
(62,45,50)
#36282C
(54,40,44)
#2E2326
(46,35,38)
#261E20
(38,30,32)
#1E191A
(30,25,26)
#161414
(22,20,20)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #5E414A

#5E414A
(94,65,74)
#6C525A
(108,82,90)
#7A636A
(122,99,106)
#88747A
(136,116,122)
#96858A
(150,133,138)
#A4969A
(164,150,154)
#B2A7AA
(178,167,170)
#C0B8BA
(192,184,186)
#CEC9CA
(206,201,202)
#DCDADA
(220,218,218)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E414A; }

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

This text font color is #5E414A.

Background Color

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

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

This div background color is #5E414A.

Border color

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

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

This div border color is #5E414A.

Opacity

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

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

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

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

This text has shadow with #5E414A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E414A.

Preview

Color preview on black background

This text has color #5E414A on black background.


Color preview on white background

This text has color #5E414A on white background.


Black color preview on #5E414A background

This text has black color on #5E414A background.


White color preview on #5E414A background

This text has white color on #5E414A background.


Related colors

Complementary color

Complementary color for #hex is #A1BEB5.


I love getcolorcode.com

Triadic colors

1 #4A5E41 and #414A5E with #5E414A are triadic colors.

2 #4A415E and #415E4A with #5E414A are triadic colors.