COLOR #8A7662

HEX: #8A7662
RGB: (138,118,98)

Color info

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

RGB color model

#8A7662 color RGB value is (138,118,98).

  • red value is 138;
  • green value is 118;
  • blue value is 98.
RGB: (138,118,98) (54%,46%,38%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 98 of 255 = 38%

138
118
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 98 = 354 (100%)
R 138 of 354 ~ 38.98%
G 118 of 354 ~ 33.33%
B 98 of 354 ~ 27.68%

%38.98
%33.33
%27.68

CMYK color model

#8A7662 color CMYK value is (0,14,29,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK: (0,14,29,46) C0M14Y29K46 (0%,14%,29%,46%) (0.00/0.14/0.29/0.46)

CMYK percentages

%0
%14.49
%28.99
%45.88

Codes

Color #8A7662 in popluar color models

8A7662
RGB13811898
HSL30°16.95%46.27%
HSB/HSV30°28.99%54.12%
CMYK0.00%14.49%28.99%
45.88%

Color #8A7662 in popluar number systems.

HEX8A7662
Decimal13811898
Binary1000101011101101100010
Octal212166142

Shades and tints

Shades of #8A7662

#8A7662
(138,118,98)
#7E6C5A
(126,108,90)
#726252
(114,98,82)
#66584A
(102,88,74)
#5A4E42
(90,78,66)
#4E443A
(78,68,58)
#423A32
(66,58,50)
#36302A
(54,48,42)
#2A2622
(42,38,34)
#1E1C1A
(30,28,26)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8A7662

#8A7662
(138,118,98)
#948270
(148,130,112)
#9E8E7E
(158,142,126)
#A89A8C
(168,154,140)
#B2A69A
(178,166,154)
#BCB2A8
(188,178,168)
#C6BEB6
(198,190,182)
#D0CAC4
(208,202,196)
#DAD6D2
(218,214,210)
#E4E2E0
(228,226,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7662 color. Also use rgb(138,118,98) instead hex code.

Text Font Color

.myTextColor { color: #8A7662; }

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

This text font color is #8A7662.


Background Color

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

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

This div background color is #8A7662.


Border color

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

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

This div border color is #8A7662.


Opacity

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

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

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

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

This text has shadow with #8A7662 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A7662 on black background.


Color preview on white background

This text has color #8A7662 on white background.



Black color preview on #8A7662 background

This text has black color on #8A7662 background.


White color preview on #8A7662 background

This text has white color on #8A7662 background.