COLOR #5F3351

HEX: #5F3351
RGB: (95,51,81)

Color info

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

RGB color model

#5F3351 color RGB value is (95,51,81).

  • red value is 95;
  • green value is 51;
  • blue value is 81.
RGB:
(95,51,81)
(37%,20%,32%)

RGB channels and saturation

R 95 of 255 = 37%
G 51 of 255 = 20%
B 81 of 255 = 32%

95
51
81

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

Portions of RGB colors in percentages

R + G + B =
95 + 51 + 81 = 227 (100%)
R 95 of 227 ~ 41.85%
G 51 of 227 ~ 22.47%
B 81 of 227 ~ 35.68%

%41.85
%22.47
%35.68

CMYK color model

#5F3351 color CMYK value is (0,46,15,63).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(0,46,15,63)
C0M46Y15K63 
(0%,46%,15%,63%)
(0.00/0.46/0.15/0.63)	

CMYK percentages

%0
%46.32
%14.74
%62.75

Codes

Color #5F3351 in popluar color models

5F3351
RGB955181
HSL319°30.14%28.63%
HSB/HSV319°46.32%37.25%
CMYK0.00%46.32%14.74%
62.75%

Color #5F3351 in popluar number systems.

HEX5F3351
Decimal955181
Binary10111111100111010001
Octal13763121

Shades and tints

Shades of #5F3351

#5F3351
(95,51,81)
#572F4A
(87,47,74)
#4F2B43
(79,43,67)
#47273C
(71,39,60)
#3F2335
(63,35,53)
#371F2E
(55,31,46)
#2F1B27
(47,27,39)
#271720
(39,23,32)
#1F1319
(31,19,25)
#170F12
(23,15,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F3351

#5F3351
(95,51,81)
#6D4560
(109,69,96)
#7B576F
(123,87,111)
#89697E
(137,105,126)
#977B8D
(151,123,141)
#A58D9C
(165,141,156)
#B39FAB
(179,159,171)
#C1B1BA
(193,177,186)
#CFC3C9
(207,195,201)
#DDD5D8
(221,213,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3351 color. Also use rgb(95,51,81) instead hex code.

Text Font Color

.myTextColor { color: #5F3351; }

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

This text font color is #5F3351.


Background Color

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

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

This div background color is #5F3351.


Border color

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

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

This div border color is #5F3351.


Opacity

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

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

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

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

This text has shadow with #5F3351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3351 on black background.


Color preview on white background

This text has color #5F3351 on white background.



Black color preview on #5F3351 background

This text has black color on #5F3351 background.


White color preview on #5F3351 background

This text has white color on #5F3351 background.