COLOR #8A9956

HEX: #8A9956
RGB: (138,153,86)

Color info

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

RGB color model

#8A9956 color RGB value is (138,153,86).

  • red value is 138;
  • green value is 153;
  • blue value is 86.
RGB:
(138,153,86)
(54%,60%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 86 of 255 = 34%

138
153
86

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 86 = 377 (100%)
R 138 of 377 ~ 36.6%
G 153 of 377 ~ 40.58%
B 86 of 377 ~ 22.81%

%36.6
%40.58
%22.81

CMYK color model

#8A9956 color CMYK value is (10,0,44,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 43.79%
  • key color value is 40.00%
CMYK:
(10,0,44,40)
C10M0Y44K40 
(10%,0%,44%,40%)
(0.10/0.00/0.44/0.40)	

CMYK percentages

%9.8
%0
%43.79
%40

Codes

Color #8A9956 in popluar color models

8A9956
RGB13815386
HSL73°28.03%46.86%
HSB/HSV73°43.79%60.00%
CMYK9.80%0.00%43.79%
40.00%

Color #8A9956 in popluar number systems.

HEX8A9956
Decimal13815386
Binary10001010100110011010110
Octal212231126

Shades and tints

Shades of #8A9956

#8A9956
(138,153,86)
#7E8C4F
(126,140,79)
#727F48
(114,127,72)
#667241
(102,114,65)
#5A653A
(90,101,58)
#4E5833
(78,88,51)
#424B2C
(66,75,44)
#363E25
(54,62,37)
#2A311E
(42,49,30)
#1E2417
(30,36,23)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8A9956

#8A9956
(138,153,86)
#94A265
(148,162,101)
#9EAB74
(158,171,116)
#A8B483
(168,180,131)
#B2BD92
(178,189,146)
#BCC6A1
(188,198,161)
#C6CFB0
(198,207,176)
#D0D8BF
(208,216,191)
#DAE1CE
(218,225,206)
#E4EADD
(228,234,221)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9956 color. Also use rgb(138,153,86) instead hex code.

Text Font Color

.myTextColor { color: #8A9956; }

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

This text font color is #8A9956.


Background Color

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

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

This div background color is #8A9956.


Border color

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

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

This div border color is #8A9956.


Opacity

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

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

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

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

This text has shadow with #8A9956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9956 on black background.


Color preview on white background

This text has color #8A9956 on white background.



Black color preview on #8A9956 background

This text has black color on #8A9956 background.


White color preview on #8A9956 background

This text has white color on #8A9956 background.