COLOR #8A7670

HEX: #8A7670
RGB: (138,118,112)

Color info

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

RGB color model

#8A7670 color RGB value is (138,118,112).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 112 of 255 = 44%

138
118
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 112 = 368 (100%)
R 138 of 368 ~ 37.5%
G 118 of 368 ~ 32.07%
B 112 of 368 ~ 30.43%

%37.5
%32.07
%30.43

CMYK color model

#8A7670 color CMYK value is (0,14,19,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 18.84%
  • key color value is 45.88%
CMYK:
(0,14,19,46)
C0M14Y19K46 
(0%,14%,19%,46%)
(0.00/0.14/0.19/0.46)	

CMYK percentages

%0
%14.49
%18.84
%45.88

Codes

Color #8A7670 in popluar color models

8A7670
RGB138118112
HSL14°10.40%49.02%
HSB/HSV14°18.84%54.12%
CMYK0.00%14.49%18.84%
45.88%

Color #8A7670 in popluar number systems.

HEX8A7670
Decimal138118112
Binary1000101011101101110000
Octal212166160

Shades and tints

Shades of #8A7670

#8A7670
(138,118,112)
#7E6C66
(126,108,102)
#72625C
(114,98,92)
#665852
(102,88,82)
#5A4E48
(90,78,72)
#4E443E
(78,68,62)
#423A34
(66,58,52)
#36302A
(54,48,42)
#2A2620
(42,38,32)
#1E1C16
(30,28,22)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #8A7670

#8A7670
(138,118,112)
#94827D
(148,130,125)
#9E8E8A
(158,142,138)
#A89A97
(168,154,151)
#B2A6A4
(178,166,164)
#BCB2B1
(188,178,177)
#C6BEBE
(198,190,190)
#D0CACB
(208,202,203)
#DAD6D8
(218,214,216)
#E4E2E5
(228,226,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7670; }

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

This text font color is #8A7670.


Background Color

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

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

This div background color is #8A7670.


Border color

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

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

This div border color is #8A7670.


Opacity

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

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

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

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

This text has shadow with #8A7670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7670 on black background.


Color preview on white background

This text has color #8A7670 on white background.



Black color preview on #8A7670 background

This text has black color on #8A7670 background.


White color preview on #8A7670 background

This text has white color on #8A7670 background.