COLOR #8A9063

HEX: #8A9063
RGB: (138,144,99)

Color info

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

RGB color model

#8A9063 color RGB value is (138,144,99).

  • red value is 138;
  • green value is 144;
  • blue value is 99.
RGB:
(138,144,99)
(54%,56%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 99 of 255 = 39%

138
144
99

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 99 = 381 (100%)
R 138 of 381 ~ 36.22%
G 144 of 381 ~ 37.8%
B 99 of 381 ~ 25.98%

%36.22
%37.8
%25.98

CMYK color model

#8A9063 color CMYK value is (4,0,31,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 43.53%
CMYK:
(4,0,31,44)
C4M0Y31K44 
(4%,0%,31%,44%)
(0.04/0.00/0.31/0.44)	

CMYK percentages

%4.17
%0
%31.25
%43.53

Codes

Color #8A9063 in popluar color models

8A9063
RGB13814499
HSL68°18.52%47.65%
HSB/HSV68°31.25%56.47%
CMYK4.17%0.00%31.25%
43.53%

Color #8A9063 in popluar number systems.

HEX8A9063
Decimal13814499
Binary10001010100100001100011
Octal212220143

Shades and tints

Shades of #8A9063

#8A9063
(138,144,99)
#7E835A
(126,131,90)
#727651
(114,118,81)
#666948
(102,105,72)
#5A5C3F
(90,92,63)
#4E4F36
(78,79,54)
#42422D
(66,66,45)
#363524
(54,53,36)
#2A281B
(42,40,27)
#1E1B12
(30,27,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #8A9063

#8A9063
(138,144,99)
#949A71
(148,154,113)
#9EA47F
(158,164,127)
#A8AE8D
(168,174,141)
#B2B89B
(178,184,155)
#BCC2A9
(188,194,169)
#C6CCB7
(198,204,183)
#D0D6C5
(208,214,197)
#DAE0D3
(218,224,211)
#E4EAE1
(228,234,225)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9063 color. Also use rgb(138,144,99) instead hex code.

Text Font Color

.myTextColor { color: #8A9063; }

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

This text font color is #8A9063.


Background Color

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

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

This div background color is #8A9063.


Border color

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

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

This div border color is #8A9063.


Opacity

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

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

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

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

This text has shadow with #8A9063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9063 on black background.


Color preview on white background

This text has color #8A9063 on white background.



Black color preview on #8A9063 background

This text has black color on #8A9063 background.


White color preview on #8A9063 background

This text has white color on #8A9063 background.