COLOR #8E7B30

HEX: #8E7B30
RGB: (142,123,48)

Color info

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

RGB color model

#8E7B30 color RGB value is (142,123,48).

  • red value is 142;
  • green value is 123;
  • blue value is 48.
RGB:
(142,123,48)
(56%,48%,19%)

RGB channels and saturation

R 142 of 255 = 56%
G 123 of 255 = 48%
B 48 of 255 = 19%

142
123
48

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

Portions of RGB colors in percentages

R + G + B =
142 + 123 + 48 = 313 (100%)
R 142 of 313 ~ 45.37%
G 123 of 313 ~ 39.3%
B 48 of 313 ~ 15.34%

%45.37
%39.3
%15.34

CMYK color model

#8E7B30 color CMYK value is (0,13,66,44).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 66.20%
  • key color value is 44.31%
CMYK:
(0,13,66,44)
C0M13Y66K44 
(0%,13%,66%,44%)
(0.00/0.13/0.66/0.44)	

CMYK percentages

%0
%13.38
%66.2
%44.31

Codes

Color #8E7B30 in popluar color models

8E7B30
RGB14212348
HSL48°49.47%37.25%
HSB/HSV48°66.20%55.69%
CMYK0.00%13.38%66.20%
44.31%

Color #8E7B30 in popluar number systems.

HEX8E7B30
Decimal14212348
Binary100011101111011110000
Octal21617360

Shades and tints

Shades of #8E7B30

#8E7B30
(142,123,48)
#82702C
(130,112,44)
#766528
(118,101,40)
#6A5A24
(106,90,36)
#5E4F20
(94,79,32)
#52441C
(82,68,28)
#463918
(70,57,24)
#3A2E14
(58,46,20)
#2E2310
(46,35,16)
#22180C
(34,24,12)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #8E7B30

#8E7B30
(142,123,48)
#988742
(152,135,66)
#A29354
(162,147,84)
#AC9F66
(172,159,102)
#B6AB78
(182,171,120)
#C0B78A
(192,183,138)
#CAC39C
(202,195,156)
#D4CFAE
(212,207,174)
#DEDBC0
(222,219,192)
#E8E7D2
(232,231,210)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7B30 color. Also use rgb(142,123,48) instead hex code.

Text Font Color

.myTextColor { color: #8E7B30; }

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

This text font color is #8E7B30.


Background Color

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

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

This div background color is #8E7B30.


Border color

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

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

This div border color is #8E7B30.


Opacity

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

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

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

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

This text has shadow with #8E7B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7B30 on black background.


Color preview on white background

This text has color #8E7B30 on white background.



Black color preview on #8E7B30 background

This text has black color on #8E7B30 background.


White color preview on #8E7B30 background

This text has white color on #8E7B30 background.