COLOR #5F6546

HEX: #5F6546
RGB: (95,101,70)

Color info

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

RGB color model

#5F6546 color RGB value is (95,101,70).

  • red value is 95;
  • green value is 101;
  • blue value is 70.
RGB:
(95,101,70)
(37%,40%,27%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 70 of 255 = 27%

95
101
70

R + G + B ~ 35%. #5F6546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 70 = 266 (100%)
R 95 of 266 ~ 35.71%
G 101 of 266 ~ 37.97%
B 70 of 266 ~ 26.32%

%35.71
%37.97
%26.32

CMYK color model

#5F6546 color CMYK value is (6,0,31,60).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 60.39%
CMYK:
(6,0,31,60)
C6M0Y31K60 
(6%,0%,31%,60%)
(0.06/0.00/0.31/0.60)	

CMYK percentages

%5.94
%0
%30.69
%60.39

Codes

Color #5F6546 in popluar color models

5F6546
RGB9510170
HSL72°18.13%33.53%
HSB/HSV72°30.69%39.61%
CMYK5.94%0.00%30.69%
60.39%

Color #5F6546 in popluar number systems.

HEX5F6546
Decimal9510170
Binary101111111001011000110
Octal137145106

Shades and tints

Shades of #5F6546

#5F6546
(95,101,70)
#575C40
(87,92,64)
#4F533A
(79,83,58)
#474A34
(71,74,52)
#3F412E
(63,65,46)
#373828
(55,56,40)
#2F2F22
(47,47,34)
#27261C
(39,38,28)
#1F1D16
(31,29,22)
#171410
(23,20,16)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #5F6546

#5F6546
(95,101,70)
#6D7356
(109,115,86)
#7B8166
(123,129,102)
#898F76
(137,143,118)
#979D86
(151,157,134)
#A5AB96
(165,171,150)
#B3B9A6
(179,185,166)
#C1C7B6
(193,199,182)
#CFD5C6
(207,213,198)
#DDE3D6
(221,227,214)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6546; }

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

This text font color is #5F6546.


Background Color

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

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

This div background color is #5F6546.


Border color

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

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

This div border color is #5F6546.


Opacity

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

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

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

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

This text has shadow with #5F6546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6546 on black background.


Color preview on white background

This text has color #5F6546 on white background.



Black color preview on #5F6546 background

This text has black color on #5F6546 background.


White color preview on #5F6546 background

This text has white color on #5F6546 background.