COLOR #5F6040

HEX: #5F6040 RGB: (95,96,64)

Color info

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

RGB color model

#5F6040 color RGB value is (95,96,64).

RGB: (95,96,64) (37%, 38%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 64 of 255 = 25%

95
96
64

R + G + B ~ 33%. #5F6040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 96 + 64 = 255 (100%)
R 95 of 255 ~ 37.25%
G 96 of 255 ~ 37.65%
B 64 of 255 ~ 25.1'%

%37.25
%37.65
%25.1

CMYK color model

#5F6040 color CMYK value is (1,0,33,62).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 62.35%

CMYK: (1,0,33,62)
C1M0Y33K62 (1%, 0%, 33%, 62%)
(0.01 / 0.00 / 0.33 / 0.62)

CMYK percentages

%1.04
%0
%33.33
%62.35

Codes

Color #5F6040 in popluar color models

5F 60 40
RGB 95 96 64
HSL 62° 20.00% 31.37%
HSB/HSV 62° 33.33% 37.65%
CMYK 1.04% 0.00% 33.33%
62.35%

Color #5F6040 in popluar number systems.

HEX 5F 60 40
Decimal 95 96 64
Binary 1011111 1100000 1000000
Octal 137 140 100

Shades and tints

Shades of #5F6040

#5F6040
(95,96,64)
#57583B
(87,88,59)
#4F5036
(79,80,54)
#474831
(71,72,49)
#3F402C
(63,64,44)
#373827
(55,56,39)
#2F3022
(47,48,34)
#27281D
(39,40,29)
#1F2018
(31,32,24)
#171813
(23,24,19)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F6040

#5F6040
(95,96,64)
#6D6E51
(109,110,81)
#7B7C62
(123,124,98)
#898A73
(137,138,115)
#979884
(151,152,132)
#A5A695
(165,166,149)
#B3B4A6
(179,180,166)
#C1C2B7
(193,194,183)
#CFD0C8
(207,208,200)
#DDDED9
(221,222,217)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6040; }

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

This text font color is #5F6040.

Background Color

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

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

This div background color is #5F6040.

Border color

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

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

This div border color is #5F6040.

Opacity

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

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

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

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

This text has shadow with #5F6040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6040.

Preview

Color preview on black background

This text has color #5F6040 on black background.


Color preview on white background

This text has color #5F6040 on white background.


Black color preview on #5F6040 background

This text has black color on #5F6040 background.


White color preview on #5F6040 background

This text has white color on #5F6040 background.


Related colors

Complementary color

Complementary color for #hex is #A09FBF.


I love getcolorcode.com

Triadic colors

1 #405F60 and #60405F with #5F6040 are triadic colors.

2 #40605F and #605F40 with #5F6040 are triadic colors.