COLOR #5E583D

HEX: #5E583D
RGB: (94,88,61)

Color info

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

RGB color model

#5E583D color RGB value is (94,88,61).

  • red value is 94;
  • green value is 88;
  • blue value is 61.
RGB:
(94,88,61)
(37%,35%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 61 of 255 = 24%

94
88
61

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 61 = 243 (100%)
R 94 of 243 ~ 38.68%
G 88 of 243 ~ 36.21%
B 61 of 243 ~ 25.1%

%38.68
%36.21
%25.1

CMYK color model

#5E583D color CMYK value is (0,6,35,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(0,6,35,63)
C0M6Y35K63 
(0%,6%,35%,63%)
(0.00/0.06/0.35/0.63)	

CMYK percentages

%0
%6.38
%35.11
%63.14

Codes

Color #5E583D in popluar color models

5E583D
RGB948861
HSL49°21.29%30.39%
HSB/HSV49°35.11%36.86%
CMYK0.00%6.38%35.11%
63.14%

Color #5E583D in popluar number systems.

HEX5E583D
Decimal948861
Binary10111101011000111101
Octal13613075

Shades and tints

Shades of #5E583D

#5E583D
(94,88,61)
#565038
(86,80,56)
#4E4833
(78,72,51)
#46402E
(70,64,46)
#3E3829
(62,56,41)
#363024
(54,48,36)
#2E281F
(46,40,31)
#26201A
(38,32,26)
#1E1815
(30,24,21)
#161010
(22,16,16)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E583D

#5E583D
(94,88,61)
#6C674E
(108,103,78)
#7A765F
(122,118,95)
#888570
(136,133,112)
#969481
(150,148,129)
#A4A392
(164,163,146)
#B2B2A3
(178,178,163)
#C0C1B4
(192,193,180)
#CED0C5
(206,208,197)
#DCDFD6
(220,223,214)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E583D color. Also use rgb(94,88,61) instead hex code.

Text Font Color

.myTextColor { color: #5E583D; }

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

This text font color is #5E583D.


Background Color

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

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

This div background color is #5E583D.


Border color

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

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

This div border color is #5E583D.


Opacity

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

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

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

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

This text has shadow with #5E583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E583D on black background.


Color preview on white background

This text has color #5E583D on white background.



Black color preview on #5E583D background

This text has black color on #5E583D background.


White color preview on #5E583D background

This text has white color on #5E583D background.