COLOR #5F6643

HEX: #5F6643
RGB: (95,102,67)

Color info

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

RGB color model

#5F6643 color RGB value is (95,102,67).

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

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 67 of 255 = 26%

95
102
67

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 67 = 264 (100%)
R 95 of 264 ~ 35.98%
G 102 of 264 ~ 38.64%
B 67 of 264 ~ 25.38%

%35.98
%38.64
%25.38

CMYK color model

#5F6643 color CMYK value is (7,0,34,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 60.00%
CMYK:
(7,0,34,60)
C7M0Y34K60 
(7%,0%,34%,60%)
(0.07/0.00/0.34/0.60)	

CMYK percentages

%6.86
%0
%34.31
%60

Codes

Color #5F6643 in popluar color models

5F6643
RGB9510267
HSL72°20.71%33.14%
HSB/HSV72°34.31%40.00%
CMYK6.86%0.00%34.31%
60.00%

Color #5F6643 in popluar number systems.

HEX5F6643
Decimal9510267
Binary101111111001101000011
Octal137146103

Shades and tints

Shades of #5F6643

#5F6643
(95,102,67)
#575D3D
(87,93,61)
#4F5437
(79,84,55)
#474B31
(71,75,49)
#3F422B
(63,66,43)
#373925
(55,57,37)
#2F301F
(47,48,31)
#272719
(39,39,25)
#1F1E13
(31,30,19)
#17150D
(23,21,13)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #5F6643

#5F6643
(95,102,67)
#6D7354
(109,115,84)
#7B8065
(123,128,101)
#898D76
(137,141,118)
#979A87
(151,154,135)
#A5A798
(165,167,152)
#B3B4A9
(179,180,169)
#C1C1BA
(193,193,186)
#CFCECB
(207,206,203)
#DDDBDC
(221,219,220)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6643; }

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

This text font color is #5F6643.


Background Color

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

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

This div background color is #5F6643.


Border color

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

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

This div border color is #5F6643.


Opacity

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

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

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

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

This text has shadow with #5F6643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6643 on black background.


Color preview on white background

This text has color #5F6643 on white background.



Black color preview on #5F6643 background

This text has black color on #5F6643 background.


White color preview on #5F6643 background

This text has white color on #5F6643 background.