COLOR #5F2663

HEX: #5F2663
RGB: (95,38,99)

Color info

#5F2663 contains mainly red and blue colors. Web safe color of #5F2663 is #663366 (or #636).

RGB color model

#5F2663 color RGB value is (95,38,99).

  • red value is 95;
  • green value is 38;
  • blue value is 99.
RGB:
(95,38,99)
(37%,15%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 38 of 255 = 15%
B 99 of 255 = 39%

95
38
99

R + G + B ~ 30%. #5F2663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 38 + 99 = 232 (100%)
R 95 of 232 ~ 40.95%
G 38 of 232 ~ 16.38%
B 99 of 232 ~ 42.67%

%40.95
%16.38
%42.67

CMYK color model

#5F2663 color CMYK value is (4,62,0,61).

  • cyan value is 4.04%
  • magenta value is 61.62%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(4,62,0,61)
C4M62Y0K61 
(4%,62%,0%,61%)
(0.04/0.62/0.00/0.61)	

CMYK percentages

%4.04
%61.62
%0
%61.18

Codes

Color #5F2663 in popluar color models

5F2663
RGB953899
HSL296°44.53%26.86%
HSB/HSV296°61.62%38.82%
CMYK4.04%61.62%0.00%
61.18%

Color #5F2663 in popluar number systems.

HEX5F2663
Decimal953899
Binary10111111001101100011
Octal13746143

Shades and tints

Shades of #5F2663

#5F2663
(95,38,99)
#57235A
(87,35,90)
#4F2051
(79,32,81)
#471D48
(71,29,72)
#3F1A3F
(63,26,63)
#371736
(55,23,54)
#2F142D
(47,20,45)
#271124
(39,17,36)
#1F0E1B
(31,14,27)
#170B12
(23,11,18)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #5F2663

#5F2663
(95,38,99)
#6D3971
(109,57,113)
#7B4C7F
(123,76,127)
#895F8D
(137,95,141)
#97729B
(151,114,155)
#A585A9
(165,133,169)
#B398B7
(179,152,183)
#C1ABC5
(193,171,197)
#CFBED3
(207,190,211)
#DDD1E1
(221,209,225)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F2663 color. Also use rgb(95,38,99) instead hex code.

Text Font Color

.myTextColor { color: #5F2663; }

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

This text font color is #5F2663.


Background Color

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

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

This div background color is #5F2663.


Border color

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

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

This div border color is #5F2663.


Opacity

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

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

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

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

This text has shadow with #5F2663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2663 on black background.


Color preview on white background

This text has color #5F2663 on white background.



Black color preview on #5F2663 background

This text has black color on #5F2663 background.


White color preview on #5F2663 background

This text has white color on #5F2663 background.