COLOR #8A7A64

HEX: #8A7A64
RGB: (138,122,100)

Color info

#8A7A64 contains red, green and blue colors in about the same proportion. Web safe color of #8A7A64 is #996666 (or #966).

RGB color model

#8A7A64 color RGB value is (138,122,100).

  • red value is 138;
  • green value is 122;
  • blue value is 100.
RGB:
(138,122,100)
(54%,48%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 100 of 255 = 39%

138
122
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 122 + 100 = 360 (100%)
R 138 of 360 ~ 38.33%
G 122 of 360 ~ 33.89%
B 100 of 360 ~ 27.78%

%38.33
%33.89
%27.78

CMYK color model

#8A7A64 color CMYK value is (0,12,28,46).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(0,12,28,46)
C0M12Y28K46 
(0%,12%,28%,46%)
(0.00/0.12/0.28/0.46)	

CMYK percentages

%0
%11.59
%27.54
%45.88

Codes

Color #8A7A64 in popluar color models

8A7A64
RGB138122100
HSL35°15.97%46.67%
HSB/HSV35°27.54%54.12%
CMYK0.00%11.59%27.54%
45.88%

Color #8A7A64 in popluar number systems.

HEX8A7A64
Decimal138122100
Binary1000101011110101100100
Octal212172144

Shades and tints

Shades of #8A7A64

#8A7A64
(138,122,100)
#7E6F5B
(126,111,91)
#726452
(114,100,82)
#665949
(102,89,73)
#5A4E40
(90,78,64)
#4E4337
(78,67,55)
#42382E
(66,56,46)
#362D25
(54,45,37)
#2A221C
(42,34,28)
#1E1713
(30,23,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #8A7A64

#8A7A64
(138,122,100)
#948672
(148,134,114)
#9E9280
(158,146,128)
#A89E8E
(168,158,142)
#B2AA9C
(178,170,156)
#BCB6AA
(188,182,170)
#C6C2B8
(198,194,184)
#D0CEC6
(208,206,198)
#DADAD4
(218,218,212)
#E4E6E2
(228,230,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7A64 color. Also use rgb(138,122,100) instead hex code.

Text Font Color

.myTextColor { color: #8A7A64; }

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

This text font color is #8A7A64.


Background Color

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

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

This div background color is #8A7A64.


Border color

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

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

This div border color is #8A7A64.


Opacity

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

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

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

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

This text has shadow with #8A7A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7A64 on black background.


Color preview on white background

This text has color #8A7A64 on white background.



Black color preview on #8A7A64 background

This text has black color on #8A7A64 background.


White color preview on #8A7A64 background

This text has white color on #8A7A64 background.