COLOR #5F4744

HEX: #5F4744
RGB: (95,71,68)

Color info

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

RGB color model

#5F4744 color RGB value is (95,71,68).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 68 of 255 = 27%

95
71
68

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

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 68 = 234 (100%)
R 95 of 234 ~ 40.6%
G 71 of 234 ~ 30.34%
B 68 of 234 ~ 29.06%

%40.6
%30.34
%29.06

CMYK color model

#5F4744 color CMYK value is (0,25,28,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 28.42%
  • key color value is 62.75%
CMYK:
(0,25,28,63)
C0M25Y28K63 
(0%,25%,28%,63%)
(0.00/0.25/0.28/0.63)	

CMYK percentages

%0
%25.26
%28.42
%62.75

Codes

Color #5F4744 in popluar color models

5F4744
RGB957168
HSL16.56%31.96%
HSB/HSV28.42%37.25%
CMYK0.00%25.26%28.42%
62.75%

Color #5F4744 in popluar number systems.

HEX5F4744
Decimal957168
Binary101111110001111000100
Octal137107104

Shades and tints

Shades of #5F4744

#5F4744
(95,71,68)
#57413E
(87,65,62)
#4F3B38
(79,59,56)
#473532
(71,53,50)
#3F2F2C
(63,47,44)
#372926
(55,41,38)
#2F2320
(47,35,32)
#271D1A
(39,29,26)
#1F1714
(31,23,20)
#17110E
(23,17,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F4744

#5F4744
(95,71,68)
#6D5755
(109,87,85)
#7B6766
(123,103,102)
#897777
(137,119,119)
#978788
(151,135,136)
#A59799
(165,151,153)
#B3A7AA
(179,167,170)
#C1B7BB
(193,183,187)
#CFC7CC
(207,199,204)
#DDD7DD
(221,215,221)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4744; }

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

This text font color is #5F4744.


Background Color

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

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

This div background color is #5F4744.


Border color

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

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

This div border color is #5F4744.


Opacity

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

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

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

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

This text has shadow with #5F4744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4744 on black background.


Color preview on white background

This text has color #5F4744 on white background.



Black color preview on #5F4744 background

This text has black color on #5F4744 background.


White color preview on #5F4744 background

This text has white color on #5F4744 background.