COLOR #5F4752

HEX: #5F4752
RGB: (95,71,82)

Color info

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

RGB color model

#5F4752 color RGB value is (95,71,82).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 82 of 255 = 32%

95
71
82

R + G + B ~ 32%. #5F4752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 82 = 248 (100%)
R 95 of 248 ~ 38.31%
G 71 of 248 ~ 28.63%
B 82 of 248 ~ 33.06%

%38.31
%28.63
%33.06

CMYK color model

#5F4752 color CMYK value is (0,25,14,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK:
(0,25,14,63)
C0M25Y14K63 
(0%,25%,14%,63%)
(0.00/0.25/0.14/0.63)	

CMYK percentages

%0
%25.26
%13.68
%62.75

Codes

Color #5F4752 in popluar color models

5F4752
RGB957182
HSL333°14.46%32.55%
HSB/HSV333°25.26%37.25%
CMYK0.00%25.26%13.68%
62.75%

Color #5F4752 in popluar number systems.

HEX5F4752
Decimal957182
Binary101111110001111010010
Octal137107122

Shades and tints

Shades of #5F4752

#5F4752
(95,71,82)
#57414B
(87,65,75)
#4F3B44
(79,59,68)
#47353D
(71,53,61)
#3F2F36
(63,47,54)
#37292F
(55,41,47)
#2F2328
(47,35,40)
#271D21
(39,29,33)
#1F171A
(31,23,26)
#171113
(23,17,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F4752

#5F4752
(95,71,82)
#6D5761
(109,87,97)
#7B6770
(123,103,112)
#89777F
(137,119,127)
#97878E
(151,135,142)
#A5979D
(165,151,157)
#B3A7AC
(179,167,172)
#C1B7BB
(193,183,187)
#CFC7CA
(207,199,202)
#DDD7D9
(221,215,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4752; }

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

This text font color is #5F4752.


Background Color

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

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

This div background color is #5F4752.


Border color

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

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

This div border color is #5F4752.


Opacity

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

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

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

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

This text has shadow with #5F4752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4752 on black background.


Color preview on white background

This text has color #5F4752 on white background.



Black color preview on #5F4752 background

This text has black color on #5F4752 background.


White color preview on #5F4752 background

This text has white color on #5F4752 background.