COLOR #5E425D

HEX: #5E425D RGB: (94,66,93)

Color info

#5E425D contains red, green and blue colors in about the same proportion. Web safe color of #5E425D is #663366 (or #636).

RGB color model

#5E425D color RGB value is (94,66,93).

RGB: (94,66,93) (37%, 26%, 36%)

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 93 of 255 = 36%

94
66
93

R + G + B ~ 33%. #5E425D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 66 + 93 = 253 (100%)
R 94 of 253 ~ 37.15%
G 66 of 253 ~ 26.09%
B 93 of 253 ~ 36.76'%

%37.15
%26.09
%36.76

CMYK color model

#5E425D color CMYK value is (0,30,1,63).

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

CMYK: (0,30,1,63)
C0M30Y1K63 (0%, 30%, 1%, 63%)
(0.00 / 0.30 / 0.01 / 0.63)

CMYK percentages

%0
%29.79
%1.06
%63.14

Codes

Color #5E425D in popluar color models

5E 42 5D
RGB 94 66 93
HSL 302° 17.50% 31.37%
HSB/HSV 302° 29.79% 36.86%
CMYK 0.00% 29.79% 1.06%
63.14%

Color #5E425D in popluar number systems.

HEX 5E 42 5D
Decimal 94 66 93
Binary 1011110 1000010 1011101
Octal 136 102 135

Shades and tints

Shades of #5E425D

#5E425D
(94,66,93)
#563C55
(86,60,85)
#4E364D
(78,54,77)
#463045
(70,48,69)
#3E2A3D
(62,42,61)
#362435
(54,36,53)
#2E1E2D
(46,30,45)
#261825
(38,24,37)
#1E121D
(30,18,29)
#160C15
(22,12,21)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #5E425D

#5E425D
(94,66,93)
#6C536B
(108,83,107)
#7A6479
(122,100,121)
#887587
(136,117,135)
#968695
(150,134,149)
#A497A3
(164,151,163)
#B2A8B1
(178,168,177)
#C0B9BF
(192,185,191)
#CECACD
(206,202,205)
#DCDBDB
(220,219,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E425D; }

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

This text font color is #5E425D.

Background Color

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

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

This div background color is #5E425D.

Border color

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

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

This div border color is #5E425D.

Opacity

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

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

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

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

This text has shadow with #5E425D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E425D.

Preview

Color preview on black background

This text has color #5E425D on black background.


Color preview on white background

This text has color #5E425D on white background.


Black color preview on #5E425D background

This text has black color on #5E425D background.


White color preview on #5E425D background

This text has white color on #5E425D background.


Related colors

Complementary color

Complementary color for #hex is #A1BDA2.


I love getcolorcode.com

Triadic colors

1 #5D5E42 and #425D5E with #5E425D are triadic colors.

2 #5D425E and #425E5D with #5E425D are triadic colors.