COLOR #8A996A

HEX: #8A996A
RGB: (138,153,106)

Color info

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

RGB color model

#8A996A color RGB value is (138,153,106).

  • red value is 138;
  • green value is 153;
  • blue value is 106.
RGB:
(138,153,106)
(54%,60%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 106 of 255 = 42%

138
153
106

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 106 = 397 (100%)
R 138 of 397 ~ 34.76%
G 153 of 397 ~ 38.54%
B 106 of 397 ~ 26.7%

%34.76
%38.54
%26.7

CMYK color model

#8A996A color CMYK value is (10,0,31,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(10,0,31,40)
C10M0Y31K40 
(10%,0%,31%,40%)
(0.10/0.00/0.31/0.40)	

CMYK percentages

%9.8
%0
%30.72
%40

Codes

Color #8A996A in popluar color models

8A996A
RGB138153106
HSL79°18.73%50.78%
HSB/HSV79°30.72%60.00%
CMYK9.80%0.00%30.72%
40.00%

Color #8A996A in popluar number systems.

HEX8A996A
Decimal138153106
Binary10001010100110011101010
Octal212231152

Shades and tints

Shades of #8A996A

#8A996A
(138,153,106)
#7E8C61
(126,140,97)
#727F58
(114,127,88)
#66724F
(102,114,79)
#5A6546
(90,101,70)
#4E583D
(78,88,61)
#424B34
(66,75,52)
#363E2B
(54,62,43)
#2A3122
(42,49,34)
#1E2419
(30,36,25)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8A996A

#8A996A
(138,153,106)
#94A277
(148,162,119)
#9EAB84
(158,171,132)
#A8B491
(168,180,145)
#B2BD9E
(178,189,158)
#BCC6AB
(188,198,171)
#C6CFB8
(198,207,184)
#D0D8C5
(208,216,197)
#DAE1D2
(218,225,210)
#E4EADF
(228,234,223)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A996A color. Also use rgb(138,153,106) instead hex code.

Text Font Color

.myTextColor { color: #8A996A; }

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

This text font color is #8A996A.


Background Color

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

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

This div background color is #8A996A.


Border color

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

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

This div border color is #8A996A.


Opacity

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

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

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

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

This text has shadow with #8A996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A996A on black background.


Color preview on white background

This text has color #8A996A on white background.



Black color preview on #8A996A background

This text has black color on #8A996A background.


White color preview on #8A996A background

This text has white color on #8A996A background.