COLOR #5F4647

HEX: #5F4647 RGB: (95,70,71)

Color info

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

RGB color model

#5F4647 color RGB value is (95,70,71).

RGB: (95,70,71) (37%, 27%, 28%)

RGB channels and saturation

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

95
70
71

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

Portions of RGB colors in percentages

R + G + B = 95 + 70 + 71 = 236 (100%)
R 95 of 236 ~ 40.25%
G 70 of 236 ~ 29.66%
B 71 of 236 ~ 30.08'%

%40.25
%29.66
%30.08

CMYK color model

#5F4647 color CMYK value is (0,26,25,63).

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

CMYK: (0,26,25,63)
C0M26Y25K63 (0%, 26%, 25%, 63%)
(0.00 / 0.26 / 0.25 / 0.63)

CMYK percentages

%0
%26.32
%25.26
%62.75

Codes

Color #5F4647 in popluar color models

5F 46 47
RGB 95 70 71
HSL 358° 15.15% 32.35%
HSB/HSV 358° 26.32% 37.25%
CMYK 0.00% 26.32% 25.26%
62.75%

Color #5F4647 in popluar number systems.

HEX 5F 46 47
Decimal 95 70 71
Binary 1011111 1000110 1000111
Octal 137 106 107

Shades and tints

Shades of #5F4647

#5F4647
(95,70,71)
#574041
(87,64,65)
#4F3A3B
(79,58,59)
#473435
(71,52,53)
#3F2E2F
(63,46,47)
#372829
(55,40,41)
#2F2223
(47,34,35)
#271C1D
(39,28,29)
#1F1617
(31,22,23)
#171011
(23,16,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #5F4647

#5F4647
(95,70,71)
#6D5657
(109,86,87)
#7B6667
(123,102,103)
#897677
(137,118,119)
#978687
(151,134,135)
#A59697
(165,150,151)
#B3A6A7
(179,166,167)
#C1B6B7
(193,182,183)
#CFC6C7
(207,198,199)
#DDD6D7
(221,214,215)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4647; }

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

This text font color is #5F4647.

Background Color

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

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

This div background color is #5F4647.

Border color

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

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

This div border color is #5F4647.

Opacity

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

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

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

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

This text has shadow with #5F4647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4647.

Preview

Color preview on black background

This text has color #5F4647 on black background.


Color preview on white background

This text has color #5F4647 on white background.


Black color preview on #5F4647 background

This text has black color on #5F4647 background.


White color preview on #5F4647 background

This text has white color on #5F4647 background.


Related colors

Complementary color

Complementary color for #hex is #A0B9B8.


I love getcolorcode.com

Triadic colors

1 #475F46 and #46475F with #5F4647 are triadic colors.

2 #47465F and #465F47 with #5F4647 are triadic colors.