COLOR #5F4444

HEX: #5F4444
RGB: (95,68,68)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
68
68

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

Portions of RGB colors in percentages

R + G + B =
95 + 68 + 68 = 231 (100%)
R 95 of 231 ~ 41.13%
G 68 of 231 ~ 29.44%
B 68 of 231 ~ 29.44%

%41.13
%29.44
%29.44

CMYK color model

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

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

CMYK percentages

%0
%28.42
%28.42
%62.75

Codes

Color #5F4444 in popluar color models

5F4444
RGB956868
HSL16.56%31.96%
HSB/HSV28.42%37.25%
CMYK0.00%28.42%28.42%
62.75%

Color #5F4444 in popluar number systems.

HEX5F4444
Decimal956868
Binary101111110001001000100
Octal137104104

Shades and tints

Shades of #5F4444

#5F4444
(95,68,68)
#573E3E
(87,62,62)
#4F3838
(79,56,56)
#473232
(71,50,50)
#3F2C2C
(63,44,44)
#372626
(55,38,38)
#2F2020
(47,32,32)
#271A1A
(39,26,26)
#1F1414
(31,20,20)
#170E0E
(23,14,14)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #5F4444

#5F4444
(95,68,68)
#6D5555
(109,85,85)
#7B6666
(123,102,102)
#897777
(137,119,119)
#978888
(151,136,136)
#A59999
(165,153,153)
#B3AAAA
(179,170,170)
#C1BBBB
(193,187,187)
#CFCCCC
(207,204,204)
#DDDDDD
(221,221,221)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4444; }

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

This text font color is #5F4444.


Background Color

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

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

This div background color is #5F4444.


Border color

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

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

This div border color is #5F4444.


Opacity

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

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

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

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

This text has shadow with #5F4444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4444 on black background.


Color preview on white background

This text has color #5F4444 on white background.



Black color preview on #5F4444 background

This text has black color on #5F4444 background.


White color preview on #5F4444 background

This text has white color on #5F4444 background.