COLOR #8A7C4D

HEX: #8A7C4D
RGB: (138,124,77)

Color info

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

RGB color model

#8A7C4D color RGB value is (138,124,77).

  • red value is 138;
  • green value is 124;
  • blue value is 77.
RGB:
(138,124,77)
(54%,49%,30%)

RGB channels and saturation

R 138 of 255 = 54%
G 124 of 255 = 49%
B 77 of 255 = 30%

138
124
77

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

Portions of RGB colors in percentages

R + G + B =
138 + 124 + 77 = 339 (100%)
R 138 of 339 ~ 40.71%
G 124 of 339 ~ 36.58%
B 77 of 339 ~ 22.71%

%40.71
%36.58
%22.71

CMYK color model

#8A7C4D color CMYK value is (0,10,44,46).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 44.20%
  • key color value is 45.88%
CMYK:
(0,10,44,46)
C0M10Y44K46 
(0%,10%,44%,46%)
(0.00/0.10/0.44/0.46)	

CMYK percentages

%0
%10.14
%44.2
%45.88

Codes

Color #8A7C4D in popluar color models

8A7C4D
RGB13812477
HSL46°28.37%42.16%
HSB/HSV46°44.20%54.12%
CMYK0.00%10.14%44.20%
45.88%

Color #8A7C4D in popluar number systems.

HEX8A7C4D
Decimal13812477
Binary1000101011111001001101
Octal212174115

Shades and tints

Shades of #8A7C4D

#8A7C4D
(138,124,77)
#7E7146
(126,113,70)
#72663F
(114,102,63)
#665B38
(102,91,56)
#5A5031
(90,80,49)
#4E452A
(78,69,42)
#423A23
(66,58,35)
#362F1C
(54,47,28)
#2A2415
(42,36,21)
#1E190E
(30,25,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #8A7C4D

#8A7C4D
(138,124,77)
#94875D
(148,135,93)
#9E926D
(158,146,109)
#A89D7D
(168,157,125)
#B2A88D
(178,168,141)
#BCB39D
(188,179,157)
#C6BEAD
(198,190,173)
#D0C9BD
(208,201,189)
#DAD4CD
(218,212,205)
#E4DFDD
(228,223,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7C4D color. Also use rgb(138,124,77) instead hex code.

Text Font Color

.myTextColor { color: #8A7C4D; }

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

This text font color is #8A7C4D.


Background Color

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

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

This div background color is #8A7C4D.


Border color

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

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

This div border color is #8A7C4D.


Opacity

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

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

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

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

This text has shadow with #8A7C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7C4D on black background.


Color preview on white background

This text has color #8A7C4D on white background.



Black color preview on #8A7C4D background

This text has black color on #8A7C4D background.


White color preview on #8A7C4D background

This text has white color on #8A7C4D background.