COLOR #8A704C

HEX: #8A704C RGB: (138,112,76)

Color info

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

RGB color model

#8A704C color RGB value is (138,112,76).

RGB: (138,112,76) (54%, 44%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 76 of 255 = 30%

138
112
76

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

Portions of RGB colors in percentages

R + G + B = 138 + 112 + 76 = 326 (100%)
R 138 of 326 ~ 42.33%
G 112 of 326 ~ 34.36%
B 76 of 326 ~ 23.31'%

%42.33
%34.36
%23.31

CMYK color model

#8A704C color CMYK value is (0,19,45,46).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 44.93%
  • key color value is 45.88%

CMYK: (0,19,45,46)
C0M19Y45K46 (0%, 19%, 45%, 46%)
(0.00 / 0.19 / 0.45 / 0.46)

CMYK percentages

%0
%18.84
%44.93
%45.88

Codes

Color #8A704C in popluar color models

8A 70 4C
RGB 138 112 76
HSL 35° 28.97% 41.96%
HSB/HSV 35° 44.93% 54.12%
CMYK 0.00% 18.84% 44.93%
45.88%

Color #8A704C in popluar number systems.

HEX 8A 70 4C
Decimal 138 112 76
Binary 10001010 1110000 1001100
Octal 212 160 114

Shades and tints

Shades of #8A704C

#8A704C
(138,112,76)
#7E6646
(126,102,70)
#725C40
(114,92,64)
#66523A
(102,82,58)
#5A4834
(90,72,52)
#4E3E2E
(78,62,46)
#423428
(66,52,40)
#362A22
(54,42,34)
#2A201C
(42,32,28)
#1E1616
(30,22,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A704C

#8A704C
(138,112,76)
#947D5C
(148,125,92)
#9E8A6C
(158,138,108)
#A8977C
(168,151,124)
#B2A48C
(178,164,140)
#BCB19C
(188,177,156)
#C6BEAC
(198,190,172)
#D0CBBC
(208,203,188)
#DAD8CC
(218,216,204)
#E4E5DC
(228,229,220)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A704C color. Also use rgb(138,112,76) instead hex code.

Text Font Color

.myTextColor { color: #8A704C; }

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

This text font color is #8A704C.

Background Color

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

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

This div background color is #8A704C.

Border color

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

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

This div border color is #8A704C.

Opacity

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

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

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

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

This text has shadow with #8A704C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A704C.

Preview

Color preview on black background

This text has color #8A704C on black background.


Color preview on white background

This text has color #8A704C on white background.


Black color preview on #8A704C background

This text has black color on #8A704C background.


White color preview on #8A704C background

This text has white color on #8A704C background.


Related colors

Complementary color

Complementary color for #hex is #758FB3.


I love getcolorcode.com

Triadic colors

1 #4C8A70 and #704C8A with #8A704C are triadic colors.

2 #4C708A and #708A4C with #8A704C are triadic colors.