COLOR #5F4B9A

HEX: #5F4B9A RGB: (95,75,154)

Color info

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

RGB color model

#5F4B9A color RGB value is (95,75,154).

RGB: (95,75,154) (37%, 29%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 154 of 255 = 60%

95
75
154

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

Portions of RGB colors in percentages

R + G + B = 95 + 75 + 154 = 324 (100%)
R 95 of 324 ~ 29.32%
G 75 of 324 ~ 23.15%
B 154 of 324 ~ 47.53'%

%29.32
%23.15
%47.53

CMYK color model

#5F4B9A color CMYK value is (38,51,0,40).

  • cyan value is 38.31%
  • magenta value is 51.30%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (38,51,0,40)
C38M51Y0K40 (38%, 51%, 0%, 40%)
(0.38 / 0.51 / 0.00 / 0.40)

CMYK percentages

%38.31
%51.3
%0
%39.61

Codes

Color #5F4B9A in popluar color models

5F 4B 9A
RGB 95 75 154
HSL 255° 34.50% 44.90%
HSB/HSV 255° 51.30% 60.39%
CMYK 38.31% 51.30% 0.00%
39.61%

Color #5F4B9A in popluar number systems.

HEX 5F 4B 9A
Decimal 95 75 154
Binary 1011111 1001011 10011010
Octal 137 113 232

Shades and tints

Shades of #5F4B9A

#5F4B9A
(95,75,154)
#57458C
(87,69,140)
#4F3F7E
(79,63,126)
#473970
(71,57,112)
#3F3362
(63,51,98)
#372D54
(55,45,84)
#2F2746
(47,39,70)
#272138
(39,33,56)
#1F1B2A
(31,27,42)
#17151C
(23,21,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F4B9A

#5F4B9A
(95,75,154)
#6D5BA3
(109,91,163)
#7B6BAC
(123,107,172)
#897BB5
(137,123,181)
#978BBE
(151,139,190)
#A59BC7
(165,155,199)
#B3ABD0
(179,171,208)
#C1BBD9
(193,187,217)
#CFCBE2
(207,203,226)
#DDDBEB
(221,219,235)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4B9A; }

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

This text font color is #5F4B9A.

Background Color

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

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

This div background color is #5F4B9A.

Border color

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

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

This div border color is #5F4B9A.

Opacity

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

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

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

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

This text has shadow with #5F4B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4B9A.

Preview

Color preview on black background

This text has color #5F4B9A on black background.


Color preview on white background

This text has color #5F4B9A on white background.


Black color preview on #5F4B9A background

This text has black color on #5F4B9A background.


White color preview on #5F4B9A background

This text has white color on #5F4B9A background.


Related colors

Complementary color

Complementary color for #hex is #A0B465.


I love getcolorcode.com

Triadic colors

1 #9A5F4B and #4B9A5F with #5F4B9A are triadic colors.

2 #9A4B5F and #4B5F9A with #5F4B9A are triadic colors.