COLOR #5F3672

HEX: #5F3672
RGB: (95,54,114)

Color info

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

RGB color model

#5F3672 color RGB value is (95,54,114).

  • red value is 95;
  • green value is 54;
  • blue value is 114.
RGB:
(95,54,114)
(37%,21%,45%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 114 of 255 = 45%

95
54
114

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

Portions of RGB colors in percentages

R + G + B =
95 + 54 + 114 = 263 (100%)
R 95 of 263 ~ 36.12%
G 54 of 263 ~ 20.53%
B 114 of 263 ~ 43.35%

%36.12
%20.53
%43.35

CMYK color model

#5F3672 color CMYK value is (17,53,0,55).

  • cyan value is 16.67%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(17,53,0,55)
C17M53Y0K55 
(17%,53%,0%,55%)
(0.17/0.53/0.00/0.55)	

CMYK percentages

%16.67
%52.63
%0
%55.29

Codes

Color #5F3672 in popluar color models

5F3672
RGB9554114
HSL281°35.71%32.94%
HSB/HSV281°52.63%44.71%
CMYK16.67%52.63%0.00%
55.29%

Color #5F3672 in popluar number systems.

HEX5F3672
Decimal9554114
Binary10111111101101110010
Octal13766162

Shades and tints

Shades of #5F3672

#5F3672
(95,54,114)
#573268
(87,50,104)
#4F2E5E
(79,46,94)
#472A54
(71,42,84)
#3F264A
(63,38,74)
#372240
(55,34,64)
#2F1E36
(47,30,54)
#271A2C
(39,26,44)
#1F1622
(31,22,34)
#171218
(23,18,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #5F3672

#5F3672
(95,54,114)
#6D487E
(109,72,126)
#7B5A8A
(123,90,138)
#896C96
(137,108,150)
#977EA2
(151,126,162)
#A590AE
(165,144,174)
#B3A2BA
(179,162,186)
#C1B4C6
(193,180,198)
#CFC6D2
(207,198,210)
#DDD8DE
(221,216,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3672 color. Also use rgb(95,54,114) instead hex code.

Text Font Color

.myTextColor { color: #5F3672; }

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

This text font color is #5F3672.


Background Color

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

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

This div background color is #5F3672.


Border color

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

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

This div border color is #5F3672.


Opacity

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

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

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

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

This text has shadow with #5F3672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3672 on black background.


Color preview on white background

This text has color #5F3672 on white background.



Black color preview on #5F3672 background

This text has black color on #5F3672 background.


White color preview on #5F3672 background

This text has white color on #5F3672 background.