COLOR #8A8243

HEX: #8A8243 RGB: (138,130,67)

Color info

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

RGB color model

#8A8243 color RGB value is (138,130,67).

RGB: (138,130,67) (54%, 51%, 26%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 67 of 255 = 26%

138
130
67

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

Portions of RGB colors in percentages

R + G + B = 138 + 130 + 67 = 335 (100%)
R 138 of 335 ~ 41.19%
G 130 of 335 ~ 38.81%
B 67 of 335 ~ 20'%

%41.19
%38.81
%20

CMYK color model

#8A8243 color CMYK value is (0,6,51,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 51.45%
  • key color value is 45.88%

CMYK: (0,6,51,46)
C0M6Y51K46 (0%, 6%, 51%, 46%)
(0.00 / 0.06 / 0.51 / 0.46)

CMYK percentages

%0
%5.8
%51.45
%45.88

Codes

Color #8A8243 in popluar color models

8A 82 43
RGB 138 130 67
HSL 53° 34.63% 40.20%
HSB/HSV 53° 51.45% 54.12%
CMYK 0.00% 5.80% 51.45%
45.88%

Color #8A8243 in popluar number systems.

HEX 8A 82 43
Decimal 138 130 67
Binary 10001010 10000010 1000011
Octal 212 202 103

Shades and tints

Shades of #8A8243

#8A8243
(138,130,67)
#7E773D
(126,119,61)
#726C37
(114,108,55)
#666131
(102,97,49)
#5A562B
(90,86,43)
#4E4B25
(78,75,37)
#42401F
(66,64,31)
#363519
(54,53,25)
#2A2A13
(42,42,19)
#1E1F0D
(30,31,13)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #8A8243

#8A8243
(138,130,67)
#948D54
(148,141,84)
#9E9865
(158,152,101)
#A8A376
(168,163,118)
#B2AE87
(178,174,135)
#BCB998
(188,185,152)
#C6C4A9
(198,196,169)
#D0CFBA
(208,207,186)
#DADACB
(218,218,203)
#E4E5DC
(228,229,220)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8243; }

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

This text font color is #8A8243.

Background Color

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

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

This div background color is #8A8243.

Border color

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

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

This div border color is #8A8243.

Opacity

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

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

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

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

This text has shadow with #8A8243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8243.

Preview

Color preview on black background

This text has color #8A8243 on black background.


Color preview on white background

This text has color #8A8243 on white background.


Black color preview on #8A8243 background

This text has black color on #8A8243 background.


White color preview on #8A8243 background

This text has white color on #8A8243 background.


Related colors

Complementary color

Complementary color for #hex is #757DBC.


I love getcolorcode.com

Triadic colors

1 #438A82 and #82438A with #8A8243 are triadic colors.

2 #43828A and #828A43 with #8A8243 are triadic colors.