COLOR #5F5746

HEX: #5F5746 RGB: (95,87,70)

Color info

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

RGB color model

#5F5746 color RGB value is (95,87,70).

RGB: (95,87,70) (37%, 34%, 27%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 70 of 255 = 27%

95
87
70

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

Portions of RGB colors in percentages

R + G + B = 95 + 87 + 70 = 252 (100%)
R 95 of 252 ~ 37.7%
G 87 of 252 ~ 34.52%
B 70 of 252 ~ 27.78'%

%37.7
%34.52
%27.78

CMYK color model

#5F5746 color CMYK value is (0,8,26,63).

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

CMYK: (0,8,26,63)
C0M8Y26K63 (0%, 8%, 26%, 63%)
(0.00 / 0.08 / 0.26 / 0.63)

CMYK percentages

%0
%8.42
%26.32
%62.75

Codes

Color #5F5746 in popluar color models

5F 57 46
RGB 95 87 70
HSL 41° 15.15% 32.35%
HSB/HSV 41° 26.32% 37.25%
CMYK 0.00% 8.42% 26.32%
62.75%

Color #5F5746 in popluar number systems.

HEX 5F 57 46
Decimal 95 87 70
Binary 1011111 1010111 1000110
Octal 137 127 106

Shades and tints

Shades of #5F5746

#5F5746
(95,87,70)
#575040
(87,80,64)
#4F493A
(79,73,58)
#474234
(71,66,52)
#3F3B2E
(63,59,46)
#373428
(55,52,40)
#2F2D22
(47,45,34)
#27261C
(39,38,28)
#1F1F16
(31,31,22)
#171810
(23,24,16)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #5F5746

#5F5746
(95,87,70)
#6D6656
(109,102,86)
#7B7566
(123,117,102)
#898476
(137,132,118)
#979386
(151,147,134)
#A5A296
(165,162,150)
#B3B1A6
(179,177,166)
#C1C0B6
(193,192,182)
#CFCFC6
(207,207,198)
#DDDED6
(221,222,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5746; }

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

This text font color is #5F5746.

Background Color

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

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

This div background color is #5F5746.

Border color

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

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

This div border color is #5F5746.

Opacity

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

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

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

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

This text has shadow with #5F5746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5746.

Preview

Color preview on black background

This text has color #5F5746 on black background.


Color preview on white background

This text has color #5F5746 on white background.


Black color preview on #5F5746 background

This text has black color on #5F5746 background.


White color preview on #5F5746 background

This text has white color on #5F5746 background.


Related colors

Complementary color

Complementary color for #hex is #A0A8B9.


I love getcolorcode.com

Triadic colors

1 #465F57 and #57465F with #5F5746 are triadic colors.

2 #46575F and #575F46 with #5F5746 are triadic colors.