COLOR #8A7674

HEX: #8A7674
RGB: (138,118,116)

Color info

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

RGB color model

#8A7674 color RGB value is (138,118,116).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 116 of 255 = 45%

138
118
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 116 = 372 (100%)
R 138 of 372 ~ 37.1%
G 118 of 372 ~ 31.72%
B 116 of 372 ~ 31.18%

%37.1
%31.72
%31.18

CMYK color model

#8A7674 color CMYK value is (0,14,16,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK:
(0,14,16,46)
C0M14Y16K46 
(0%,14%,16%,46%)
(0.00/0.14/0.16/0.46)	

CMYK percentages

%0
%14.49
%15.94
%45.88

Codes

Color #8A7674 in popluar color models

8A7674
RGB138118116
HSL8.66%49.80%
HSB/HSV15.94%54.12%
CMYK0.00%14.49%15.94%
45.88%

Color #8A7674 in popluar number systems.

HEX8A7674
Decimal138118116
Binary1000101011101101110100
Octal212166164

Shades and tints

Shades of #8A7674

#8A7674
(138,118,116)
#7E6C6A
(126,108,106)
#726260
(114,98,96)
#665856
(102,88,86)
#5A4E4C
(90,78,76)
#4E4442
(78,68,66)
#423A38
(66,58,56)
#36302E
(54,48,46)
#2A2624
(42,38,36)
#1E1C1A
(30,28,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8A7674

#8A7674
(138,118,116)
#948280
(148,130,128)
#9E8E8C
(158,142,140)
#A89A98
(168,154,152)
#B2A6A4
(178,166,164)
#BCB2B0
(188,178,176)
#C6BEBC
(198,190,188)
#D0CAC8
(208,202,200)
#DAD6D4
(218,214,212)
#E4E2E0
(228,226,224)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7674; }

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

This text font color is #8A7674.


Background Color

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

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

This div background color is #8A7674.


Border color

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

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

This div border color is #8A7674.


Opacity

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

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

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

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

This text has shadow with #8A7674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7674 on black background.


Color preview on white background

This text has color #8A7674 on white background.



Black color preview on #8A7674 background

This text has black color on #8A7674 background.


White color preview on #8A7674 background

This text has white color on #8A7674 background.