COLOR #8E624C

HEX: #8E624C
RGB: (142,98,76)

Color info

#8E624C contains mainly red and green colors. Web safe color of #8E624C is #996633 (or #963).

RGB color model

#8E624C color RGB value is (142,98,76).

  • red value is 142;
  • green value is 98;
  • blue value is 76.
RGB:
(142,98,76)
(56%,38%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 76 of 255 = 30%

142
98
76

R + G + B ~ 41%. #8E624C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 98 + 76 = 316 (100%)
R 142 of 316 ~ 44.94%
G 98 of 316 ~ 31.01%
B 76 of 316 ~ 24.05%

%44.94
%31.01
%24.05

CMYK color model

#8E624C color CMYK value is (0,31,46,44).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(0,31,46,44)
C0M31Y46K44 
(0%,31%,46%,44%)
(0.00/0.31/0.46/0.44)	

CMYK percentages

%0
%30.99
%46.48
%44.31

Codes

Color #8E624C in popluar color models

8E624C
RGB1429876
HSL20°30.28%42.75%
HSB/HSV20°46.48%55.69%
CMYK0.00%30.99%46.48%
44.31%

Color #8E624C in popluar number systems.

HEX8E624C
Decimal1429876
Binary1000111011000101001100
Octal216142114

Shades and tints

Shades of #8E624C

#8E624C
(142,98,76)
#825A46
(130,90,70)
#765240
(118,82,64)
#6A4A3A
(106,74,58)
#5E4234
(94,66,52)
#523A2E
(82,58,46)
#463228
(70,50,40)
#3A2A22
(58,42,34)
#2E221C
(46,34,28)
#221A16
(34,26,22)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E624C

#8E624C
(142,98,76)
#98705C
(152,112,92)
#A27E6C
(162,126,108)
#AC8C7C
(172,140,124)
#B69A8C
(182,154,140)
#C0A89C
(192,168,156)
#CAB6AC
(202,182,172)
#D4C4BC
(212,196,188)
#DED2CC
(222,210,204)
#E8E0DC
(232,224,220)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E624C color. Also use rgb(142,98,76) instead hex code.

Text Font Color

.myTextColor { color: #8E624C; }

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

This text font color is #8E624C.


Background Color

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

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

This div background color is #8E624C.


Border color

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

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

This div border color is #8E624C.


Opacity

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

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

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

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

This text has shadow with #8E624C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E624C on black background.


Color preview on white background

This text has color #8E624C on white background.



Black color preview on #8E624C background

This text has black color on #8E624C background.


White color preview on #8E624C background

This text has white color on #8E624C background.