COLOR #5F6246

HEX: #5F6246
RGB: (95,98,70)

Color info

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

RGB color model

#5F6246 color RGB value is (95,98,70).

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

RGB channels and saturation

R 95 of 255 = 37%
G 98 of 255 = 38%
B 70 of 255 = 27%

95
98
70

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

Portions of RGB colors in percentages

R + G + B =
95 + 98 + 70 = 263 (100%)
R 95 of 263 ~ 36.12%
G 98 of 263 ~ 37.26%
B 70 of 263 ~ 26.62%

%36.12
%37.26
%26.62

CMYK color model

#5F6246 color CMYK value is (3,0,29,62).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 61.57%
CMYK:
(3,0,29,62)
C3M0Y29K62 
(3%,0%,29%,62%)
(0.03/0.00/0.29/0.62)	

CMYK percentages

%3.06
%0
%28.57
%61.57

Codes

Color #5F6246 in popluar color models

5F6246
RGB959870
HSL66°16.67%32.94%
HSB/HSV66°28.57%38.43%
CMYK3.06%0.00%28.57%
61.57%

Color #5F6246 in popluar number systems.

HEX5F6246
Decimal959870
Binary101111111000101000110
Octal137142106

Shades and tints

Shades of #5F6246

#5F6246
(95,98,70)
#575A40
(87,90,64)
#4F523A
(79,82,58)
#474A34
(71,74,52)
#3F422E
(63,66,46)
#373A28
(55,58,40)
#2F3222
(47,50,34)
#272A1C
(39,42,28)
#1F2216
(31,34,22)
#171A10
(23,26,16)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #5F6246

#5F6246
(95,98,70)
#6D7056
(109,112,86)
#7B7E66
(123,126,102)
#898C76
(137,140,118)
#979A86
(151,154,134)
#A5A896
(165,168,150)
#B3B6A6
(179,182,166)
#C1C4B6
(193,196,182)
#CFD2C6
(207,210,198)
#DDE0D6
(221,224,214)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6246; }

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

This text font color is #5F6246.


Background Color

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

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

This div background color is #5F6246.


Border color

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

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

This div border color is #5F6246.


Opacity

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

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

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

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

This text has shadow with #5F6246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6246 on black background.


Color preview on white background

This text has color #5F6246 on white background.



Black color preview on #5F6246 background

This text has black color on #5F6246 background.


White color preview on #5F6246 background

This text has white color on #5F6246 background.