COLOR #5F5347

HEX: #5F5347
RGB: (95,83,71)

Color info

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

RGB color model

#5F5347 color RGB value is (95,83,71).

  • red value is 95;
  • green value is 83;
  • blue value is 71.
RGB:
(95,83,71)
(37%,33%,28%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 71 of 255 = 28%

95
83
71

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

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 71 = 249 (100%)
R 95 of 249 ~ 38.15%
G 83 of 249 ~ 33.33%
B 71 of 249 ~ 28.51%

%38.15
%33.33
%28.51

CMYK color model

#5F5347 color CMYK value is (0,13,25,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 25.26%
  • key color value is 62.75%
CMYK:
(0,13,25,63)
C0M13Y25K63 
(0%,13%,25%,63%)
(0.00/0.13/0.25/0.63)	

CMYK percentages

%0
%12.63
%25.26
%62.75

Codes

Color #5F5347 in popluar color models

5F5347
RGB958371
HSL30°14.46%32.55%
HSB/HSV30°25.26%37.25%
CMYK0.00%12.63%25.26%
62.75%

Color #5F5347 in popluar number systems.

HEX5F5347
Decimal958371
Binary101111110100111000111
Octal137123107

Shades and tints

Shades of #5F5347

#5F5347
(95,83,71)
#574C41
(87,76,65)
#4F453B
(79,69,59)
#473E35
(71,62,53)
#3F372F
(63,55,47)
#373029
(55,48,41)
#2F2923
(47,41,35)
#27221D
(39,34,29)
#1F1B17
(31,27,23)
#171411
(23,20,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #5F5347

#5F5347
(95,83,71)
#6D6257
(109,98,87)
#7B7167
(123,113,103)
#898077
(137,128,119)
#978F87
(151,143,135)
#A59E97
(165,158,151)
#B3ADA7
(179,173,167)
#C1BCB7
(193,188,183)
#CFCBC7
(207,203,199)
#DDDAD7
(221,218,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5347; }

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

This text font color is #5F5347.


Background Color

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

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

This div background color is #5F5347.


Border color

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

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

This div border color is #5F5347.


Opacity

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

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

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

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

This text has shadow with #5F5347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5347 on black background.


Color preview on white background

This text has color #5F5347 on white background.



Black color preview on #5F5347 background

This text has black color on #5F5347 background.


White color preview on #5F5347 background

This text has white color on #5F5347 background.