COLOR #5E385A

HEX: #5E385A RGB: (94,56,90)

Color info

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

RGB color model

#5E385A color RGB value is (94,56,90).

RGB: (94,56,90) (37%, 22%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 90 of 255 = 35%

94
56
90

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

Portions of RGB colors in percentages

R + G + B = 94 + 56 + 90 = 240 (100%)
R 94 of 240 ~ 39.17%
G 56 of 240 ~ 23.33%
B 90 of 240 ~ 37.5'%

%39.17
%23.33
%37.5

CMYK color model

#5E385A color CMYK value is (0,40,4,63).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 4.26%
  • key color value is 63.14%

CMYK: (0,40,4,63)
C0M40Y4K63 (0%, 40%, 4%, 63%)
(0.00 / 0.40 / 0.04 / 0.63)

CMYK percentages

%0
%40.43
%4.26
%63.14

Codes

Color #5E385A in popluar color models

5E 38 5A
RGB 94 56 90
HSL 306° 25.33% 29.41%
HSB/HSV 306° 40.43% 36.86%
CMYK 0.00% 40.43% 4.26%
63.14%

Color #5E385A in popluar number systems.

HEX 5E 38 5A
Decimal 94 56 90
Binary 1011110 111000 1011010
Octal 136 70 132

Shades and tints

Shades of #5E385A

#5E385A
(94,56,90)
#563352
(86,51,82)
#4E2E4A
(78,46,74)
#462942
(70,41,66)
#3E243A
(62,36,58)
#361F32
(54,31,50)
#2E1A2A
(46,26,42)
#261522
(38,21,34)
#1E101A
(30,16,26)
#160B12
(22,11,18)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #5E385A

#5E385A
(94,56,90)
#6C4A69
(108,74,105)
#7A5C78
(122,92,120)
#886E87
(136,110,135)
#968096
(150,128,150)
#A492A5
(164,146,165)
#B2A4B4
(178,164,180)
#C0B6C3
(192,182,195)
#CEC8D2
(206,200,210)
#DCDAE1
(220,218,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E385A; }

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

This text font color is #5E385A.

Background Color

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

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

This div background color is #5E385A.

Border color

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

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

This div border color is #5E385A.

Opacity

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

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

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

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

This text has shadow with #5E385A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E385A.

Preview

Color preview on black background

This text has color #5E385A on black background.


Color preview on white background

This text has color #5E385A on white background.


Black color preview on #5E385A background

This text has black color on #5E385A background.


White color preview on #5E385A background

This text has white color on #5E385A background.


Related colors

Complementary color

Complementary color for #hex is #A1C7A5.


I love getcolorcode.com

Triadic colors

1 #5A5E38 and #385A5E with #5E385A are triadic colors.

2 #5A385E and #385E5A with #5E385A are triadic colors.