COLOR #8A8251

HEX: #8A8251 RGB: (138,130,81)

Color info

#8A8251 contains red, green and blue colors in about the same proportion. Web safe color of #8A8251 is #999966 (or #996).

RGB color model

#8A8251 color RGB value is (138,130,81).

RGB: (138,130,81) (54%, 51%, 32%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 81 of 255 = 32%

138
130
81

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

Portions of RGB colors in percentages

R + G + B = 138 + 130 + 81 = 349 (100%)
R 138 of 349 ~ 39.54%
G 130 of 349 ~ 37.25%
B 81 of 349 ~ 23.21'%

%39.54
%37.25
%23.21

CMYK color model

#8A8251 color CMYK value is (0,6,41,46).

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

CMYK: (0,6,41,46)
C0M6Y41K46 (0%, 6%, 41%, 46%)
(0.00 / 0.06 / 0.41 / 0.46)

CMYK percentages

%0
%5.8
%41.3
%45.88

Codes

Color #8A8251 in popluar color models

8A 82 51
RGB 138 130 81
HSL 52° 26.03% 42.94%
HSB/HSV 52° 41.30% 54.12%
CMYK 0.00% 5.80% 41.30%
45.88%

Color #8A8251 in popluar number systems.

HEX 8A 82 51
Decimal 138 130 81
Binary 10001010 10000010 1010001
Octal 212 202 121

Shades and tints

Shades of #8A8251

#8A8251
(138,130,81)
#7E774A
(126,119,74)
#726C43
(114,108,67)
#66613C
(102,97,60)
#5A5635
(90,86,53)
#4E4B2E
(78,75,46)
#424027
(66,64,39)
#363520
(54,53,32)
#2A2A19
(42,42,25)
#1E1F12
(30,31,18)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #8A8251

#8A8251
(138,130,81)
#948D60
(148,141,96)
#9E986F
(158,152,111)
#A8A37E
(168,163,126)
#B2AE8D
(178,174,141)
#BCB99C
(188,185,156)
#C6C4AB
(198,196,171)
#D0CFBA
(208,207,186)
#DADAC9
(218,218,201)
#E4E5D8
(228,229,216)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8251; }

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

This text font color is #8A8251.

Background Color

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

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

This div background color is #8A8251.

Border color

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

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

This div border color is #8A8251.

Opacity

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

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

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

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

This text has shadow with #8A8251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8251.

Preview

Color preview on black background

This text has color #8A8251 on black background.


Color preview on white background

This text has color #8A8251 on white background.


Black color preview on #8A8251 background

This text has black color on #8A8251 background.


White color preview on #8A8251 background

This text has white color on #8A8251 background.


Related colors

Complementary color

Complementary color for #hex is #757DAE.


I love getcolorcode.com

Triadic colors

1 #518A82 and #82518A with #8A8251 are triadic colors.

2 #51828A and #828A51 with #8A8251 are triadic colors.