COLOR #5E3725

HEX: #5E3725 RGB: (94,55,37)

Color info

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

RGB color model

#5E3725 color RGB value is (94,55,37).

RGB: (94,55,37) (37%, 22%, 15%)

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 37 of 255 = 15%

94
55
37

R + G + B ~ 25%. #5E3725 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 55 + 37 = 186 (100%)
R 94 of 186 ~ 50.54%
G 55 of 186 ~ 29.57%
B 37 of 186 ~ 19.89'%

%50.54
%29.57
%19.89

CMYK color model

#5E3725 color CMYK value is (0,41,61,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 60.64%
  • key color value is 63.14%

CMYK: (0,41,61,63)
C0M41Y61K63 (0%, 41%, 61%, 63%)
(0.00 / 0.41 / 0.61 / 0.63)

CMYK percentages

%0
%41.49
%60.64
%63.14

Codes

Color #5E3725 in popluar color models

5E 37 25
RGB 94 55 37
HSL 19° 43.51% 25.69%
HSB/HSV 19° 60.64% 36.86%
CMYK 0.00% 41.49% 60.64%
63.14%

Color #5E3725 in popluar number systems.

HEX 5E 37 25
Decimal 94 55 37
Binary 1011110 110111 100101
Octal 136 67 45

Shades and tints

Shades of #5E3725

#5E3725
(94,55,37)
#563222
(86,50,34)
#4E2D1F
(78,45,31)
#46281C
(70,40,28)
#3E2319
(62,35,25)
#361E16
(54,30,22)
#2E1913
(46,25,19)
#261410
(38,20,16)
#1E0F0D
(30,15,13)
#160A0A
(22,10,10)
#0E0507
(14,5,7)
#000000
(0,0,0)

Tints of #5E3725

#5E3725
(94,55,37)
#6C4938
(108,73,56)
#7A5B4B
(122,91,75)
#886D5E
(136,109,94)
#967F71
(150,127,113)
#A49184
(164,145,132)
#B2A397
(178,163,151)
#C0B5AA
(192,181,170)
#CEC7BD
(206,199,189)
#DCD9D0
(220,217,208)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3725; }

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

This text font color is #5E3725.

Background Color

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

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

This div background color is #5E3725.

Border color

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

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

This div border color is #5E3725.

Opacity

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

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

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

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

This text has shadow with #5E3725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3725.

Preview

Color preview on black background

This text has color #5E3725 on black background.


Color preview on white background

This text has color #5E3725 on white background.


Black color preview on #5E3725 background

This text has black color on #5E3725 background.


White color preview on #5E3725 background

This text has white color on #5E3725 background.


Related colors

Complementary color

Complementary color for #hex is #A1C8DA.


I love getcolorcode.com

Triadic colors

1 #255E37 and #37255E with #5E3725 are triadic colors.

2 #25375E and #375E25 with #5E3725 are triadic colors.