COLOR #5F3858

HEX: #5F3858
RGB: (95,56,88)

Color info

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

RGB color model

#5F3858 color RGB value is (95,56,88).

  • red value is 95;
  • green value is 56;
  • blue value is 88.
RGB:
(95,56,88)
(37%,22%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 56 of 255 = 22%
B 88 of 255 = 35%

95
56
88

R + G + B ~ 31%. #5F3858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 56 + 88 = 239 (100%)
R 95 of 239 ~ 39.75%
G 56 of 239 ~ 23.43%
B 88 of 239 ~ 36.82%

%39.75
%23.43
%36.82

CMYK color model

#5F3858 color CMYK value is (0,41,7,63).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(0,41,7,63)
C0M41Y7K63 
(0%,41%,7%,63%)
(0.00/0.41/0.07/0.63)	

CMYK percentages

%0
%41.05
%7.37
%62.75

Codes

Color #5F3858 in popluar color models

5F3858
RGB955688
HSL311°25.83%29.61%
HSB/HSV311°41.05%37.25%
CMYK0.00%41.05%7.37%
62.75%

Color #5F3858 in popluar number systems.

HEX5F3858
Decimal955688
Binary10111111110001011000
Octal13770130

Shades and tints

Shades of #5F3858

#5F3858
(95,56,88)
#573350
(87,51,80)
#4F2E48
(79,46,72)
#472940
(71,41,64)
#3F2438
(63,36,56)
#371F30
(55,31,48)
#2F1A28
(47,26,40)
#271520
(39,21,32)
#1F1018
(31,16,24)
#170B10
(23,11,16)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #5F3858

#5F3858
(95,56,88)
#6D4A67
(109,74,103)
#7B5C76
(123,92,118)
#896E85
(137,110,133)
#978094
(151,128,148)
#A592A3
(165,146,163)
#B3A4B2
(179,164,178)
#C1B6C1
(193,182,193)
#CFC8D0
(207,200,208)
#DDDADF
(221,218,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3858 color. Also use rgb(95,56,88) instead hex code.

Text Font Color

.myTextColor { color: #5F3858; }

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

This text font color is #5F3858.


Background Color

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

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

This div background color is #5F3858.


Border color

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

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

This div border color is #5F3858.


Opacity

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

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

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

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

This text has shadow with #5F3858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3858 on black background.


Color preview on white background

This text has color #5F3858 on white background.



Black color preview on #5F3858 background

This text has black color on #5F3858 background.


White color preview on #5F3858 background

This text has white color on #5F3858 background.