COLOR #5F5446

HEX: #5F5446 RGB: (95,84,70)

Color info

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

RGB color model

#5F5446 color RGB value is (95,84,70).

RGB: (95,84,70) (37%, 33%, 27%)

RGB channels and saturation

R 95 of 255 = 37%
G 84 of 255 = 33%
B 70 of 255 = 27%

95
84
70

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

Portions of RGB colors in percentages

R + G + B = 95 + 84 + 70 = 249 (100%)
R 95 of 249 ~ 38.15%
G 84 of 249 ~ 33.73%
B 70 of 249 ~ 28.11'%

%38.15
%33.73
%28.11

CMYK color model

#5F5446 color CMYK value is (0,12,26,63).

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

CMYK: (0,12,26,63)
C0M12Y26K63 (0%, 12%, 26%, 63%)
(0.00 / 0.12 / 0.26 / 0.63)

CMYK percentages

%0
%11.58
%26.32
%62.75

Codes

Color #5F5446 in popluar color models

5F 54 46
RGB 95 84 70
HSL 34° 15.15% 32.35%
HSB/HSV 34° 26.32% 37.25%
CMYK 0.00% 11.58% 26.32%
62.75%

Color #5F5446 in popluar number systems.

HEX 5F 54 46
Decimal 95 84 70
Binary 1011111 1010100 1000110
Octal 137 124 106

Shades and tints

Shades of #5F5446

#5F5446
(95,84,70)
#574D40
(87,77,64)
#4F463A
(79,70,58)
#473F34
(71,63,52)
#3F382E
(63,56,46)
#373128
(55,49,40)
#2F2A22
(47,42,34)
#27231C
(39,35,28)
#1F1C16
(31,28,22)
#171510
(23,21,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #5F5446

#5F5446
(95,84,70)
#6D6356
(109,99,86)
#7B7266
(123,114,102)
#898176
(137,129,118)
#979086
(151,144,134)
#A59F96
(165,159,150)
#B3AEA6
(179,174,166)
#C1BDB6
(193,189,182)
#CFCCC6
(207,204,198)
#DDDBD6
(221,219,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5446; }

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

This text font color is #5F5446.

Background Color

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

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

This div background color is #5F5446.

Border color

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

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

This div border color is #5F5446.

Opacity

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

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

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

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

This text has shadow with #5F5446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5446.

Preview

Color preview on black background

This text has color #5F5446 on black background.


Color preview on white background

This text has color #5F5446 on white background.


Black color preview on #5F5446 background

This text has black color on #5F5446 background.


White color preview on #5F5446 background

This text has white color on #5F5446 background.


Related colors

Complementary color

Complementary color for #hex is #A0ABB9.


I love getcolorcode.com

Triadic colors

1 #465F54 and #54465F with #5F5446 are triadic colors.

2 #46545F and #545F46 with #5F5446 are triadic colors.