COLOR #8A9259

HEX: #8A9259 RGB: (138,146,89)

Color info

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

RGB color model

#8A9259 color RGB value is (138,146,89).

RGB: (138,146,89) (54%, 57%, 35%)

RGB channels and saturation

R 138 of 255 = 54%
G 146 of 255 = 57%
B 89 of 255 = 35%

138
146
89

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

Portions of RGB colors in percentages

R + G + B = 138 + 146 + 89 = 373 (100%)
R 138 of 373 ~ 37%
G 146 of 373 ~ 39.14%
B 89 of 373 ~ 23.86'%

%37
%39.14
%23.86

CMYK color model

#8A9259 color CMYK value is (5,0,39,43).

  • cyan value is 5.48%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 42.75%

CMYK: (5,0,39,43)
C5M0Y39K43 (5%, 0%, 39%, 43%)
(0.05 / 0.00 / 0.39 / 0.43)

CMYK percentages

%5.48
%0
%39.04
%42.75

Codes

Color #8A9259 in popluar color models

8A 92 59
RGB 138 146 89
HSL 68° 24.26% 46.08%
HSB/HSV 68° 39.04% 57.25%
CMYK 5.48% 0.00% 39.04%
42.75%

Color #8A9259 in popluar number systems.

HEX 8A 92 59
Decimal 138 146 89
Binary 10001010 10010010 1011001
Octal 212 222 131

Shades and tints

Shades of #8A9259

#8A9259
(138,146,89)
#7E8551
(126,133,81)
#727849
(114,120,73)
#666B41
(102,107,65)
#5A5E39
(90,94,57)
#4E5131
(78,81,49)
#424429
(66,68,41)
#363721
(54,55,33)
#2A2A19
(42,42,25)
#1E1D11
(30,29,17)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #8A9259

#8A9259
(138,146,89)
#949B68
(148,155,104)
#9EA477
(158,164,119)
#A8AD86
(168,173,134)
#B2B695
(178,182,149)
#BCBFA4
(188,191,164)
#C6C8B3
(198,200,179)
#D0D1C2
(208,209,194)
#DADAD1
(218,218,209)
#E4E3E0
(228,227,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9259; }

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

This text font color is #8A9259.

Background Color

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

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

This div background color is #8A9259.

Border color

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

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

This div border color is #8A9259.

Opacity

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

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

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

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

This text has shadow with #8A9259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9259.

Preview

Color preview on black background

This text has color #8A9259 on black background.


Color preview on white background

This text has color #8A9259 on white background.


Black color preview on #8A9259 background

This text has black color on #8A9259 background.


White color preview on #8A9259 background

This text has white color on #8A9259 background.


Related colors

Complementary color

Complementary color for #hex is #756DA6.


I love getcolorcode.com

Triadic colors

1 #598A92 and #92598A with #8A9259 are triadic colors.

2 #59928A and #928A59 with #8A9259 are triadic colors.