COLOR #5E4F3C

HEX: #5E4F3C
RGB: (94,79,60)

Color info

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

RGB color model

#5E4F3C color RGB value is (94,79,60).

  • red value is 94;
  • green value is 79;
  • blue value is 60.
RGB:
(94,79,60)
(37%,31%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 79 of 255 = 31%
B 60 of 255 = 24%

94
79
60

R + G + B ~ 31%. #5E4F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 79 + 60 = 233 (100%)
R 94 of 233 ~ 40.34%
G 79 of 233 ~ 33.91%
B 60 of 233 ~ 25.75%

%40.34
%33.91
%25.75

CMYK color model

#5E4F3C color CMYK value is (0,16,36,63).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 36.17%
  • key color value is 63.14%
CMYK:
(0,16,36,63)
C0M16Y36K63 
(0%,16%,36%,63%)
(0.00/0.16/0.36/0.63)	

CMYK percentages

%0
%15.96
%36.17
%63.14

Codes

Color #5E4F3C in popluar color models

5E4F3C
RGB947960
HSL34°22.08%30.20%
HSB/HSV34°36.17%36.86%
CMYK0.00%15.96%36.17%
63.14%

Color #5E4F3C in popluar number systems.

HEX5E4F3C
Decimal947960
Binary10111101001111111100
Octal13611774

Shades and tints

Shades of #5E4F3C

#5E4F3C
(94,79,60)
#564837
(86,72,55)
#4E4132
(78,65,50)
#463A2D
(70,58,45)
#3E3328
(62,51,40)
#362C23
(54,44,35)
#2E251E
(46,37,30)
#261E19
(38,30,25)
#1E1714
(30,23,20)
#16100F
(22,16,15)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E4F3C

#5E4F3C
(94,79,60)
#6C5F4D
(108,95,77)
#7A6F5E
(122,111,94)
#887F6F
(136,127,111)
#968F80
(150,143,128)
#A49F91
(164,159,145)
#B2AFA2
(178,175,162)
#C0BFB3
(192,191,179)
#CECFC4
(206,207,196)
#DCDFD5
(220,223,213)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4F3C color. Also use rgb(94,79,60) instead hex code.

Text Font Color

.myTextColor { color: #5E4F3C; }

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

This text font color is #5E4F3C.


Background Color

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

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

This div background color is #5E4F3C.


Border color

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

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

This div border color is #5E4F3C.


Opacity

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

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

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

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

This text has shadow with #5E4F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4F3C on black background.


Color preview on white background

This text has color #5E4F3C on white background.



Black color preview on #5E4F3C background

This text has black color on #5E4F3C background.


White color preview on #5E4F3C background

This text has white color on #5E4F3C background.