COLOR #8A995A

HEX: #8A995A
RGB: (138,153,90)

Color info

#8A995A contains mainly red and green colors. Web safe color of #8A995A is #999966 (or #996).

RGB color model

#8A995A color RGB value is (138,153,90).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 90 of 255 = 35%

138
153
90

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 90 = 381 (100%)
R 138 of 381 ~ 36.22%
G 153 of 381 ~ 40.16%
B 90 of 381 ~ 23.62%

%36.22
%40.16
%23.62

CMYK color model

#8A995A color CMYK value is (10,0,41,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 40.00%
CMYK:
(10,0,41,40)
C10M0Y41K40 
(10%,0%,41%,40%)
(0.10/0.00/0.41/0.40)	

CMYK percentages

%9.8
%0
%41.18
%40

Codes

Color #8A995A in popluar color models

8A995A
RGB13815390
HSL74°25.93%47.65%
HSB/HSV74°41.18%60.00%
CMYK9.80%0.00%41.18%
40.00%

Color #8A995A in popluar number systems.

HEX8A995A
Decimal13815390
Binary10001010100110011011010
Octal212231132

Shades and tints

Shades of #8A995A

#8A995A
(138,153,90)
#7E8C52
(126,140,82)
#727F4A
(114,127,74)
#667242
(102,114,66)
#5A653A
(90,101,58)
#4E5832
(78,88,50)
#424B2A
(66,75,42)
#363E22
(54,62,34)
#2A311A
(42,49,26)
#1E2412
(30,36,18)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #8A995A

#8A995A
(138,153,90)
#94A269
(148,162,105)
#9EAB78
(158,171,120)
#A8B487
(168,180,135)
#B2BD96
(178,189,150)
#BCC6A5
(188,198,165)
#C6CFB4
(198,207,180)
#D0D8C3
(208,216,195)
#DAE1D2
(218,225,210)
#E4EAE1
(228,234,225)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A995A; }

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

This text font color is #8A995A.


Background Color

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

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

This div background color is #8A995A.


Border color

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

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

This div border color is #8A995A.


Opacity

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

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

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

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

This text has shadow with #8A995A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A995A on black background.


Color preview on white background

This text has color #8A995A on white background.



Black color preview on #8A995A background

This text has black color on #8A995A background.


White color preview on #8A995A background

This text has white color on #8A995A background.