COLOR #5F6B40

HEX: #5F6B40
RGB: (95,107,64)

Color info

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

RGB color model

#5F6B40 color RGB value is (95,107,64).

  • red value is 95;
  • green value is 107;
  • blue value is 64.
RGB:
(95,107,64)
(37%,42%,25%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 64 of 255 = 25%

95
107
64

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

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 64 = 266 (100%)
R 95 of 266 ~ 35.71%
G 107 of 266 ~ 40.23%
B 64 of 266 ~ 24.06%

%35.71
%40.23
%24.06

CMYK color model

#5F6B40 color CMYK value is (11,0,40,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(11,0,40,58)
C11M0Y40K58 
(11%,0%,40%,58%)
(0.11/0.00/0.40/0.58)	

CMYK percentages

%11.21
%0
%40.19
%58.04

Codes

Color #5F6B40 in popluar color models

5F6B40
RGB9510764
HSL77°25.15%33.53%
HSB/HSV77°40.19%41.96%
CMYK11.21%0.00%40.19%
58.04%

Color #5F6B40 in popluar number systems.

HEX5F6B40
Decimal9510764
Binary101111111010111000000
Octal137153100

Shades and tints

Shades of #5F6B40

#5F6B40
(95,107,64)
#57623B
(87,98,59)
#4F5936
(79,89,54)
#475031
(71,80,49)
#3F472C
(63,71,44)
#373E27
(55,62,39)
#2F3522
(47,53,34)
#272C1D
(39,44,29)
#1F2318
(31,35,24)
#171A13
(23,26,19)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #5F6B40

#5F6B40
(95,107,64)
#6D7851
(109,120,81)
#7B8562
(123,133,98)
#899273
(137,146,115)
#979F84
(151,159,132)
#A5AC95
(165,172,149)
#B3B9A6
(179,185,166)
#C1C6B7
(193,198,183)
#CFD3C8
(207,211,200)
#DDE0D9
(221,224,217)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B40 color. Also use rgb(95,107,64) instead hex code.

Text Font Color

.myTextColor { color: #5F6B40; }

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

This text font color is #5F6B40.


Background Color

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

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

This div background color is #5F6B40.


Border color

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

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

This div border color is #5F6B40.


Opacity

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

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

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

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

This text has shadow with #5F6B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B40 on black background.


Color preview on white background

This text has color #5F6B40 on white background.



Black color preview on #5F6B40 background

This text has black color on #5F6B40 background.


White color preview on #5F6B40 background

This text has white color on #5F6B40 background.