COLOR #5E375A

HEX: #5E375A RGB: (94,55,90)

Color info

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

RGB color model

#5E375A color RGB value is (94,55,90).

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

RGB channels and saturation

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

94
55
90

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

Portions of RGB colors in percentages

R + G + B = 94 + 55 + 90 = 239 (100%)
R 94 of 239 ~ 39.33%
G 55 of 239 ~ 23.01%
B 90 of 239 ~ 37.66'%

%39.33
%23.01
%37.66

CMYK color model

#5E375A color CMYK value is (0,41,4,63).

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

CMYK: (0,41,4,63)
C0M41Y4K63 (0%, 41%, 4%, 63%)
(0.00 / 0.41 / 0.04 / 0.63)

CMYK percentages

%0
%41.49
%4.26
%63.14

Codes

Color #5E375A in popluar color models

5E 37 5A
RGB 94 55 90
HSL 306° 26.17% 29.22%
HSB/HSV 306° 41.49% 36.86%
CMYK 0.00% 41.49% 4.26%
63.14%

Color #5E375A in popluar number systems.

HEX 5E 37 5A
Decimal 94 55 90
Binary 1011110 110111 1011010
Octal 136 67 132

Shades and tints

Shades of #5E375A

#5E375A
(94,55,90)
#563252
(86,50,82)
#4E2D4A
(78,45,74)
#462842
(70,40,66)
#3E233A
(62,35,58)
#361E32
(54,30,50)
#2E192A
(46,25,42)
#261422
(38,20,34)
#1E0F1A
(30,15,26)
#160A12
(22,10,18)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #5E375A

#5E375A
(94,55,90)
#6C4969
(108,73,105)
#7A5B78
(122,91,120)
#886D87
(136,109,135)
#967F96
(150,127,150)
#A491A5
(164,145,165)
#B2A3B4
(178,163,180)
#C0B5C3
(192,181,195)
#CEC7D2
(206,199,210)
#DCD9E1
(220,217,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E375A; }

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

This text font color is #5E375A.

Background Color

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

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

This div background color is #5E375A.

Border color

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

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

This div border color is #5E375A.

Opacity

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

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

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

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

This text has shadow with #5E375A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E375A.

Preview

Color preview on black background

This text has color #5E375A on black background.


Color preview on white background

This text has color #5E375A on white background.


Black color preview on #5E375A background

This text has black color on #5E375A background.


White color preview on #5E375A background

This text has white color on #5E375A background.


Related colors

Complementary color

Complementary color for #hex is #A1C8A5.


I love getcolorcode.com

Triadic colors

1 #5A5E37 and #375A5E with #5E375A are triadic colors.

2 #5A375E and #375E5A with #5E375A are triadic colors.