COLOR #5F4CA4

HEX: #5F4CA4 RGB: (95,76,164)

Color info

#5F4CA4 contains mainly blue color. Web safe color of #5F4CA4 is #663399 (or #639).

RGB color model

#5F4CA4 color RGB value is (95,76,164).

RGB: (95,76,164) (37%, 30%, 64%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 164 of 255 = 64%

95
76
164

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

Portions of RGB colors in percentages

R + G + B = 95 + 76 + 164 = 335 (100%)
R 95 of 335 ~ 28.36%
G 76 of 335 ~ 22.69%
B 164 of 335 ~ 48.96'%

%28.36
%22.69
%48.96

CMYK color model

#5F4CA4 color CMYK value is (42,54,0,36).

  • cyan value is 42.07%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (42,54,0,36)
C42M54Y0K36 (42%, 54%, 0%, 36%)
(0.42 / 0.54 / 0.00 / 0.36)

CMYK percentages

%42.07
%53.66
%0
%35.69

Codes

Color #5F4CA4 in popluar color models

5F 4C A4
RGB 95 76 164
HSL 253° 36.67% 47.06%
HSB/HSV 253° 53.66% 64.31%
CMYK 42.07% 53.66% 0.00%
35.69%

Color #5F4CA4 in popluar number systems.

HEX 5F 4C A4
Decimal 95 76 164
Binary 1011111 1001100 10100100
Octal 137 114 244

Shades and tints

Shades of #5F4CA4

#5F4CA4
(95,76,164)
#574696
(87,70,150)
#4F4088
(79,64,136)
#473A7A
(71,58,122)
#3F346C
(63,52,108)
#372E5E
(55,46,94)
#2F2850
(47,40,80)
#272242
(39,34,66)
#1F1C34
(31,28,52)
#171626
(23,22,38)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #5F4CA4

#5F4CA4
(95,76,164)
#6D5CAC
(109,92,172)
#7B6CB4
(123,108,180)
#897CBC
(137,124,188)
#978CC4
(151,140,196)
#A59CCC
(165,156,204)
#B3ACD4
(179,172,212)
#C1BCDC
(193,188,220)
#CFCCE4
(207,204,228)
#DDDCEC
(221,220,236)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4CA4 color. Also use rgb(95,76,164) instead hex code.

Text Font Color

.myTextColor { color: #5F4CA4; }

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

This text font color is #5F4CA4.

Background Color

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

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

This div background color is #5F4CA4.

Border color

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

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

This div border color is #5F4CA4.

Opacity

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

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

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

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

This text has shadow with #5F4CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4CA4.

Preview

Color preview on black background

This text has color #5F4CA4 on black background.


Color preview on white background

This text has color #5F4CA4 on white background.


Black color preview on #5F4CA4 background

This text has black color on #5F4CA4 background.


White color preview on #5F4CA4 background

This text has white color on #5F4CA4 background.


Related colors

Complementary color

Complementary color for #hex is #A0B35B.


I love getcolorcode.com

Triadic colors

1 #A45F4C and #4CA45F with #5F4CA4 are triadic colors.

2 #A44C5F and #4C5FA4 with #5F4CA4 are triadic colors.