COLOR #5F376D

HEX: #5F376D
RGB: (95,55,109)

Color info

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

RGB color model

#5F376D color RGB value is (95,55,109).

  • red value is 95;
  • green value is 55;
  • blue value is 109.
RGB:
(95,55,109)
(37%,22%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 55 of 255 = 22%
B 109 of 255 = 43%

95
55
109

R + G + B ~ 34%. #5F376D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 55 + 109 = 259 (100%)
R 95 of 259 ~ 36.68%
G 55 of 259 ~ 21.24%
B 109 of 259 ~ 42.08%

%36.68
%21.24
%42.08

CMYK color model

#5F376D color CMYK value is (13,50,0,57).

  • cyan value is 12.84%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(13,50,0,57)
C13M50Y0K57 
(13%,50%,0%,57%)
(0.13/0.50/0.00/0.57)	

CMYK percentages

%12.84
%49.54
%0
%57.25

Codes

Color #5F376D in popluar color models

5F376D
RGB9555109
HSL284°32.93%32.16%
HSB/HSV284°49.54%42.75%
CMYK12.84%49.54%0.00%
57.25%

Color #5F376D in popluar number systems.

HEX5F376D
Decimal9555109
Binary10111111101111101101
Octal13767155

Shades and tints

Shades of #5F376D

#5F376D
(95,55,109)
#573264
(87,50,100)
#4F2D5B
(79,45,91)
#472852
(71,40,82)
#3F2349
(63,35,73)
#371E40
(55,30,64)
#2F1937
(47,25,55)
#27142E
(39,20,46)
#1F0F25
(31,15,37)
#170A1C
(23,10,28)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #5F376D

#5F376D
(95,55,109)
#6D497A
(109,73,122)
#7B5B87
(123,91,135)
#896D94
(137,109,148)
#977FA1
(151,127,161)
#A591AE
(165,145,174)
#B3A3BB
(179,163,187)
#C1B5C8
(193,181,200)
#CFC7D5
(207,199,213)
#DDD9E2
(221,217,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F376D color. Also use rgb(95,55,109) instead hex code.

Text Font Color

.myTextColor { color: #5F376D; }

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

This text font color is #5F376D.


Background Color

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

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

This div background color is #5F376D.


Border color

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

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

This div border color is #5F376D.


Opacity

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

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

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

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

This text has shadow with #5F376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F376D on black background.


Color preview on white background

This text has color #5F376D on white background.



Black color preview on #5F376D background

This text has black color on #5F376D background.


White color preview on #5F376D background

This text has white color on #5F376D background.