COLOR #5F5449

HEX: #5F5449 RGB: (95,84,73)

Color info

#5F5449 contains red, green and blue colors in about the same proportion. Web safe color of #5F5449 is #666633 (or #663).

RGB color model

#5F5449 color RGB value is (95,84,73).

RGB: (95,84,73) (37%, 33%, 29%)

RGB channels and saturation

R 95 of 255 = 37%
G 84 of 255 = 33%
B 73 of 255 = 29%

95
84
73

R + G + B ~ 33%. #5F5449 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 84 + 73 = 252 (100%)
R 95 of 252 ~ 37.7%
G 84 of 252 ~ 33.33%
B 73 of 252 ~ 28.97'%

%37.7
%33.33
%28.97

CMYK color model

#5F5449 color CMYK value is (0,12,23,63).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 23.16%
  • key color value is 62.75%

CMYK: (0,12,23,63)
C0M12Y23K63 (0%, 12%, 23%, 63%)
(0.00 / 0.12 / 0.23 / 0.63)

CMYK percentages

%0
%11.58
%23.16
%62.75

Codes

Color #5F5449 in popluar color models

5F 54 49
RGB 95 84 73
HSL 30° 13.10% 32.94%
HSB/HSV 30° 23.16% 37.25%
CMYK 0.00% 11.58% 23.16%
62.75%

Color #5F5449 in popluar number systems.

HEX 5F 54 49
Decimal 95 84 73
Binary 1011111 1010100 1001001
Octal 137 124 111

Shades and tints

Shades of #5F5449

#5F5449
(95,84,73)
#574D43
(87,77,67)
#4F463D
(79,70,61)
#473F37
(71,63,55)
#3F3831
(63,56,49)
#37312B
(55,49,43)
#2F2A25
(47,42,37)
#27231F
(39,35,31)
#1F1C19
(31,28,25)
#171513
(23,21,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F5449

#5F5449
(95,84,73)
#6D6359
(109,99,89)
#7B7269
(123,114,105)
#898179
(137,129,121)
#979089
(151,144,137)
#A59F99
(165,159,153)
#B3AEA9
(179,174,169)
#C1BDB9
(193,189,185)
#CFCCC9
(207,204,201)
#DDDBD9
(221,219,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5449; }

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

This text font color is #5F5449.

Background Color

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

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

This div background color is #5F5449.

Border color

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

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

This div border color is #5F5449.

Opacity

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

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

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

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

This text has shadow with #5F5449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5449.

Preview

Color preview on black background

This text has color #5F5449 on black background.


Color preview on white background

This text has color #5F5449 on white background.


Black color preview on #5F5449 background

This text has black color on #5F5449 background.


White color preview on #5F5449 background

This text has white color on #5F5449 background.


Related colors

Complementary color

Complementary color for #hex is #A0ABB6.


I love getcolorcode.com

Triadic colors

1 #495F54 and #54495F with #5F5449 are triadic colors.

2 #49545F and #545F49 with #5F5449 are triadic colors.