COLOR #8A965A

HEX: #8A965A
RGB: (138,150,90)

Color info

#8A965A contains mainly red and green colors. Web safe color of #8A965A is #999966 (or #996).

RGB color model

#8A965A color RGB value is (138,150,90).

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

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 90 of 255 = 35%

138
150
90

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 90 = 378 (100%)
R 138 of 378 ~ 36.51%
G 150 of 378 ~ 39.68%
B 90 of 378 ~ 23.81%

%36.51
%39.68
%23.81

CMYK color model

#8A965A color CMYK value is (8,0,40,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK:
(8,0,40,41)
C8M0Y40K41 
(8%,0%,40%,41%)
(0.08/0.00/0.40/0.41)	

CMYK percentages

%8
%0
%40
%41.18

Codes

Color #8A965A in popluar color models

8A965A
RGB13815090
HSL72°25.00%47.06%
HSB/HSV72°40.00%58.82%
CMYK8.00%0.00%40.00%
41.18%

Color #8A965A in popluar number systems.

HEX8A965A
Decimal13815090
Binary10001010100101101011010
Octal212226132

Shades and tints

Shades of #8A965A

#8A965A
(138,150,90)
#7E8952
(126,137,82)
#727C4A
(114,124,74)
#666F42
(102,111,66)
#5A623A
(90,98,58)
#4E5532
(78,85,50)
#42482A
(66,72,42)
#363B22
(54,59,34)
#2A2E1A
(42,46,26)
#1E2112
(30,33,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #8A965A

#8A965A
(138,150,90)
#949F69
(148,159,105)
#9EA878
(158,168,120)
#A8B187
(168,177,135)
#B2BA96
(178,186,150)
#BCC3A5
(188,195,165)
#C6CCB4
(198,204,180)
#D0D5C3
(208,213,195)
#DADED2
(218,222,210)
#E4E7E1
(228,231,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A965A; }

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

This text font color is #8A965A.


Background Color

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

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

This div background color is #8A965A.


Border color

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

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

This div border color is #8A965A.


Opacity

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

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

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

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

This text has shadow with #8A965A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A965A on black background.


Color preview on white background

This text has color #8A965A on white background.



Black color preview on #8A965A background

This text has black color on #8A965A background.


White color preview on #8A965A background

This text has white color on #8A965A background.