COLOR #5F6342

HEX: #5F6342
RGB: (95,99,66)

Color info

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

RGB color model

#5F6342 color RGB value is (95,99,66).

  • red value is 95;
  • green value is 99;
  • blue value is 66.
RGB:
(95,99,66)
(37%,39%,26%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 66 of 255 = 26%

95
99
66

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 66 = 260 (100%)
R 95 of 260 ~ 36.54%
G 99 of 260 ~ 38.08%
B 66 of 260 ~ 25.38%

%36.54
%38.08
%25.38

CMYK color model

#5F6342 color CMYK value is (4,0,33,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(4,0,33,61)
C4M0Y33K61 
(4%,0%,33%,61%)
(0.04/0.00/0.33/0.61)	

CMYK percentages

%4.04
%0
%33.33
%61.18

Codes

Color #5F6342 in popluar color models

5F6342
RGB959966
HSL67°20.00%32.35%
HSB/HSV67°33.33%38.82%
CMYK4.04%0.00%33.33%
61.18%

Color #5F6342 in popluar number systems.

HEX5F6342
Decimal959966
Binary101111111000111000010
Octal137143102

Shades and tints

Shades of #5F6342

#5F6342
(95,99,66)
#575A3C
(87,90,60)
#4F5136
(79,81,54)
#474830
(71,72,48)
#3F3F2A
(63,63,42)
#373624
(55,54,36)
#2F2D1E
(47,45,30)
#272418
(39,36,24)
#1F1B12
(31,27,18)
#17120C
(23,18,12)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #5F6342

#5F6342
(95,99,66)
#6D7153
(109,113,83)
#7B7F64
(123,127,100)
#898D75
(137,141,117)
#979B86
(151,155,134)
#A5A997
(165,169,151)
#B3B7A8
(179,183,168)
#C1C5B9
(193,197,185)
#CFD3CA
(207,211,202)
#DDE1DB
(221,225,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6342 color. Also use rgb(95,99,66) instead hex code.

Text Font Color

.myTextColor { color: #5F6342; }

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

This text font color is #5F6342.


Background Color

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

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

This div background color is #5F6342.


Border color

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

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

This div border color is #5F6342.


Opacity

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

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

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

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

This text has shadow with #5F6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6342 on black background.


Color preview on white background

This text has color #5F6342 on white background.



Black color preview on #5F6342 background

This text has black color on #5F6342 background.


White color preview on #5F6342 background

This text has white color on #5F6342 background.