COLOR #5F5670

HEX: #5F5670
RGB: (95,86,112)

Color info

#5F5670 contains red, green and blue colors in about the same proportion. Web safe color of #5F5670 is #666666 (or #666).

RGB color model

#5F5670 color RGB value is (95,86,112).

  • red value is 95;
  • green value is 86;
  • blue value is 112.
RGB:
(95,86,112)
(37%,34%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 112 of 255 = 44%

95
86
112

R + G + B ~ 38%. #5F5670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 112 = 293 (100%)
R 95 of 293 ~ 32.42%
G 86 of 293 ~ 29.35%
B 112 of 293 ~ 38.23%

%32.42
%29.35
%38.23

CMYK color model

#5F5670 color CMYK value is (15,23,0,56).

  • cyan value is 15.18%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(15,23,0,56)
C15M23Y0K56 
(15%,23%,0%,56%)
(0.15/0.23/0.00/0.56)	

CMYK percentages

%15.18
%23.21
%0
%56.08

Codes

Color #5F5670 in popluar color models

5F5670
RGB9586112
HSL261°13.13%38.82%
HSB/HSV261°23.21%43.92%
CMYK15.18%23.21%0.00%
56.08%

Color #5F5670 in popluar number systems.

HEX5F5670
Decimal9586112
Binary101111110101101110000
Octal137126160

Shades and tints

Shades of #5F5670

#5F5670
(95,86,112)
#574F66
(87,79,102)
#4F485C
(79,72,92)
#474152
(71,65,82)
#3F3A48
(63,58,72)
#37333E
(55,51,62)
#2F2C34
(47,44,52)
#27252A
(39,37,42)
#1F1E20
(31,30,32)
#171716
(23,23,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #5F5670

#5F5670
(95,86,112)
#6D657D
(109,101,125)
#7B748A
(123,116,138)
#898397
(137,131,151)
#9792A4
(151,146,164)
#A5A1B1
(165,161,177)
#B3B0BE
(179,176,190)
#C1BFCB
(193,191,203)
#CFCED8
(207,206,216)
#DDDDE5
(221,221,229)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5670 color. Also use rgb(95,86,112) instead hex code.

Text Font Color

.myTextColor { color: #5F5670; }

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

This text font color is #5F5670.


Background Color

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

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

This div background color is #5F5670.


Border color

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

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

This div border color is #5F5670.


Opacity

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

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

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

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

This text has shadow with #5F5670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5670 on black background.


Color preview on white background

This text has color #5F5670 on white background.



Black color preview on #5F5670 background

This text has black color on #5F5670 background.


White color preview on #5F5670 background

This text has white color on #5F5670 background.