COLOR #5F644D

HEX: #5F644D
RGB: (95,100,77)

Color info

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

RGB color model

#5F644D color RGB value is (95,100,77).

  • red value is 95;
  • green value is 100;
  • blue value is 77.
RGB:
(95,100,77)
(37%,39%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 77 of 255 = 30%

95
100
77

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

Portions of RGB colors in percentages

R + G + B =
95 + 100 + 77 = 272 (100%)
R 95 of 272 ~ 34.93%
G 100 of 272 ~ 36.76%
B 77 of 272 ~ 28.31%

%34.93
%36.76
%28.31

CMYK color model

#5F644D color CMYK value is (5,0,23,61).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(5,0,23,61)
C5M0Y23K61 
(5%,0%,23%,61%)
(0.05/0.00/0.23/0.61)	

CMYK percentages

%5
%0
%23
%60.78

Codes

Color #5F644D in popluar color models

5F644D
RGB9510077
HSL73°12.99%34.71%
HSB/HSV73°23.00%39.22%
CMYK5.00%0.00%23.00%
60.78%

Color #5F644D in popluar number systems.

HEX5F644D
Decimal9510077
Binary101111111001001001101
Octal137144115

Shades and tints

Shades of #5F644D

#5F644D
(95,100,77)
#575B46
(87,91,70)
#4F523F
(79,82,63)
#474938
(71,73,56)
#3F4031
(63,64,49)
#37372A
(55,55,42)
#2F2E23
(47,46,35)
#27251C
(39,37,28)
#1F1C15
(31,28,21)
#17130E
(23,19,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #5F644D

#5F644D
(95,100,77)
#6D725D
(109,114,93)
#7B806D
(123,128,109)
#898E7D
(137,142,125)
#979C8D
(151,156,141)
#A5AA9D
(165,170,157)
#B3B8AD
(179,184,173)
#C1C6BD
(193,198,189)
#CFD4CD
(207,212,205)
#DDE2DD
(221,226,221)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F644D color. Also use rgb(95,100,77) instead hex code.

Text Font Color

.myTextColor { color: #5F644D; }

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

This text font color is #5F644D.


Background Color

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

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

This div background color is #5F644D.


Border color

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

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

This div border color is #5F644D.


Opacity

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

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

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

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

This text has shadow with #5F644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F644D on black background.


Color preview on white background

This text has color #5F644D on white background.



Black color preview on #5F644D background

This text has black color on #5F644D background.


White color preview on #5F644D background

This text has white color on #5F644D background.