COLOR #5F4B7E

HEX: #5F4B7E RGB: (95,75,126)

Color info

#5F4B7E contains red, green and blue colors in about the same proportion. Web safe color of #5F4B7E is #663366 (or #636).

RGB color model

#5F4B7E color RGB value is (95,75,126).

RGB: (95,75,126) (37%, 29%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 126 of 255 = 49%

95
75
126

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

Portions of RGB colors in percentages

R + G + B = 95 + 75 + 126 = 296 (100%)
R 95 of 296 ~ 32.09%
G 75 of 296 ~ 25.34%
B 126 of 296 ~ 42.57'%

%32.09
%25.34
%42.57

CMYK color model

#5F4B7E color CMYK value is (25,40,0,51).

  • cyan value is 24.60%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (25,40,0,51)
C25M40Y0K51 (25%, 40%, 0%, 51%)
(0.25 / 0.40 / 0.00 / 0.51)

CMYK percentages

%24.6
%40.48
%0
%50.59

Codes

Color #5F4B7E in popluar color models

5F 4B 7E
RGB 95 75 126
HSL 264° 25.37% 39.41%
HSB/HSV 264° 40.48% 49.41%
CMYK 24.60% 40.48% 0.00%
50.59%

Color #5F4B7E in popluar number systems.

HEX 5F 4B 7E
Decimal 95 75 126
Binary 1011111 1001011 1111110
Octal 137 113 176

Shades and tints

Shades of #5F4B7E

#5F4B7E
(95,75,126)
#574573
(87,69,115)
#4F3F68
(79,63,104)
#47395D
(71,57,93)
#3F3352
(63,51,82)
#372D47
(55,45,71)
#2F273C
(47,39,60)
#272131
(39,33,49)
#1F1B26
(31,27,38)
#17151B
(23,21,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #5F4B7E

#5F4B7E
(95,75,126)
#6D5B89
(109,91,137)
#7B6B94
(123,107,148)
#897B9F
(137,123,159)
#978BAA
(151,139,170)
#A59BB5
(165,155,181)
#B3ABC0
(179,171,192)
#C1BBCB
(193,187,203)
#CFCBD6
(207,203,214)
#DDDBE1
(221,219,225)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4B7E; }

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

This text font color is #5F4B7E.

Background Color

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

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

This div background color is #5F4B7E.

Border color

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

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

This div border color is #5F4B7E.

Opacity

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

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

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

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

This text has shadow with #5F4B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4B7E.

Preview

Color preview on black background

This text has color #5F4B7E on black background.


Color preview on white background

This text has color #5F4B7E on white background.


Black color preview on #5F4B7E background

This text has black color on #5F4B7E background.


White color preview on #5F4B7E background

This text has white color on #5F4B7E background.


Related colors

Complementary color

Complementary color for #hex is #A0B481.


I love getcolorcode.com

Triadic colors

1 #7E5F4B and #4B7E5F with #5F4B7E are triadic colors.

2 #7E4B5F and #4B5F7E with #5F4B7E are triadic colors.