COLOR #5F6142

HEX: #5F6142
RGB: (95,97,66)

Color info

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

RGB color model

#5F6142 color RGB value is (95,97,66).

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

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 66 of 255 = 26%

95
97
66

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

Portions of RGB colors in percentages

R + G + B =
95 + 97 + 66 = 258 (100%)
R 95 of 258 ~ 36.82%
G 97 of 258 ~ 37.6%
B 66 of 258 ~ 25.58%

%36.82
%37.6
%25.58

CMYK color model

#5F6142 color CMYK value is (2,0,32,62).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(2,0,32,62)
C2M0Y32K62 
(2%,0%,32%,62%)
(0.02/0.00/0.32/0.62)	

CMYK percentages

%2.06
%0
%31.96
%61.96

Codes

Color #5F6142 in popluar color models

5F6142
RGB959766
HSL64°19.02%31.96%
HSB/HSV64°31.96%38.04%
CMYK2.06%0.00%31.96%
61.96%

Color #5F6142 in popluar number systems.

HEX5F6142
Decimal959766
Binary101111111000011000010
Octal137141102

Shades and tints

Shades of #5F6142

#5F6142
(95,97,66)
#57593C
(87,89,60)
#4F5136
(79,81,54)
#474930
(71,73,48)
#3F412A
(63,65,42)
#373924
(55,57,36)
#2F311E
(47,49,30)
#272918
(39,41,24)
#1F2112
(31,33,18)
#17190C
(23,25,12)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #5F6142

#5F6142
(95,97,66)
#6D6F53
(109,111,83)
#7B7D64
(123,125,100)
#898B75
(137,139,117)
#979986
(151,153,134)
#A5A797
(165,167,151)
#B3B5A8
(179,181,168)
#C1C3B9
(193,195,185)
#CFD1CA
(207,209,202)
#DDDFDB
(221,223,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6142; }

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

This text font color is #5F6142.


Background Color

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

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

This div background color is #5F6142.


Border color

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

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

This div border color is #5F6142.


Opacity

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

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

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

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

This text has shadow with #5F6142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6142 on black background.


Color preview on white background

This text has color #5F6142 on white background.



Black color preview on #5F6142 background

This text has black color on #5F6142 background.


White color preview on #5F6142 background

This text has white color on #5F6142 background.