COLOR #5E414C

HEX: #5E414C
RGB: (94,65,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
65
76

R + G + B ~ 31%. #5E414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 65 + 76 = 235 (100%)
R 94 of 235 ~ 40%
G 65 of 235 ~ 27.66%
B 76 of 235 ~ 32.34%

%40
%27.66
%32.34

CMYK color model

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

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

CMYK percentages

%0
%30.85
%19.15
%63.14

Codes

Color #5E414C in popluar color models

5E414C
RGB946576
HSL337°18.24%31.18%
HSB/HSV337°30.85%36.86%
CMYK0.00%30.85%19.15%
63.14%

Color #5E414C in popluar number systems.

HEX5E414C
Decimal946576
Binary101111010000011001100
Octal136101114

Shades and tints

Shades of #5E414C

#5E414C
(94,65,76)
#563C46
(86,60,70)
#4E3740
(78,55,64)
#46323A
(70,50,58)
#3E2D34
(62,45,52)
#36282E
(54,40,46)
#2E2328
(46,35,40)
#261E22
(38,30,34)
#1E191C
(30,25,28)
#161416
(22,20,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E414C

#5E414C
(94,65,76)
#6C525C
(108,82,92)
#7A636C
(122,99,108)
#88747C
(136,116,124)
#96858C
(150,133,140)
#A4969C
(164,150,156)
#B2A7AC
(178,167,172)
#C0B8BC
(192,184,188)
#CEC9CC
(206,201,204)
#DCDADC
(220,218,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E414C; }

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

This text font color is #5E414C.


Background Color

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

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

This div background color is #5E414C.


Border color

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

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

This div border color is #5E414C.


Opacity

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

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

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

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

This text has shadow with #5E414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E414C on black background.


Color preview on white background

This text has color #5E414C on white background.



Black color preview on #5E414C background

This text has black color on #5E414C background.


White color preview on #5E414C background

This text has white color on #5E414C background.