COLOR #5F4648

HEX: #5F4648
RGB: (95,70,72)

Color info

#5F4648 contains red, green and blue colors in about the same proportion. Web safe color of #5F4648 is #663333 (or #633).

RGB color model

#5F4648 color RGB value is (95,70,72).

  • red value is 95;
  • green value is 70;
  • blue value is 72.
RGB:
(95,70,72)
(37%,27%,28%)

RGB channels and saturation

R 95 of 255 = 37%
G 70 of 255 = 27%
B 72 of 255 = 28%

95
70
72

R + G + B ~ 31%. #5F4648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 70 + 72 = 237 (100%)
R 95 of 237 ~ 40.08%
G 70 of 237 ~ 29.54%
B 72 of 237 ~ 30.38%

%40.08
%29.54
%30.38

CMYK color model

#5F4648 color CMYK value is (0,26,24,63).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 24.21%
  • key color value is 62.75%
CMYK:
(0,26,24,63)
C0M26Y24K63 
(0%,26%,24%,63%)
(0.00/0.26/0.24/0.63)	

CMYK percentages

%0
%26.32
%24.21
%62.75

Codes

Color #5F4648 in popluar color models

5F4648
RGB957072
HSL355°15.15%32.35%
HSB/HSV355°26.32%37.25%
CMYK0.00%26.32%24.21%
62.75%

Color #5F4648 in popluar number systems.

HEX5F4648
Decimal957072
Binary101111110001101001000
Octal137106110

Shades and tints

Shades of #5F4648

#5F4648
(95,70,72)
#574042
(87,64,66)
#4F3A3C
(79,58,60)
#473436
(71,52,54)
#3F2E30
(63,46,48)
#37282A
(55,40,42)
#2F2224
(47,34,36)
#271C1E
(39,28,30)
#1F1618
(31,22,24)
#171012
(23,16,18)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #5F4648

#5F4648
(95,70,72)
#6D5658
(109,86,88)
#7B6668
(123,102,104)
#897678
(137,118,120)
#978688
(151,134,136)
#A59698
(165,150,152)
#B3A6A8
(179,166,168)
#C1B6B8
(193,182,184)
#CFC6C8
(207,198,200)
#DDD6D8
(221,214,216)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4648 color. Also use rgb(95,70,72) instead hex code.

Text Font Color

.myTextColor { color: #5F4648; }

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

This text font color is #5F4648.


Background Color

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

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

This div background color is #5F4648.


Border color

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

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

This div border color is #5F4648.


Opacity

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

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

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

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

This text has shadow with #5F4648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4648 on black background.


Color preview on white background

This text has color #5F4648 on white background.



Black color preview on #5F4648 background

This text has black color on #5F4648 background.


White color preview on #5F4648 background

This text has white color on #5F4648 background.