COLOR #8A9738

HEX: #8A9738
RGB: (138,151,56)

Color info

#8A9738 contains mainly red and green colors. Web safe color of #8A9738 is #999933 (or #993).

RGB color model

#8A9738 color RGB value is (138,151,56).

  • red value is 138;
  • green value is 151;
  • blue value is 56.
RGB:
(138,151,56)
(54%,59%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 56 of 255 = 22%

138
151
56

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

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 56 = 345 (100%)
R 138 of 345 ~ 40%
G 151 of 345 ~ 43.77%
B 56 of 345 ~ 16.23%

%40
%43.77
%16.23

CMYK color model

#8A9738 color CMYK value is (9,0,63,41).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 62.91%
  • key color value is 40.78%
CMYK:
(9,0,63,41)
C9M0Y63K41 
(9%,0%,63%,41%)
(0.09/0.00/0.63/0.41)	

CMYK percentages

%8.61
%0
%62.91
%40.78

Codes

Color #8A9738 in popluar color models

8A9738
RGB13815156
HSL68°45.89%40.59%
HSB/HSV68°62.91%59.22%
CMYK8.61%0.00%62.91%
40.78%

Color #8A9738 in popluar number systems.

HEX8A9738
Decimal13815156
Binary1000101010010111111000
Octal21222770

Shades and tints

Shades of #8A9738

#8A9738
(138,151,56)
#7E8A33
(126,138,51)
#727D2E
(114,125,46)
#667029
(102,112,41)
#5A6324
(90,99,36)
#4E561F
(78,86,31)
#42491A
(66,73,26)
#363C15
(54,60,21)
#2A2F10
(42,47,16)
#1E220B
(30,34,11)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #8A9738

#8A9738
(138,151,56)
#94A04A
(148,160,74)
#9EA95C
(158,169,92)
#A8B26E
(168,178,110)
#B2BB80
(178,187,128)
#BCC492
(188,196,146)
#C6CDA4
(198,205,164)
#D0D6B6
(208,214,182)
#DADFC8
(218,223,200)
#E4E8DA
(228,232,218)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9738 color. Also use rgb(138,151,56) instead hex code.

Text Font Color

.myTextColor { color: #8A9738; }

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

This text font color is #8A9738.


Background Color

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

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

This div background color is #8A9738.


Border color

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

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

This div border color is #8A9738.


Opacity

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

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

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

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

This text has shadow with #8A9738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9738 on black background.


Color preview on white background

This text has color #8A9738 on white background.



Black color preview on #8A9738 background

This text has black color on #8A9738 background.


White color preview on #8A9738 background

This text has white color on #8A9738 background.