COLOR #8A7C6A

HEX: #8A7C6A
RGB: (138,124,106)

Color info

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

RGB color model

#8A7C6A color RGB value is (138,124,106).

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

RGB channels and saturation

R 138 of 255 = 54%
G 124 of 255 = 49%
B 106 of 255 = 42%

138
124
106

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

Portions of RGB colors in percentages

R + G + B =
138 + 124 + 106 = 368 (100%)
R 138 of 368 ~ 37.5%
G 124 of 368 ~ 33.7%
B 106 of 368 ~ 28.8%

%37.5
%33.7
%28.8

CMYK color model

#8A7C6A color CMYK value is (0,10,23,46).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 23.19%
  • key color value is 45.88%
CMYK:
(0,10,23,46)
C0M10Y23K46 
(0%,10%,23%,46%)
(0.00/0.10/0.23/0.46)	

CMYK percentages

%0
%10.14
%23.19
%45.88

Codes

Color #8A7C6A in popluar color models

8A7C6A
RGB138124106
HSL34°13.11%47.84%
HSB/HSV34°23.19%54.12%
CMYK0.00%10.14%23.19%
45.88%

Color #8A7C6A in popluar number systems.

HEX8A7C6A
Decimal138124106
Binary1000101011111001101010
Octal212174152

Shades and tints

Shades of #8A7C6A

#8A7C6A
(138,124,106)
#7E7161
(126,113,97)
#726658
(114,102,88)
#665B4F
(102,91,79)
#5A5046
(90,80,70)
#4E453D
(78,69,61)
#423A34
(66,58,52)
#362F2B
(54,47,43)
#2A2422
(42,36,34)
#1E1919
(30,25,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #8A7C6A

#8A7C6A
(138,124,106)
#948777
(148,135,119)
#9E9284
(158,146,132)
#A89D91
(168,157,145)
#B2A89E
(178,168,158)
#BCB3AB
(188,179,171)
#C6BEB8
(198,190,184)
#D0C9C5
(208,201,197)
#DAD4D2
(218,212,210)
#E4DFDF
(228,223,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7C6A; }

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

This text font color is #8A7C6A.


Background Color

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

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

This div background color is #8A7C6A.


Border color

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

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

This div border color is #8A7C6A.


Opacity

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

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

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

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

This text has shadow with #8A7C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7C6A on black background.


Color preview on white background

This text has color #8A7C6A on white background.



Black color preview on #8A7C6A background

This text has black color on #8A7C6A background.


White color preview on #8A7C6A background

This text has white color on #8A7C6A background.