COLOR #5F6047

HEX: #5F6047
RGB: (95,96,71)

Color info

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

RGB color model

#5F6047 color RGB value is (95,96,71).

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

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 71 of 255 = 28%

95
96
71

R + G + B ~ 34%. #5F6047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 96 + 71 = 262 (100%)
R 95 of 262 ~ 36.26%
G 96 of 262 ~ 36.64%
B 71 of 262 ~ 27.1%

%36.26
%36.64
%27.1

CMYK color model

#5F6047 color CMYK value is (1,0,26,62).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(1,0,26,62)
C1M0Y26K62 
(1%,0%,26%,62%)
(0.01/0.00/0.26/0.62)	

CMYK percentages

%1.04
%0
%26.04
%62.35

Codes

Color #5F6047 in popluar color models

5F6047
RGB959671
HSL62°14.97%32.75%
HSB/HSV62°26.04%37.65%
CMYK1.04%0.00%26.04%
62.35%

Color #5F6047 in popluar number systems.

HEX5F6047
Decimal959671
Binary101111111000001000111
Octal137140107

Shades and tints

Shades of #5F6047

#5F6047
(95,96,71)
#575841
(87,88,65)
#4F503B
(79,80,59)
#474835
(71,72,53)
#3F402F
(63,64,47)
#373829
(55,56,41)
#2F3023
(47,48,35)
#27281D
(39,40,29)
#1F2017
(31,32,23)
#171811
(23,24,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F6047

#5F6047
(95,96,71)
#6D6E57
(109,110,87)
#7B7C67
(123,124,103)
#898A77
(137,138,119)
#979887
(151,152,135)
#A5A697
(165,166,151)
#B3B4A7
(179,180,167)
#C1C2B7
(193,194,183)
#CFD0C7
(207,208,199)
#DDDED7
(221,222,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6047; }

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

This text font color is #5F6047.


Background Color

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

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

This div background color is #5F6047.


Border color

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

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

This div border color is #5F6047.


Opacity

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

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

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

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

This text has shadow with #5F6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6047 on black background.


Color preview on white background

This text has color #5F6047 on white background.



Black color preview on #5F6047 background

This text has black color on #5F6047 background.


White color preview on #5F6047 background

This text has white color on #5F6047 background.