COLOR #5F6B47

HEX: #5F6B47
RGB: (95,107,71)

Color info

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

RGB color model

#5F6B47 color RGB value is (95,107,71).

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

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 71 of 255 = 28%

95
107
71

R + G + B ~ 36%. #5F6B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 71 = 273 (100%)
R 95 of 273 ~ 34.8%
G 107 of 273 ~ 39.19%
B 71 of 273 ~ 26.01%

%34.8
%39.19
%26.01

CMYK color model

#5F6B47 color CMYK value is (11,0,34,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(11,0,34,58)
C11M0Y34K58 
(11%,0%,34%,58%)
(0.11/0.00/0.34/0.58)	

CMYK percentages

%11.21
%0
%33.64
%58.04

Codes

Color #5F6B47 in popluar color models

5F6B47
RGB9510771
HSL80°20.22%34.90%
HSB/HSV80°33.64%41.96%
CMYK11.21%0.00%33.64%
58.04%

Color #5F6B47 in popluar number systems.

HEX5F6B47
Decimal9510771
Binary101111111010111000111
Octal137153107

Shades and tints

Shades of #5F6B47

#5F6B47
(95,107,71)
#576241
(87,98,65)
#4F593B
(79,89,59)
#475035
(71,80,53)
#3F472F
(63,71,47)
#373E29
(55,62,41)
#2F3523
(47,53,35)
#272C1D
(39,44,29)
#1F2317
(31,35,23)
#171A11
(23,26,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #5F6B47

#5F6B47
(95,107,71)
#6D7857
(109,120,87)
#7B8567
(123,133,103)
#899277
(137,146,119)
#979F87
(151,159,135)
#A5AC97
(165,172,151)
#B3B9A7
(179,185,167)
#C1C6B7
(193,198,183)
#CFD3C7
(207,211,199)
#DDE0D7
(221,224,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6B47; }

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

This text font color is #5F6B47.


Background Color

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

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

This div background color is #5F6B47.


Border color

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

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

This div border color is #5F6B47.


Opacity

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

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

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

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

This text has shadow with #5F6B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B47 on black background.


Color preview on white background

This text has color #5F6B47 on white background.



Black color preview on #5F6B47 background

This text has black color on #5F6B47 background.


White color preview on #5F6B47 background

This text has white color on #5F6B47 background.