COLOR #8A7128

HEX: #8A7128
RGB: (138,113,40)

Color info

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

RGB color model

#8A7128 color RGB value is (138,113,40).

  • red value is 138;
  • green value is 113;
  • blue value is 40.
RGB:
(138,113,40)
(54%,44%,16%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 40 of 255 = 16%

138
113
40

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 40 = 291 (100%)
R 138 of 291 ~ 47.42%
G 113 of 291 ~ 38.83%
B 40 of 291 ~ 13.75%

%47.42
%38.83
%13.75

CMYK color model

#8A7128 color CMYK value is (0,18,71,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 71.01%
  • key color value is 45.88%
CMYK:
(0,18,71,46)
C0M18Y71K46 
(0%,18%,71%,46%)
(0.00/0.18/0.71/0.46)	

CMYK percentages

%0
%18.12
%71.01
%45.88

Codes

Color #8A7128 in popluar color models

8A7128
RGB13811340
HSL45°55.06%34.90%
HSB/HSV45°71.01%54.12%
CMYK0.00%18.12%71.01%
45.88%

Color #8A7128 in popluar number systems.

HEX8A7128
Decimal13811340
Binary100010101110001101000
Octal21216150

Shades and tints

Shades of #8A7128

#8A7128
(138,113,40)
#7E6725
(126,103,37)
#725D22
(114,93,34)
#66531F
(102,83,31)
#5A491C
(90,73,28)
#4E3F19
(78,63,25)
#423516
(66,53,22)
#362B13
(54,43,19)
#2A2110
(42,33,16)
#1E170D
(30,23,13)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #8A7128

#8A7128
(138,113,40)
#947D3B
(148,125,59)
#9E894E
(158,137,78)
#A89561
(168,149,97)
#B2A174
(178,161,116)
#BCAD87
(188,173,135)
#C6B99A
(198,185,154)
#D0C5AD
(208,197,173)
#DAD1C0
(218,209,192)
#E4DDD3
(228,221,211)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7128 color. Also use rgb(138,113,40) instead hex code.

Text Font Color

.myTextColor { color: #8A7128; }

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

This text font color is #8A7128.


Background Color

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

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

This div background color is #8A7128.


Border color

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

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

This div border color is #8A7128.


Opacity

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

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

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

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

This text has shadow with #8A7128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7128 on black background.


Color preview on white background

This text has color #8A7128 on white background.



Black color preview on #8A7128 background

This text has black color on #8A7128 background.


White color preview on #8A7128 background

This text has white color on #8A7128 background.