COLOR #5E476C

HEX: #5E476C RGB: (94,71,108)

Color info

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

RGB color model

#5E476C color RGB value is (94,71,108).

RGB: (94,71,108) (37%, 28%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 108 of 255 = 42%

94
71
108

R + G + B ~ 36%. #5E476C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 71 + 108 = 273 (100%)
R 94 of 273 ~ 34.43%
G 71 of 273 ~ 26.01%
B 108 of 273 ~ 39.56'%

%34.43
%26.01
%39.56

CMYK color model

#5E476C color CMYK value is (13,34,0,58).

  • cyan value is 12.96%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (13,34,0,58)
C13M34Y0K58 (13%, 34%, 0%, 58%)
(0.13 / 0.34 / 0.00 / 0.58)

CMYK percentages

%12.96
%34.26
%0
%57.65

Codes

Color #5E476C in popluar color models

5E 47 6C
RGB 94 71 108
HSL 277° 20.67% 35.10%
HSB/HSV 277° 34.26% 42.35%
CMYK 12.96% 34.26% 0.00%
57.65%

Color #5E476C in popluar number systems.

HEX 5E 47 6C
Decimal 94 71 108
Binary 1011110 1000111 1101100
Octal 136 107 154

Shades and tints

Shades of #5E476C

#5E476C
(94,71,108)
#564163
(86,65,99)
#4E3B5A
(78,59,90)
#463551
(70,53,81)
#3E2F48
(62,47,72)
#36293F
(54,41,63)
#2E2336
(46,35,54)
#261D2D
(38,29,45)
#1E1724
(30,23,36)
#16111B
(22,17,27)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #5E476C

#5E476C
(94,71,108)
#6C5779
(108,87,121)
#7A6786
(122,103,134)
#887793
(136,119,147)
#9687A0
(150,135,160)
#A497AD
(164,151,173)
#B2A7BA
(178,167,186)
#C0B7C7
(192,183,199)
#CEC7D4
(206,199,212)
#DCD7E1
(220,215,225)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E476C; }

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

This text font color is #5E476C.

Background Color

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

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

This div background color is #5E476C.

Border color

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

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

This div border color is #5E476C.

Opacity

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

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

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

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

This text has shadow with #5E476C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E476C.

Preview

Color preview on black background

This text has color #5E476C on black background.


Color preview on white background

This text has color #5E476C on white background.


Black color preview on #5E476C background

This text has black color on #5E476C background.


White color preview on #5E476C background

This text has white color on #5E476C background.


Related colors

Complementary color

Complementary color for #hex is #A1B893.


I love getcolorcode.com

Triadic colors

1 #6C5E47 and #476C5E with #5E476C are triadic colors.

2 #6C475E and #475E6C with #5E476C are triadic colors.