COLOR #8A965B

HEX: #8A965B
RGB: (138,150,91)

Color info

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

RGB color model

#8A965B color RGB value is (138,150,91).

  • red value is 138;
  • green value is 150;
  • blue value is 91.
RGB:
(138,150,91)
(54%,59%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 91 of 255 = 36%

138
150
91

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 91 = 379 (100%)
R 138 of 379 ~ 36.41%
G 150 of 379 ~ 39.58%
B 91 of 379 ~ 24.01%

%36.41
%39.58
%24.01

CMYK color model

#8A965B color CMYK value is (8,0,39,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 41.18%
CMYK:
(8,0,39,41)
C8M0Y39K41 
(8%,0%,39%,41%)
(0.08/0.00/0.39/0.41)	

CMYK percentages

%8
%0
%39.33
%41.18

Codes

Color #8A965B in popluar color models

8A965B
RGB13815091
HSL72°24.48%47.25%
HSB/HSV72°39.33%58.82%
CMYK8.00%0.00%39.33%
41.18%

Color #8A965B in popluar number systems.

HEX8A965B
Decimal13815091
Binary10001010100101101011011
Octal212226133

Shades and tints

Shades of #8A965B

#8A965B
(138,150,91)
#7E8953
(126,137,83)
#727C4B
(114,124,75)
#666F43
(102,111,67)
#5A623B
(90,98,59)
#4E5533
(78,85,51)
#42482B
(66,72,43)
#363B23
(54,59,35)
#2A2E1B
(42,46,27)
#1E2113
(30,33,19)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #8A965B

#8A965B
(138,150,91)
#949F69
(148,159,105)
#9EA877
(158,168,119)
#A8B185
(168,177,133)
#B2BA93
(178,186,147)
#BCC3A1
(188,195,161)
#C6CCAF
(198,204,175)
#D0D5BD
(208,213,189)
#DADECB
(218,222,203)
#E4E7D9
(228,231,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A965B color. Also use rgb(138,150,91) instead hex code.

Text Font Color

.myTextColor { color: #8A965B; }

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

This text font color is #8A965B.


Background Color

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

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

This div background color is #8A965B.


Border color

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

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

This div border color is #8A965B.


Opacity

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

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

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

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

This text has shadow with #8A965B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A965B on black background.


Color preview on white background

This text has color #8A965B on white background.



Black color preview on #8A965B background

This text has black color on #8A965B background.


White color preview on #8A965B background

This text has white color on #8A965B background.