COLOR #8A9668

HEX: #8A9668
RGB: (138,150,104)

Color info

#8A9668 contains red, green and blue colors in about the same proportion. Web safe color of #8A9668 is #999966 (or #996).

RGB color model

#8A9668 color RGB value is (138,150,104).

  • red value is 138;
  • green value is 150;
  • blue value is 104.
RGB:
(138,150,104)
(54%,59%,41%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 104 of 255 = 41%

138
150
104

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 104 = 392 (100%)
R 138 of 392 ~ 35.2%
G 150 of 392 ~ 38.27%
B 104 of 392 ~ 26.53%

%35.2
%38.27
%26.53

CMYK color model

#8A9668 color CMYK value is (8,0,31,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(8,0,31,41)
C8M0Y31K41 
(8%,0%,31%,41%)
(0.08/0.00/0.31/0.41)	

CMYK percentages

%8
%0
%30.67
%41.18

Codes

Color #8A9668 in popluar color models

8A9668
RGB138150104
HSL76°18.11%49.80%
HSB/HSV76°30.67%58.82%
CMYK8.00%0.00%30.67%
41.18%

Color #8A9668 in popluar number systems.

HEX8A9668
Decimal138150104
Binary10001010100101101101000
Octal212226150

Shades and tints

Shades of #8A9668

#8A9668
(138,150,104)
#7E895F
(126,137,95)
#727C56
(114,124,86)
#666F4D
(102,111,77)
#5A6244
(90,98,68)
#4E553B
(78,85,59)
#424832
(66,72,50)
#363B29
(54,59,41)
#2A2E20
(42,46,32)
#1E2117
(30,33,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8A9668

#8A9668
(138,150,104)
#949F75
(148,159,117)
#9EA882
(158,168,130)
#A8B18F
(168,177,143)
#B2BA9C
(178,186,156)
#BCC3A9
(188,195,169)
#C6CCB6
(198,204,182)
#D0D5C3
(208,213,195)
#DADED0
(218,222,208)
#E4E7DD
(228,231,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9668 color. Also use rgb(138,150,104) instead hex code.

Text Font Color

.myTextColor { color: #8A9668; }

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

This text font color is #8A9668.


Background Color

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

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

This div background color is #8A9668.


Border color

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

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

This div border color is #8A9668.


Opacity

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

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

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

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

This text has shadow with #8A9668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9668 on black background.


Color preview on white background

This text has color #8A9668 on white background.



Black color preview on #8A9668 background

This text has black color on #8A9668 background.


White color preview on #8A9668 background

This text has white color on #8A9668 background.