COLOR #5E4730

HEX: #5E4730
RGB: (94,71,48)

Color info

#5E4730 contains red, green and blue colors in about the same proportion. Web safe color of #5E4730 is #663333 (or #633).

RGB color model

#5E4730 color RGB value is (94,71,48).

  • red value is 94;
  • green value is 71;
  • blue value is 48.
RGB:
(94,71,48)
(37%,28%,19%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 48 of 255 = 19%

94
71
48

R + G + B ~ 28%. #5E4730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 48 = 213 (100%)
R 94 of 213 ~ 44.13%
G 71 of 213 ~ 33.33%
B 48 of 213 ~ 22.54%

%44.13
%33.33
%22.54

CMYK color model

#5E4730 color CMYK value is (0,24,49,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 48.94%
  • key color value is 63.14%
CMYK:
(0,24,49,63)
C0M24Y49K63 
(0%,24%,49%,63%)
(0.00/0.24/0.49/0.63)	

CMYK percentages

%0
%24.47
%48.94
%63.14

Codes

Color #5E4730 in popluar color models

5E4730
RGB947148
HSL30°32.39%27.84%
HSB/HSV30°48.94%36.86%
CMYK0.00%24.47%48.94%
63.14%

Color #5E4730 in popluar number systems.

HEX5E4730
Decimal947148
Binary10111101000111110000
Octal13610760

Shades and tints

Shades of #5E4730

#5E4730
(94,71,48)
#56412C
(86,65,44)
#4E3B28
(78,59,40)
#463524
(70,53,36)
#3E2F20
(62,47,32)
#36291C
(54,41,28)
#2E2318
(46,35,24)
#261D14
(38,29,20)
#1E1710
(30,23,16)
#16110C
(22,17,12)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #5E4730

#5E4730
(94,71,48)
#6C5742
(108,87,66)
#7A6754
(122,103,84)
#887766
(136,119,102)
#968778
(150,135,120)
#A4978A
(164,151,138)
#B2A79C
(178,167,156)
#C0B7AE
(192,183,174)
#CEC7C0
(206,199,192)
#DCD7D2
(220,215,210)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4730 color. Also use rgb(94,71,48) instead hex code.

Text Font Color

.myTextColor { color: #5E4730; }

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

This text font color is #5E4730.


Background Color

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

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

This div background color is #5E4730.


Border color

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

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

This div border color is #5E4730.


Opacity

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

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

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

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

This text has shadow with #5E4730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4730 on black background.


Color preview on white background

This text has color #5E4730 on white background.



Black color preview on #5E4730 background

This text has black color on #5E4730 background.


White color preview on #5E4730 background

This text has white color on #5E4730 background.