COLOR #8A8246

HEX: #8A8246
RGB: (138,130,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
130
70

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 70 = 338 (100%)
R 138 of 338 ~ 40.83%
G 130 of 338 ~ 38.46%
B 70 of 338 ~ 20.71%

%40.83
%38.46
%20.71

CMYK color model

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

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

CMYK percentages

%0
%5.8
%49.28
%45.88

Codes

Color #8A8246 in popluar color models

8A8246
RGB13813070
HSL53°32.69%40.78%
HSB/HSV53°49.28%54.12%
CMYK0.00%5.80%49.28%
45.88%

Color #8A8246 in popluar number systems.

HEX8A8246
Decimal13813070
Binary10001010100000101000110
Octal212202106

Shades and tints

Shades of #8A8246

#8A8246
(138,130,70)
#7E7740
(126,119,64)
#726C3A
(114,108,58)
#666134
(102,97,52)
#5A562E
(90,86,46)
#4E4B28
(78,75,40)
#424022
(66,64,34)
#36351C
(54,53,28)
#2A2A16
(42,42,22)
#1E1F10
(30,31,16)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #8A8246

#8A8246
(138,130,70)
#948D56
(148,141,86)
#9E9866
(158,152,102)
#A8A376
(168,163,118)
#B2AE86
(178,174,134)
#BCB996
(188,185,150)
#C6C4A6
(198,196,166)
#D0CFB6
(208,207,182)
#DADAC6
(218,218,198)
#E4E5D6
(228,229,214)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8246; }

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

This text font color is #8A8246.


Background Color

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

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

This div background color is #8A8246.


Border color

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

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

This div border color is #8A8246.


Opacity

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

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

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

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

This text has shadow with #8A8246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8246 on black background.


Color preview on white background

This text has color #8A8246 on white background.



Black color preview on #8A8246 background

This text has black color on #8A8246 background.


White color preview on #8A8246 background

This text has white color on #8A8246 background.