COLOR #8A9059

HEX: #8A9059
RGB: (138,144,89)

Color info

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

RGB color model

#8A9059 color RGB value is (138,144,89).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 89 of 255 = 35%

138
144
89

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 89 = 371 (100%)
R 138 of 371 ~ 37.2%
G 144 of 371 ~ 38.81%
B 89 of 371 ~ 23.99%

%37.2
%38.81
%23.99

CMYK color model

#8A9059 color CMYK value is (4,0,38,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 38.19%
  • key color value is 43.53%
CMYK:
(4,0,38,44)
C4M0Y38K44 
(4%,0%,38%,44%)
(0.04/0.00/0.38/0.44)	

CMYK percentages

%4.17
%0
%38.19
%43.53

Codes

Color #8A9059 in popluar color models

8A9059
RGB13814489
HSL67°23.61%45.69%
HSB/HSV67°38.19%56.47%
CMYK4.17%0.00%38.19%
43.53%

Color #8A9059 in popluar number systems.

HEX8A9059
Decimal13814489
Binary10001010100100001011001
Octal212220131

Shades and tints

Shades of #8A9059

#8A9059
(138,144,89)
#7E8351
(126,131,81)
#727649
(114,118,73)
#666941
(102,105,65)
#5A5C39
(90,92,57)
#4E4F31
(78,79,49)
#424229
(66,66,41)
#363521
(54,53,33)
#2A2819
(42,40,25)
#1E1B11
(30,27,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #8A9059

#8A9059
(138,144,89)
#949A68
(148,154,104)
#9EA477
(158,164,119)
#A8AE86
(168,174,134)
#B2B895
(178,184,149)
#BCC2A4
(188,194,164)
#C6CCB3
(198,204,179)
#D0D6C2
(208,214,194)
#DAE0D1
(218,224,209)
#E4EAE0
(228,234,224)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9059; }

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

This text font color is #8A9059.


Background Color

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

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

This div background color is #8A9059.


Border color

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

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

This div border color is #8A9059.


Opacity

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

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

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

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

This text has shadow with #8A9059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9059 on black background.


Color preview on white background

This text has color #8A9059 on white background.



Black color preview on #8A9059 background

This text has black color on #8A9059 background.


White color preview on #8A9059 background

This text has white color on #8A9059 background.