COLOR #5F2E5D

HEX: #5F2E5D
RGB: (95,46,93)

Color info

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

RGB color model

#5F2E5D color RGB value is (95,46,93).

  • red value is 95;
  • green value is 46;
  • blue value is 93.
RGB:
(95,46,93)
(37%,18%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 46 of 255 = 18%
B 93 of 255 = 36%

95
46
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 46 + 93 = 234 (100%)
R 95 of 234 ~ 40.6%
G 46 of 234 ~ 19.66%
B 93 of 234 ~ 39.74%

%40.6
%19.66
%39.74

CMYK color model

#5F2E5D color CMYK value is (0,52,2,63).

  • cyan value is 0.00%
  • magenta value is 51.58%
  • yellow value is 2.11%
  • key color value is 62.75%
CMYK:
(0,52,2,63)
C0M52Y2K63 
(0%,52%,2%,63%)
(0.00/0.52/0.02/0.63)	

CMYK percentages

%0
%51.58
%2.11
%62.75

Codes

Color #5F2E5D in popluar color models

5F2E5D
RGB954693
HSL302°34.75%27.65%
HSB/HSV302°51.58%37.25%
CMYK0.00%51.58%2.11%
62.75%

Color #5F2E5D in popluar number systems.

HEX5F2E5D
Decimal954693
Binary10111111011101011101
Octal13756135

Shades and tints

Shades of #5F2E5D

#5F2E5D
(95,46,93)
#572A55
(87,42,85)
#4F264D
(79,38,77)
#472245
(71,34,69)
#3F1E3D
(63,30,61)
#371A35
(55,26,53)
#2F162D
(47,22,45)
#271225
(39,18,37)
#1F0E1D
(31,14,29)
#170A15
(23,10,21)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #5F2E5D

#5F2E5D
(95,46,93)
#6D416B
(109,65,107)
#7B5479
(123,84,121)
#896787
(137,103,135)
#977A95
(151,122,149)
#A58DA3
(165,141,163)
#B3A0B1
(179,160,177)
#C1B3BF
(193,179,191)
#CFC6CD
(207,198,205)
#DDD9DB
(221,217,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F2E5D color. Also use rgb(95,46,93) instead hex code.

Text Font Color

.myTextColor { color: #5F2E5D; }

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

This text font color is #5F2E5D.


Background Color

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

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

This div background color is #5F2E5D.


Border color

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

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

This div border color is #5F2E5D.


Opacity

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

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

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

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

This text has shadow with #5F2E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F2E5D on black background.


Color preview on white background

This text has color #5F2E5D on white background.



Black color preview on #5F2E5D background

This text has black color on #5F2E5D background.


White color preview on #5F2E5D background

This text has white color on #5F2E5D background.