COLOR #8A7669

HEX: #8A7669
RGB: (138,118,105)

Color info

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

RGB color model

#8A7669 color RGB value is (138,118,105).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 105 of 255 = 41%

138
118
105

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 105 = 361 (100%)
R 138 of 361 ~ 38.23%
G 118 of 361 ~ 32.69%
B 105 of 361 ~ 29.09%

%38.23
%32.69
%29.09

CMYK color model

#8A7669 color CMYK value is (0,14,24,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK:
(0,14,24,46)
C0M14Y24K46 
(0%,14%,24%,46%)
(0.00/0.14/0.24/0.46)	

CMYK percentages

%0
%14.49
%23.91
%45.88

Codes

Color #8A7669 in popluar color models

8A7669
RGB138118105
HSL24°13.58%47.65%
HSB/HSV24°23.91%54.12%
CMYK0.00%14.49%23.91%
45.88%

Color #8A7669 in popluar number systems.

HEX8A7669
Decimal138118105
Binary1000101011101101101001
Octal212166151

Shades and tints

Shades of #8A7669

#8A7669
(138,118,105)
#7E6C60
(126,108,96)
#726257
(114,98,87)
#66584E
(102,88,78)
#5A4E45
(90,78,69)
#4E443C
(78,68,60)
#423A33
(66,58,51)
#36302A
(54,48,42)
#2A2621
(42,38,33)
#1E1C18
(30,28,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A7669

#8A7669
(138,118,105)
#948276
(148,130,118)
#9E8E83
(158,142,131)
#A89A90
(168,154,144)
#B2A69D
(178,166,157)
#BCB2AA
(188,178,170)
#C6BEB7
(198,190,183)
#D0CAC4
(208,202,196)
#DAD6D1
(218,214,209)
#E4E2DE
(228,226,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7669; }

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

This text font color is #8A7669.


Background Color

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

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

This div background color is #8A7669.


Border color

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

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

This div border color is #8A7669.


Opacity

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

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

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

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

This text has shadow with #8A7669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7669 on black background.


Color preview on white background

This text has color #8A7669 on white background.



Black color preview on #8A7669 background

This text has black color on #8A7669 background.


White color preview on #8A7669 background

This text has white color on #8A7669 background.