COLOR #5F3674

HEX: #5F3674
RGB: (95,54,116)

Color info

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

RGB color model

#5F3674 color RGB value is (95,54,116).

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

RGB channels and saturation

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

95
54
116

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

Portions of RGB colors in percentages

R + G + B =
95 + 54 + 116 = 265 (100%)
R 95 of 265 ~ 35.85%
G 54 of 265 ~ 20.38%
B 116 of 265 ~ 43.77%

%35.85
%20.38
%43.77

CMYK color model

#5F3674 color CMYK value is (18,53,0,55).

  • cyan value is 18.10%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,53,0,55)
C18M53Y0K55 
(18%,53%,0%,55%)
(0.18/0.53/0.00/0.55)	

CMYK percentages

%18.1
%53.45
%0
%54.51

Codes

Color #5F3674 in popluar color models

5F3674
RGB9554116
HSL280°36.47%33.33%
HSB/HSV280°53.45%45.49%
CMYK18.10%53.45%0.00%
54.51%

Color #5F3674 in popluar number systems.

HEX5F3674
Decimal9554116
Binary10111111101101110100
Octal13766164

Shades and tints

Shades of #5F3674

#5F3674
(95,54,116)
#57326A
(87,50,106)
#4F2E60
(79,46,96)
#472A56
(71,42,86)
#3F264C
(63,38,76)
#372242
(55,34,66)
#2F1E38
(47,30,56)
#271A2E
(39,26,46)
#1F1624
(31,22,36)
#17121A
(23,18,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F3674

#5F3674
(95,54,116)
#6D4880
(109,72,128)
#7B5A8C
(123,90,140)
#896C98
(137,108,152)
#977EA4
(151,126,164)
#A590B0
(165,144,176)
#B3A2BC
(179,162,188)
#C1B4C8
(193,180,200)
#CFC6D4
(207,198,212)
#DDD8E0
(221,216,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3674; }

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

This text font color is #5F3674.


Background Color

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

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

This div background color is #5F3674.


Border color

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

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

This div border color is #5F3674.


Opacity

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

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

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

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

This text has shadow with #5F3674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3674 on black background.


Color preview on white background

This text has color #5F3674 on white background.



Black color preview on #5F3674 background

This text has black color on #5F3674 background.


White color preview on #5F3674 background

This text has white color on #5F3674 background.