COLOR #5F4BA4

HEX: #5F4BA4
RGB: (95,75,164)

Color info

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

RGB color model

#5F4BA4 color RGB value is (95,75,164).

  • red value is 95;
  • green value is 75;
  • blue value is 164.
RGB:
(95,75,164)
(37%,29%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 164 of 255 = 64%

95
75
164

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

Portions of RGB colors in percentages

R + G + B =
95 + 75 + 164 = 334 (100%)
R 95 of 334 ~ 28.44%
G 75 of 334 ~ 22.46%
B 164 of 334 ~ 49.1%

%28.44
%22.46
%49.1

CMYK color model

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

  • cyan value is 42.07%
  • magenta value is 54.27%
  • 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
%54.27
%0
%35.69

Codes

Color #5F4BA4 in popluar color models

5F4BA4
RGB9575164
HSL253°37.24%46.86%
HSB/HSV253°54.27%64.31%
CMYK42.07%54.27%0.00%
35.69%

Color #5F4BA4 in popluar number systems.

HEX5F4BA4
Decimal9575164
Binary1011111100101110100100
Octal137113244

Shades and tints

Shades of #5F4BA4

#5F4BA4
(95,75,164)
#574596
(87,69,150)
#4F3F88
(79,63,136)
#47397A
(71,57,122)
#3F336C
(63,51,108)
#372D5E
(55,45,94)
#2F2750
(47,39,80)
#272142
(39,33,66)
#1F1B34
(31,27,52)
#171526
(23,21,38)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #5F4BA4

#5F4BA4
(95,75,164)
#6D5BAC
(109,91,172)
#7B6BB4
(123,107,180)
#897BBC
(137,123,188)
#978BC4
(151,139,196)
#A59BCC
(165,155,204)
#B3ABD4
(179,171,212)
#C1BBDC
(193,187,220)
#CFCBE4
(207,203,228)
#DDDBEC
(221,219,236)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4BA4; }

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

This text font color is #5F4BA4.


Background Color

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

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

This div background color is #5F4BA4.


Border color

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

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

This div border color is #5F4BA4.


Opacity

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

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

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

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

This text has shadow with #5F4BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4BA4 on black background.


Color preview on white background

This text has color #5F4BA4 on white background.



Black color preview on #5F4BA4 background

This text has black color on #5F4BA4 background.


White color preview on #5F4BA4 background

This text has white color on #5F4BA4 background.