COLOR #8A8A46

HEX: #8A8A46
RGB: (138,138,70)

Color info

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

RGB color model

#8A8A46 color RGB value is (138,138,70).

  • red value is 138;
  • green value is 138;
  • blue value is 70.
RGB:
(138,138,70)
(54%,54%,27%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 70 of 255 = 27%

138
138
70

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 70 = 346 (100%)
R 138 of 346 ~ 39.88%
G 138 of 346 ~ 39.88%
B 70 of 346 ~ 20.23%

%39.88
%39.88
%20.23

CMYK color model

#8A8A46 color CMYK value is (0,0,49,46).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 45.88%
CMYK:
(0,0,49,46)
C0M0Y49K46 
(0%,0%,49%,46%)
(0.00/0.00/0.49/0.46)	

CMYK percentages

%0
%0
%49.28
%45.88

Codes

Color #8A8A46 in popluar color models

8A8A46
RGB13813870
HSL60°32.69%40.78%
HSB/HSV60°49.28%54.12%
CMYK0.00%0.00%49.28%
45.88%

Color #8A8A46 in popluar number systems.

HEX8A8A46
Decimal13813870
Binary10001010100010101000110
Octal212212106

Shades and tints

Shades of #8A8A46

#8A8A46
(138,138,70)
#7E7E40
(126,126,64)
#72723A
(114,114,58)
#666634
(102,102,52)
#5A5A2E
(90,90,46)
#4E4E28
(78,78,40)
#424222
(66,66,34)
#36361C
(54,54,28)
#2A2A16
(42,42,22)
#1E1E10
(30,30,16)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #8A8A46

#8A8A46
(138,138,70)
#949456
(148,148,86)
#9E9E66
(158,158,102)
#A8A876
(168,168,118)
#B2B286
(178,178,134)
#BCBC96
(188,188,150)
#C6C6A6
(198,198,166)
#D0D0B6
(208,208,182)
#DADAC6
(218,218,198)
#E4E4D6
(228,228,214)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8A46; }

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

This text font color is #8A8A46.


Background Color

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

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

This div background color is #8A8A46.


Border color

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

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

This div border color is #8A8A46.


Opacity

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

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

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

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

This text has shadow with #8A8A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8A46 on black background.


Color preview on white background

This text has color #8A8A46 on white background.



Black color preview on #8A8A46 background

This text has black color on #8A8A46 background.


White color preview on #8A8A46 background

This text has white color on #8A8A46 background.