COLOR #5F4384

HEX: #5F4384 RGB: (95,67,132)

Color info

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

RGB color model

#5F4384 color RGB value is (95,67,132).

RGB: (95,67,132) (37%, 26%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 132 of 255 = 52%

95
67
132

R + G + B ~ 38%. #5F4384 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 67 + 132 = 294 (100%)
R 95 of 294 ~ 32.31%
G 67 of 294 ~ 22.79%
B 132 of 294 ~ 44.9'%

%32.31
%22.79
%44.9

CMYK color model

#5F4384 color CMYK value is (28,49,0,48).

  • cyan value is 28.03%
  • magenta value is 49.24%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (28,49,0,48)
C28M49Y0K48 (28%, 49%, 0%, 48%)
(0.28 / 0.49 / 0.00 / 0.48)

CMYK percentages

%28.03
%49.24
%0
%48.24

Codes

Color #5F4384 in popluar color models

5F 43 84
RGB 95 67 132
HSL 266° 32.66% 39.02%
HSB/HSV 266° 49.24% 51.76%
CMYK 28.03% 49.24% 0.00%
48.24%

Color #5F4384 in popluar number systems.

HEX 5F 43 84
Decimal 95 67 132
Binary 1011111 1000011 10000100
Octal 137 103 204

Shades and tints

Shades of #5F4384

#5F4384
(95,67,132)
#573D78
(87,61,120)
#4F376C
(79,55,108)
#473160
(71,49,96)
#3F2B54
(63,43,84)
#372548
(55,37,72)
#2F1F3C
(47,31,60)
#271930
(39,25,48)
#1F1324
(31,19,36)
#170D18
(23,13,24)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #5F4384

#5F4384
(95,67,132)
#6D548F
(109,84,143)
#7B659A
(123,101,154)
#8976A5
(137,118,165)
#9787B0
(151,135,176)
#A598BB
(165,152,187)
#B3A9C6
(179,169,198)
#C1BAD1
(193,186,209)
#CFCBDC
(207,203,220)
#DDDCE7
(221,220,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4384 color. Also use rgb(95,67,132) instead hex code.

Text Font Color

.myTextColor { color: #5F4384; }

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

This text font color is #5F4384.

Background Color

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

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

This div background color is #5F4384.

Border color

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

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

This div border color is #5F4384.

Opacity

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

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

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

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

This text has shadow with #5F4384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4384.

Preview

Color preview on black background

This text has color #5F4384 on black background.


Color preview on white background

This text has color #5F4384 on white background.


Black color preview on #5F4384 background

This text has black color on #5F4384 background.


White color preview on #5F4384 background

This text has white color on #5F4384 background.


Related colors

Complementary color

Complementary color for #hex is #A0BC7B.


I love getcolorcode.com

Triadic colors

1 #845F43 and #43845F with #5F4384 are triadic colors.

2 #84435F and #435F84 with #5F4384 are triadic colors.