COLOR #5E5244

HEX: #5E5244
RGB: (94,82,68)

Color info

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

RGB color model

#5E5244 color RGB value is (94,82,68).

  • red value is 94;
  • green value is 82;
  • blue value is 68.
RGB:
(94,82,68)
(37%,32%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 82 of 255 = 32%
B 68 of 255 = 27%

94
82
68

R + G + B ~ 32%. #5E5244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 82 + 68 = 244 (100%)
R 94 of 244 ~ 38.52%
G 82 of 244 ~ 33.61%
B 68 of 244 ~ 27.87%

%38.52
%33.61
%27.87

CMYK color model

#5E5244 color CMYK value is (0,13,28,63).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(0,13,28,63)
C0M13Y28K63 
(0%,13%,28%,63%)
(0.00/0.13/0.28/0.63)	

CMYK percentages

%0
%12.77
%27.66
%63.14

Codes

Color #5E5244 in popluar color models

5E5244
RGB948268
HSL32°16.05%31.76%
HSB/HSV32°27.66%36.86%
CMYK0.00%12.77%27.66%
63.14%

Color #5E5244 in popluar number systems.

HEX5E5244
Decimal948268
Binary101111010100101000100
Octal136122104

Shades and tints

Shades of #5E5244

#5E5244
(94,82,68)
#564B3E
(86,75,62)
#4E4438
(78,68,56)
#463D32
(70,61,50)
#3E362C
(62,54,44)
#362F26
(54,47,38)
#2E2820
(46,40,32)
#26211A
(38,33,26)
#1E1A14
(30,26,20)
#16130E
(22,19,14)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #5E5244

#5E5244
(94,82,68)
#6C6155
(108,97,85)
#7A7066
(122,112,102)
#887F77
(136,127,119)
#968E88
(150,142,136)
#A49D99
(164,157,153)
#B2ACAA
(178,172,170)
#C0BBBB
(192,187,187)
#CECACC
(206,202,204)
#DCD9DD
(220,217,221)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5244 color. Also use rgb(94,82,68) instead hex code.

Text Font Color

.myTextColor { color: #5E5244; }

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

This text font color is #5E5244.


Background Color

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

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

This div background color is #5E5244.


Border color

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

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

This div border color is #5E5244.


Opacity

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

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

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

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

This text has shadow with #5E5244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5244 on black background.


Color preview on white background

This text has color #5E5244 on white background.



Black color preview on #5E5244 background

This text has black color on #5E5244 background.


White color preview on #5E5244 background

This text has white color on #5E5244 background.