COLOR #5F4767

HEX: #5F4767
RGB: (95,71,103)

Color info

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

RGB color model

#5F4767 color RGB value is (95,71,103).

  • red value is 95;
  • green value is 71;
  • blue value is 103.
RGB:
(95,71,103)
(37%,28%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 103 of 255 = 40%

95
71
103

R + G + B ~ 35%. #5F4767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 103 = 269 (100%)
R 95 of 269 ~ 35.32%
G 71 of 269 ~ 26.39%
B 103 of 269 ~ 38.29%

%35.32
%26.39
%38.29

CMYK color model

#5F4767 color CMYK value is (8,31,0,60).

  • cyan value is 7.77%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(8,31,0,60)
C8M31Y0K60 
(8%,31%,0%,60%)
(0.08/0.31/0.00/0.60)	

CMYK percentages

%7.77
%31.07
%0
%59.61

Codes

Color #5F4767 in popluar color models

5F4767
RGB9571103
HSL285°18.39%34.12%
HSB/HSV285°31.07%40.39%
CMYK7.77%31.07%0.00%
59.61%

Color #5F4767 in popluar number systems.

HEX5F4767
Decimal9571103
Binary101111110001111100111
Octal137107147

Shades and tints

Shades of #5F4767

#5F4767
(95,71,103)
#57415E
(87,65,94)
#4F3B55
(79,59,85)
#47354C
(71,53,76)
#3F2F43
(63,47,67)
#37293A
(55,41,58)
#2F2331
(47,35,49)
#271D28
(39,29,40)
#1F171F
(31,23,31)
#171116
(23,17,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #5F4767

#5F4767
(95,71,103)
#6D5774
(109,87,116)
#7B6781
(123,103,129)
#89778E
(137,119,142)
#97879B
(151,135,155)
#A597A8
(165,151,168)
#B3A7B5
(179,167,181)
#C1B7C2
(193,183,194)
#CFC7CF
(207,199,207)
#DDD7DC
(221,215,220)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4767 color. Also use rgb(95,71,103) instead hex code.

Text Font Color

.myTextColor { color: #5F4767; }

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

This text font color is #5F4767.


Background Color

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

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

This div background color is #5F4767.


Border color

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

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

This div border color is #5F4767.


Opacity

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

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

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

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

This text has shadow with #5F4767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4767 on black background.


Color preview on white background

This text has color #5F4767 on white background.



Black color preview on #5F4767 background

This text has black color on #5F4767 background.


White color preview on #5F4767 background

This text has white color on #5F4767 background.