COLOR #5F4078

HEX: #5F4078
RGB: (95,64,120)

Color info

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

RGB color model

#5F4078 color RGB value is (95,64,120).

  • red value is 95;
  • green value is 64;
  • blue value is 120.
RGB:
(95,64,120)
(37%,25%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 64 of 255 = 25%
B 120 of 255 = 47%

95
64
120

R + G + B ~ 36%. #5F4078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 64 + 120 = 279 (100%)
R 95 of 279 ~ 34.05%
G 64 of 279 ~ 22.94%
B 120 of 279 ~ 43.01%

%34.05
%22.94
%43.01

CMYK color model

#5F4078 color CMYK value is (21,47,0,53).

  • cyan value is 20.83%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,47,0,53)
C21M47Y0K53 
(21%,47%,0%,53%)
(0.21/0.47/0.00/0.53)	

CMYK percentages

%20.83
%46.67
%0
%52.94

Codes

Color #5F4078 in popluar color models

5F4078
RGB9564120
HSL273°30.43%36.08%
HSB/HSV273°46.67%47.06%
CMYK20.83%46.67%0.00%
52.94%

Color #5F4078 in popluar number systems.

HEX5F4078
Decimal9564120
Binary101111110000001111000
Octal137100170

Shades and tints

Shades of #5F4078

#5F4078
(95,64,120)
#573B6E
(87,59,110)
#4F3664
(79,54,100)
#47315A
(71,49,90)
#3F2C50
(63,44,80)
#372746
(55,39,70)
#2F223C
(47,34,60)
#271D32
(39,29,50)
#1F1828
(31,24,40)
#17131E
(23,19,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #5F4078

#5F4078
(95,64,120)
#6D5184
(109,81,132)
#7B6290
(123,98,144)
#89739C
(137,115,156)
#9784A8
(151,132,168)
#A595B4
(165,149,180)
#B3A6C0
(179,166,192)
#C1B7CC
(193,183,204)
#CFC8D8
(207,200,216)
#DDD9E4
(221,217,228)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4078 color. Also use rgb(95,64,120) instead hex code.

Text Font Color

.myTextColor { color: #5F4078; }

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

This text font color is #5F4078.


Background Color

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

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

This div background color is #5F4078.


Border color

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

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

This div border color is #5F4078.


Opacity

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

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

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

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

This text has shadow with #5F4078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4078 on black background.


Color preview on white background

This text has color #5F4078 on white background.



Black color preview on #5F4078 background

This text has black color on #5F4078 background.


White color preview on #5F4078 background

This text has white color on #5F4078 background.