COLOR #8A7427

HEX: #8A7427
RGB: (138,116,39)

Color info

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

RGB color model

#8A7427 color RGB value is (138,116,39).

  • red value is 138;
  • green value is 116;
  • blue value is 39.
RGB:
(138,116,39)
(54%,45%,15%)

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 39 of 255 = 15%

138
116
39

R + G + B ~ 38%. #8A7427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 39 = 293 (100%)
R 138 of 293 ~ 47.1%
G 116 of 293 ~ 39.59%
B 39 of 293 ~ 13.31%

%47.1
%39.59
%13.31

CMYK color model

#8A7427 color CMYK value is (0,16,72,46).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 71.74%
  • key color value is 45.88%
CMYK:
(0,16,72,46)
C0M16Y72K46 
(0%,16%,72%,46%)
(0.00/0.16/0.72/0.46)	

CMYK percentages

%0
%15.94
%71.74
%45.88

Codes

Color #8A7427 in popluar color models

8A7427
RGB13811639
HSL47°55.93%34.71%
HSB/HSV47°71.74%54.12%
CMYK0.00%15.94%71.74%
45.88%

Color #8A7427 in popluar number systems.

HEX8A7427
Decimal13811639
Binary100010101110100100111
Octal21216447

Shades and tints

Shades of #8A7427

#8A7427
(138,116,39)
#7E6A24
(126,106,36)
#726021
(114,96,33)
#66561E
(102,86,30)
#5A4C1B
(90,76,27)
#4E4218
(78,66,24)
#423815
(66,56,21)
#362E12
(54,46,18)
#2A240F
(42,36,15)
#1E1A0C
(30,26,12)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #8A7427

#8A7427
(138,116,39)
#94803A
(148,128,58)
#9E8C4D
(158,140,77)
#A89860
(168,152,96)
#B2A473
(178,164,115)
#BCB086
(188,176,134)
#C6BC99
(198,188,153)
#D0C8AC
(208,200,172)
#DAD4BF
(218,212,191)
#E4E0D2
(228,224,210)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7427 color. Also use rgb(138,116,39) instead hex code.

Text Font Color

.myTextColor { color: #8A7427; }

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

This text font color is #8A7427.


Background Color

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

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

This div background color is #8A7427.


Border color

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

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

This div border color is #8A7427.


Opacity

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

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

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

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

This text has shadow with #8A7427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7427 on black background.


Color preview on white background

This text has color #8A7427 on white background.



Black color preview on #8A7427 background

This text has black color on #8A7427 background.


White color preview on #8A7427 background

This text has white color on #8A7427 background.