COLOR #8E3925

HEX: #8E3925
RGB: (142,57,37)

Color info

#8E3925 contains mainly red color. Web safe color of #8E3925 is #993333 (or #933).

RGB color model

#8E3925 color RGB value is (142,57,37).

  • red value is 142;
  • green value is 57;
  • blue value is 37.
RGB:
(142,57,37)
(56%,22%,15%)

RGB channels and saturation

R 142 of 255 = 56%
G 57 of 255 = 22%
B 37 of 255 = 15%

142
57
37

R + G + B ~ 31%. #8E3925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 57 + 37 = 236 (100%)
R 142 of 236 ~ 60.17%
G 57 of 236 ~ 24.15%
B 37 of 236 ~ 15.68%

%60.17
%24.15
%15.68

CMYK color model

#8E3925 color CMYK value is (0,60,74,44).

  • cyan value is 0.00%
  • magenta value is 59.86%
  • yellow value is 73.94%
  • key color value is 44.31%
CMYK:
(0,60,74,44)
C0M60Y74K44 
(0%,60%,74%,44%)
(0.00/0.60/0.74/0.44)	

CMYK percentages

%0
%59.86
%73.94
%44.31

Codes

Color #8E3925 in popluar color models

8E3925
RGB1425737
HSL11°58.66%35.10%
HSB/HSV11°73.94%55.69%
CMYK0.00%59.86%73.94%
44.31%

Color #8E3925 in popluar number systems.

HEX8E3925
Decimal1425737
Binary10001110111001100101
Octal2167145

Shades and tints

Shades of #8E3925

#8E3925
(142,57,37)
#823422
(130,52,34)
#762F1F
(118,47,31)
#6A2A1C
(106,42,28)
#5E2519
(94,37,25)
#522016
(82,32,22)
#461B13
(70,27,19)
#3A1610
(58,22,16)
#2E110D
(46,17,13)
#220C0A
(34,12,10)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #8E3925

#8E3925
(142,57,37)
#984B38
(152,75,56)
#A25D4B
(162,93,75)
#AC6F5E
(172,111,94)
#B68171
(182,129,113)
#C09384
(192,147,132)
#CAA597
(202,165,151)
#D4B7AA
(212,183,170)
#DEC9BD
(222,201,189)
#E8DBD0
(232,219,208)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3925 color. Also use rgb(142,57,37) instead hex code.

Text Font Color

.myTextColor { color: #8E3925; }

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

This text font color is #8E3925.


Background Color

.myBgColor { background-color: #8E3925; }

<div style="background-color:#8E3925">Inner text</div>

This div background color is #8E3925.


Border color

.myBorderColor { border: 1px solid #8E3925; }

<div style="border:3px solid #8E3925">Div</div>

This div border color is #8E3925.


Opacity

.myOpacity80 { color: #8E3925; opacity: 0.8; }

<p style="color:#8E3925;opacity:0.8;">80%</p>

Text with #8E3925 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 #8E3925;}

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

This text has shadow with #8E3925 color.

.textShadow {text-shadow: 3px 3px 1px #8E3925, 3px 3px 1px red;}

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

This text has shadow with #8E3925 primary color and red secondary color.


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

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

This text has shadow with #8E3925 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3925 on black background.


Color preview on white background

This text has color #8E3925 on white background.



Black color preview on #8E3925 background

This text has black color on #8E3925 background.


White color preview on #8E3925 background

This text has white color on #8E3925 background.