COLOR #5E4766

HEX: #5E4766 RGB: (94,71,102)

Color info

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

RGB color model

#5E4766 color RGB value is (94,71,102).

RGB: (94,71,102) (37%, 28%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 102 of 255 = 40%

94
71
102

R + G + B ~ 35%. #5E4766 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 71 + 102 = 267 (100%)
R 94 of 267 ~ 35.21%
G 71 of 267 ~ 26.59%
B 102 of 267 ~ 38.2'%

%35.21
%26.59
%38.2

CMYK color model

#5E4766 color CMYK value is (8,30,0,60).

  • cyan value is 7.84%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (8,30,0,60)
C8M30Y0K60 (8%, 30%, 0%, 60%)
(0.08 / 0.30 / 0.00 / 0.60)

CMYK percentages

%7.84
%30.39
%0
%60

Codes

Color #5E4766 in popluar color models

5E 47 66
RGB 94 71 102
HSL 285° 17.92% 33.92%
HSB/HSV 285° 30.39% 40.00%
CMYK 7.84% 30.39% 0.00%
60.00%

Color #5E4766 in popluar number systems.

HEX 5E 47 66
Decimal 94 71 102
Binary 1011110 1000111 1100110
Octal 136 107 146

Shades and tints

Shades of #5E4766

#5E4766
(94,71,102)
#56415D
(86,65,93)
#4E3B54
(78,59,84)
#46354B
(70,53,75)
#3E2F42
(62,47,66)
#362939
(54,41,57)
#2E2330
(46,35,48)
#261D27
(38,29,39)
#1E171E
(30,23,30)
#161115
(22,17,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #5E4766

#5E4766
(94,71,102)
#6C5773
(108,87,115)
#7A6780
(122,103,128)
#88778D
(136,119,141)
#96879A
(150,135,154)
#A497A7
(164,151,167)
#B2A7B4
(178,167,180)
#C0B7C1
(192,183,193)
#CEC7CE
(206,199,206)
#DCD7DB
(220,215,219)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4766 color. Also use rgb(94,71,102) instead hex code.

Text Font Color

.myTextColor { color: #5E4766; }

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

This text font color is #5E4766.

Background Color

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

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

This div background color is #5E4766.

Border color

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

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

This div border color is #5E4766.

Opacity

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

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

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

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

This text has shadow with #5E4766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4766.

Preview

Color preview on black background

This text has color #5E4766 on black background.


Color preview on white background

This text has color #5E4766 on white background.


Black color preview on #5E4766 background

This text has black color on #5E4766 background.


White color preview on #5E4766 background

This text has white color on #5E4766 background.


Related colors

Complementary color

Complementary color for #hex is #A1B899.


I love getcolorcode.com

Triadic colors

1 #665E47 and #47665E with #5E4766 are triadic colors.

2 #66475E and #475E66 with #5E4766 are triadic colors.