COLOR #5F467F

HEX: #5F467F
RGB: (95,70,127)

Color info

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

RGB color model

#5F467F color RGB value is (95,70,127).

  • red value is 95;
  • green value is 70;
  • blue value is 127.
RGB:
(95,70,127)
(37%,27%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 127 of 255 = 50%

95
70
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 70 + 127 = 292 (100%)
R 95 of 292 ~ 32.53%
G 70 of 292 ~ 23.97%
B 127 of 292 ~ 43.49%

%32.53
%23.97
%43.49

CMYK color model

#5F467F color CMYK value is (25,45,0,50).

  • cyan value is 25.20%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(25,45,0,50)
C25M45Y0K50 
(25%,45%,0%,50%)
(0.25/0.45/0.00/0.50)	

CMYK percentages

%25.2
%44.88
%0
%50.2

Codes

Color #5F467F in popluar color models

5F467F
RGB9570127
HSL266°28.93%38.63%
HSB/HSV266°44.88%49.80%
CMYK25.20%44.88%0.00%
50.20%

Color #5F467F in popluar number systems.

HEX5F467F
Decimal9570127
Binary101111110001101111111
Octal137106177

Shades and tints

Shades of #5F467F

#5F467F
(95,70,127)
#574074
(87,64,116)
#4F3A69
(79,58,105)
#47345E
(71,52,94)
#3F2E53
(63,46,83)
#372848
(55,40,72)
#2F223D
(47,34,61)
#271C32
(39,28,50)
#1F1627
(31,22,39)
#17101C
(23,16,28)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #5F467F

#5F467F
(95,70,127)
#6D568A
(109,86,138)
#7B6695
(123,102,149)
#8976A0
(137,118,160)
#9786AB
(151,134,171)
#A596B6
(165,150,182)
#B3A6C1
(179,166,193)
#C1B6CC
(193,182,204)
#CFC6D7
(207,198,215)
#DDD6E2
(221,214,226)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F467F color. Also use rgb(95,70,127) instead hex code.

Text Font Color

.myTextColor { color: #5F467F; }

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

This text font color is #5F467F.


Background Color

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

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

This div background color is #5F467F.


Border color

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

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

This div border color is #5F467F.


Opacity

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

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

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

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

This text has shadow with #5F467F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F467F on black background.


Color preview on white background

This text has color #5F467F on white background.



Black color preview on #5F467F background

This text has black color on #5F467F background.


White color preview on #5F467F background

This text has white color on #5F467F background.