COLOR #5F4768

HEX: #5F4768
RGB: (95,71,104)

Color info

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

RGB color model

#5F4768 color RGB value is (95,71,104).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 104 of 255 = 41%

95
71
104

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

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 104 = 270 (100%)
R 95 of 270 ~ 35.19%
G 71 of 270 ~ 26.3%
B 104 of 270 ~ 38.52%

%35.19
%26.3
%38.52

CMYK color model

#5F4768 color CMYK value is (9,32,0,59).

  • cyan value is 8.65%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(9,32,0,59)
C9M32Y0K59 
(9%,32%,0%,59%)
(0.09/0.32/0.00/0.59)	

CMYK percentages

%8.65
%31.73
%0
%59.22

Codes

Color #5F4768 in popluar color models

5F4768
RGB9571104
HSL284°18.86%34.31%
HSB/HSV284°31.73%40.78%
CMYK8.65%31.73%0.00%
59.22%

Color #5F4768 in popluar number systems.

HEX5F4768
Decimal9571104
Binary101111110001111101000
Octal137107150

Shades and tints

Shades of #5F4768

#5F4768
(95,71,104)
#57415F
(87,65,95)
#4F3B56
(79,59,86)
#47354D
(71,53,77)
#3F2F44
(63,47,68)
#37293B
(55,41,59)
#2F2332
(47,35,50)
#271D29
(39,29,41)
#1F1720
(31,23,32)
#171117
(23,17,23)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #5F4768

#5F4768
(95,71,104)
#6D5775
(109,87,117)
#7B6782
(123,103,130)
#89778F
(137,119,143)
#97879C
(151,135,156)
#A597A9
(165,151,169)
#B3A7B6
(179,167,182)
#C1B7C3
(193,183,195)
#CFC7D0
(207,199,208)
#DDD7DD
(221,215,221)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4768; }

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

This text font color is #5F4768.


Background Color

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

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

This div background color is #5F4768.


Border color

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

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

This div border color is #5F4768.


Opacity

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

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

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

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

This text has shadow with #5F4768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4768 on black background.


Color preview on white background

This text has color #5F4768 on white background.



Black color preview on #5F4768 background

This text has black color on #5F4768 background.


White color preview on #5F4768 background

This text has white color on #5F4768 background.