COLOR #5F4742

HEX: #5F4742
RGB: (95,71,66)

Color info

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

RGB color model

#5F4742 color RGB value is (95,71,66).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 66 of 255 = 26%

95
71
66

R + G + B ~ 30%. #5F4742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 66 = 232 (100%)
R 95 of 232 ~ 40.95%
G 71 of 232 ~ 30.6%
B 66 of 232 ~ 28.45%

%40.95
%30.6
%28.45

CMYK color model

#5F4742 color CMYK value is (0,25,31,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 30.53%
  • key color value is 62.75%
CMYK:
(0,25,31,63)
C0M25Y31K63 
(0%,25%,31%,63%)
(0.00/0.25/0.31/0.63)	

CMYK percentages

%0
%25.26
%30.53
%62.75

Codes

Color #5F4742 in popluar color models

5F4742
RGB957166
HSL10°18.01%31.57%
HSB/HSV10°30.53%37.25%
CMYK0.00%25.26%30.53%
62.75%

Color #5F4742 in popluar number systems.

HEX5F4742
Decimal957166
Binary101111110001111000010
Octal137107102

Shades and tints

Shades of #5F4742

#5F4742
(95,71,66)
#57413C
(87,65,60)
#4F3B36
(79,59,54)
#473530
(71,53,48)
#3F2F2A
(63,47,42)
#372924
(55,41,36)
#2F231E
(47,35,30)
#271D18
(39,29,24)
#1F1712
(31,23,18)
#17110C
(23,17,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #5F4742

#5F4742
(95,71,66)
#6D5753
(109,87,83)
#7B6764
(123,103,100)
#897775
(137,119,117)
#978786
(151,135,134)
#A59797
(165,151,151)
#B3A7A8
(179,167,168)
#C1B7B9
(193,183,185)
#CFC7CA
(207,199,202)
#DDD7DB
(221,215,219)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4742; }

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

This text font color is #5F4742.


Background Color

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

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

This div background color is #5F4742.


Border color

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

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

This div border color is #5F4742.


Opacity

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

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

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

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

This text has shadow with #5F4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4742 on black background.


Color preview on white background

This text has color #5F4742 on white background.



Black color preview on #5F4742 background

This text has black color on #5F4742 background.


White color preview on #5F4742 background

This text has white color on #5F4742 background.