COLOR #5E644D

HEX: #5E644D
RGB: (94,100,77)

Color info

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

RGB color model

#5E644D color RGB value is (94,100,77).

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

RGB channels and saturation

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

94
100
77

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

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 77 = 271 (100%)
R 94 of 271 ~ 34.69%
G 100 of 271 ~ 36.9%
B 77 of 271 ~ 28.41%

%34.69
%36.9
%28.41

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(6,0,23,61)
C6M0Y23K61 
(6%,0%,23%,61%)
(0.06/0.00/0.23/0.61)	

CMYK percentages

%6
%0
%23
%60.78

Codes

Color #5E644D in popluar color models

5E644D
RGB9410077
HSL76°12.99%34.71%
HSB/HSV76°23.00%39.22%
CMYK6.00%0.00%23.00%
60.78%

Color #5E644D in popluar number systems.

HEX5E644D
Decimal9410077
Binary101111011001001001101
Octal136144115

Shades and tints

Shades of #5E644D

#5E644D
(94,100,77)
#565B46
(86,91,70)
#4E523F
(78,82,63)
#464938
(70,73,56)
#3E4031
(62,64,49)
#36372A
(54,55,42)
#2E2E23
(46,46,35)
#26251C
(38,37,28)
#1E1C15
(30,28,21)
#16130E
(22,19,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #5E644D

#5E644D
(94,100,77)
#6C725D
(108,114,93)
#7A806D
(122,128,109)
#888E7D
(136,142,125)
#969C8D
(150,156,141)
#A4AA9D
(164,170,157)
#B2B8AD
(178,184,173)
#C0C6BD
(192,198,189)
#CED4CD
(206,212,205)
#DCE2DD
(220,226,221)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E644D; }

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

This text font color is #5E644D.


Background Color

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

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

This div background color is #5E644D.


Border color

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

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

This div border color is #5E644D.


Opacity

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

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

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

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

This text has shadow with #5E644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E644D on black background.


Color preview on white background

This text has color #5E644D on white background.



Black color preview on #5E644D background

This text has black color on #5E644D background.


White color preview on #5E644D background

This text has white color on #5E644D background.