COLOR #8A885A

HEX: #8A885A
RGB: (138,136,90)

Color info

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

RGB color model

#8A885A color RGB value is (138,136,90).

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

RGB channels and saturation

R 138 of 255 = 54%
G 136 of 255 = 53%
B 90 of 255 = 35%

138
136
90

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

Portions of RGB colors in percentages

R + G + B =
138 + 136 + 90 = 364 (100%)
R 138 of 364 ~ 37.91%
G 136 of 364 ~ 37.36%
B 90 of 364 ~ 24.73%

%37.91
%37.36
%24.73

CMYK color model

#8A885A color CMYK value is (0,1,35,46).

  • cyan value is 0.00%
  • magenta value is 1.45%
  • yellow value is 34.78%
  • key color value is 45.88%
CMYK:
(0,1,35,46)
C0M1Y35K46 
(0%,1%,35%,46%)
(0.00/0.01/0.35/0.46)	

CMYK percentages

%0
%1.45
%34.78
%45.88

Codes

Color #8A885A in popluar color models

8A885A
RGB13813690
HSL58°21.05%44.71%
HSB/HSV58°34.78%54.12%
CMYK0.00%1.45%34.78%
45.88%

Color #8A885A in popluar number systems.

HEX8A885A
Decimal13813690
Binary10001010100010001011010
Octal212210132

Shades and tints

Shades of #8A885A

#8A885A
(138,136,90)
#7E7C52
(126,124,82)
#72704A
(114,112,74)
#666442
(102,100,66)
#5A583A
(90,88,58)
#4E4C32
(78,76,50)
#42402A
(66,64,42)
#363422
(54,52,34)
#2A281A
(42,40,26)
#1E1C12
(30,28,18)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #8A885A

#8A885A
(138,136,90)
#949269
(148,146,105)
#9E9C78
(158,156,120)
#A8A687
(168,166,135)
#B2B096
(178,176,150)
#BCBAA5
(188,186,165)
#C6C4B4
(198,196,180)
#D0CEC3
(208,206,195)
#DAD8D2
(218,216,210)
#E4E2E1
(228,226,225)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A885A; }

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

This text font color is #8A885A.


Background Color

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

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

This div background color is #8A885A.


Border color

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

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

This div border color is #8A885A.


Opacity

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

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

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

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

This text has shadow with #8A885A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A885A on black background.


Color preview on white background

This text has color #8A885A on white background.



Black color preview on #8A885A background

This text has black color on #8A885A background.


White color preview on #8A885A background

This text has white color on #8A885A background.