COLOR #5E6849

HEX: #5E6849
RGB: (94,104,73)

Color info

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

RGB color model

#5E6849 color RGB value is (94,104,73).

  • red value is 94;
  • green value is 104;
  • blue value is 73.
RGB:
(94,104,73)
(37%,41%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 73 of 255 = 29%

94
104
73

R + G + B ~ 36%. #5E6849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 73 = 271 (100%)
R 94 of 271 ~ 34.69%
G 104 of 271 ~ 38.38%
B 73 of 271 ~ 26.94%

%34.69
%38.38
%26.94

CMYK color model

#5E6849 color CMYK value is (10,0,30,59).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(10,0,30,59)
C10M0Y30K59 
(10%,0%,30%,59%)
(0.10/0.00/0.30/0.59)	

CMYK percentages

%9.62
%0
%29.81
%59.22

Codes

Color #5E6849 in popluar color models

5E6849
RGB9410473
HSL79°17.51%34.71%
HSB/HSV79°29.81%40.78%
CMYK9.62%0.00%29.81%
59.22%

Color #5E6849 in popluar number systems.

HEX5E6849
Decimal9410473
Binary101111011010001001001
Octal136150111

Shades and tints

Shades of #5E6849

#5E6849
(94,104,73)
#565F43
(86,95,67)
#4E563D
(78,86,61)
#464D37
(70,77,55)
#3E4431
(62,68,49)
#363B2B
(54,59,43)
#2E3225
(46,50,37)
#26291F
(38,41,31)
#1E2019
(30,32,25)
#161713
(22,23,19)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #5E6849

#5E6849
(94,104,73)
#6C7559
(108,117,89)
#7A8269
(122,130,105)
#888F79
(136,143,121)
#969C89
(150,156,137)
#A4A999
(164,169,153)
#B2B6A9
(178,182,169)
#C0C3B9
(192,195,185)
#CED0C9
(206,208,201)
#DCDDD9
(220,221,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6849 color. Also use rgb(94,104,73) instead hex code.

Text Font Color

.myTextColor { color: #5E6849; }

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

This text font color is #5E6849.


Background Color

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

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

This div background color is #5E6849.


Border color

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

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

This div border color is #5E6849.


Opacity

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

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

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

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

This text has shadow with #5E6849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6849 on black background.


Color preview on white background

This text has color #5E6849 on white background.



Black color preview on #5E6849 background

This text has black color on #5E6849 background.


White color preview on #5E6849 background

This text has white color on #5E6849 background.