COLOR #5D478E

HEX: #5D478E
RGB: (93,71,142)

Color info

#5D478E contains mainly red and blue colors. Web safe color of #5D478E is #663399 (or #639).

RGB color model

#5D478E color RGB value is (93,71,142).

  • red value is 93;
  • green value is 71;
  • blue value is 142.
RGB: (93,71,142) (36%,28%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 142 of 255 = 56%

93
71
142

R + G + B ~ 40%. #5D478E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 142 = 306 (100%)
R 93 of 306 ~ 30.39%
G 71 of 306 ~ 23.2%
B 142 of 306 ~ 46.41%

%30.39
%23.2
%46.41

CMYK color model

#5D478E color CMYK value is (35,50,0,44).

  • cyan value is 34.51%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (35,50,0,44) C35M50Y0K44 (35%,50%,0%,44%) (0.35/0.50/0.00/0.44)

CMYK percentages

%34.51
%50
%0
%44.31

Codes

Color #5D478E in popluar color models

5D478E
RGB9371142
HSL259°33.33%41.76%
HSB/HSV259°50.00%55.69%
CMYK34.51%50.00%0.00%
44.31%

Color #5D478E in popluar number systems.

HEX5D478E
Decimal9371142
Binary1011101100011110001110
Octal135107216

Shades and tints

Shades of #5D478E

#5D478E
(93,71,142)
#554182
(85,65,130)
#4D3B76
(77,59,118)
#45356A
(69,53,106)
#3D2F5E
(61,47,94)
#352952
(53,41,82)
#2D2346
(45,35,70)
#251D3A
(37,29,58)
#1D172E
(29,23,46)
#151122
(21,17,34)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #5D478E

#5D478E
(93,71,142)
#6B5798
(107,87,152)
#7967A2
(121,103,162)
#8777AC
(135,119,172)
#9587B6
(149,135,182)
#A397C0
(163,151,192)
#B1A7CA
(177,167,202)
#BFB7D4
(191,183,212)
#CDC7DE
(205,199,222)
#DBD7E8
(219,215,232)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D478E color. Also use rgb(93,71,142) instead hex code.

Text Font Color

.myTextColor { color: #5D478E; }

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

This text font color is #5D478E.


Background Color

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

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

This div background color is #5D478E.


Border color

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

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

This div border color is #5D478E.


Opacity

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

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

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

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

This text has shadow with #5D478E color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #5D478E; -webkit-box-shadow:	1px 1px 3px 2px #5D478E; box-shadow:	1px 1px 3px 2px #5D478E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5D478E; -webkit-box-shadow: 1px 1px 3px 2px #5D478E; box-shadow:1px 1px 3px 2px #5D478E;">
Div content here</div>
This div box has shadow with color #5D478E.

Preview

Color preview on black background

This text has color #5D478E on black background.


Color preview on white background

This text has color #5D478E on white background.



Black color preview on #5D478E background

This text has black color on #5D478E background.


White color preview on #5D478E background

This text has white color on #5D478E background.