COLOR #5F6C43

HEX: #5F6C43
RGB: (95,108,67)

Color info

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

RGB color model

#5F6C43 color RGB value is (95,108,67).

  • red value is 95;
  • green value is 108;
  • blue value is 67.
RGB:
(95,108,67)
(37%,42%,26%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 67 of 255 = 26%

95
108
67

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

Portions of RGB colors in percentages

R + G + B =
95 + 108 + 67 = 270 (100%)
R 95 of 270 ~ 35.19%
G 108 of 270 ~ 40%
B 67 of 270 ~ 24.81%

%35.19
%40
%24.81

CMYK color model

#5F6C43 color CMYK value is (12,0,38,58).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 57.65%
CMYK:
(12,0,38,58)
C12M0Y38K58 
(12%,0%,38%,58%)
(0.12/0.00/0.38/0.58)	

CMYK percentages

%12.04
%0
%37.96
%57.65

Codes

Color #5F6C43 in popluar color models

5F6C43
RGB9510867
HSL79°23.43%34.31%
HSB/HSV79°37.96%42.35%
CMYK12.04%0.00%37.96%
57.65%

Color #5F6C43 in popluar number systems.

HEX5F6C43
Decimal9510867
Binary101111111011001000011
Octal137154103

Shades and tints

Shades of #5F6C43

#5F6C43
(95,108,67)
#57633D
(87,99,61)
#4F5A37
(79,90,55)
#475131
(71,81,49)
#3F482B
(63,72,43)
#373F25
(55,63,37)
#2F361F
(47,54,31)
#272D19
(39,45,25)
#1F2413
(31,36,19)
#171B0D
(23,27,13)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #5F6C43

#5F6C43
(95,108,67)
#6D7954
(109,121,84)
#7B8665
(123,134,101)
#899376
(137,147,118)
#97A087
(151,160,135)
#A5AD98
(165,173,152)
#B3BAA9
(179,186,169)
#C1C7BA
(193,199,186)
#CFD4CB
(207,212,203)
#DDE1DC
(221,225,220)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6C43 color. Also use rgb(95,108,67) instead hex code.

Text Font Color

.myTextColor { color: #5F6C43; }

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

This text font color is #5F6C43.


Background Color

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

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

This div background color is #5F6C43.


Border color

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

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

This div border color is #5F6C43.


Opacity

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

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

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

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

This text has shadow with #5F6C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6C43 on black background.


Color preview on white background

This text has color #5F6C43 on white background.



Black color preview on #5F6C43 background

This text has black color on #5F6C43 background.


White color preview on #5F6C43 background

This text has white color on #5F6C43 background.