COLOR #8A956E

HEX: #8A956E RGB: (138,149,110)

Color info

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

RGB color model

#8A956E color RGB value is (138,149,110).

RGB: (138,149,110) (54%, 58%, 43%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 110 of 255 = 43%

138
149
110

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 110 = 397 (100%)
R 138 of 397 ~ 34.76%
G 149 of 397 ~ 37.53%
B 110 of 397 ~ 27.71'%

%34.76
%37.53
%27.71

CMYK color model

#8A956E color CMYK value is (7,0,26,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%

CMYK: (7,0,26,42)
C7M0Y26K42 (7%, 0%, 26%, 42%)
(0.07 / 0.00 / 0.26 / 0.42)

CMYK percentages

%7.38
%0
%26.17
%41.57

Codes

Color #8A956E in popluar color models

8A 95 6E
RGB 138 149 110
HSL 77° 15.54% 50.78%
HSB/HSV 77° 26.17% 58.43%
CMYK 7.38% 0.00% 26.17%
41.57%

Color #8A956E in popluar number systems.

HEX 8A 95 6E
Decimal 138 149 110
Binary 10001010 10010101 1101110
Octal 212 225 156

Shades and tints

Shades of #8A956E

#8A956E
(138,149,110)
#7E8864
(126,136,100)
#727B5A
(114,123,90)
#666E50
(102,110,80)
#5A6146
(90,97,70)
#4E543C
(78,84,60)
#424732
(66,71,50)
#363A28
(54,58,40)
#2A2D1E
(42,45,30)
#1E2014
(30,32,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #8A956E

#8A956E
(138,149,110)
#949E7B
(148,158,123)
#9EA788
(158,167,136)
#A8B095
(168,176,149)
#B2B9A2
(178,185,162)
#BCC2AF
(188,194,175)
#C6CBBC
(198,203,188)
#D0D4C9
(208,212,201)
#DADDD6
(218,221,214)
#E4E6E3
(228,230,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A956E color. Also use rgb(138,149,110) instead hex code.

Text Font Color

.myTextColor { color: #8A956E; }

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

This text font color is #8A956E.

Background Color

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

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

This div background color is #8A956E.

Border color

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

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

This div border color is #8A956E.

Opacity

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

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

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

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

This text has shadow with #8A956E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A956E.

Preview

Color preview on black background

This text has color #8A956E on black background.


Color preview on white background

This text has color #8A956E on white background.


Black color preview on #8A956E background

This text has black color on #8A956E background.


White color preview on #8A956E background

This text has white color on #8A956E background.


Related colors

Complementary color

Complementary color for #hex is #756A91.


I love getcolorcode.com

Triadic colors

1 #6E8A95 and #956E8A with #8A956E are triadic colors.

2 #6E958A and #958A6E with #8A956E are triadic colors.