COLOR #5E4525

HEX: #5E4525
RGB: (94,69,37)

Color info

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

RGB color model

#5E4525 color RGB value is (94,69,37).

  • red value is 94;
  • green value is 69;
  • blue value is 37.
RGB:
(94,69,37)
(37%,27%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 69 of 255 = 27%
B 37 of 255 = 15%

94
69
37

R + G + B ~ 26%. #5E4525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 69 + 37 = 200 (100%)
R 94 of 200 ~ 47%
G 69 of 200 ~ 34.5%
B 37 of 200 ~ 18.5%

%47
%34.5
%18.5

CMYK color model

#5E4525 color CMYK value is (0,27,61,63).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 60.64%
  • key color value is 63.14%
CMYK:
(0,27,61,63)
C0M27Y61K63 
(0%,27%,61%,63%)
(0.00/0.27/0.61/0.63)	

CMYK percentages

%0
%26.6
%60.64
%63.14

Codes

Color #5E4525 in popluar color models

5E4525
RGB946937
HSL34°43.51%25.69%
HSB/HSV34°60.64%36.86%
CMYK0.00%26.60%60.64%
63.14%

Color #5E4525 in popluar number systems.

HEX5E4525
Decimal946937
Binary10111101000101100101
Octal13610545

Shades and tints

Shades of #5E4525

#5E4525
(94,69,37)
#563F22
(86,63,34)
#4E391F
(78,57,31)
#46331C
(70,51,28)
#3E2D19
(62,45,25)
#362716
(54,39,22)
#2E2113
(46,33,19)
#261B10
(38,27,16)
#1E150D
(30,21,13)
#160F0A
(22,15,10)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #5E4525

#5E4525
(94,69,37)
#6C5538
(108,85,56)
#7A654B
(122,101,75)
#88755E
(136,117,94)
#968571
(150,133,113)
#A49584
(164,149,132)
#B2A597
(178,165,151)
#C0B5AA
(192,181,170)
#CEC5BD
(206,197,189)
#DCD5D0
(220,213,208)
#EAE5E3
(234,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4525 color. Also use rgb(94,69,37) instead hex code.

Text Font Color

.myTextColor { color: #5E4525; }

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

This text font color is #5E4525.


Background Color

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

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

This div background color is #5E4525.


Border color

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

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

This div border color is #5E4525.


Opacity

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

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

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

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

This text has shadow with #5E4525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4525 on black background.


Color preview on white background

This text has color #5E4525 on white background.



Black color preview on #5E4525 background

This text has black color on #5E4525 background.


White color preview on #5E4525 background

This text has white color on #5E4525 background.