COLOR #8A8552

HEX: #8A8552 RGB: (138,133,82)

Color info

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

RGB color model

#8A8552 color RGB value is (138,133,82).

RGB: (138,133,82) (54%, 52%, 32%)

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 82 of 255 = 32%

138
133
82

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

Portions of RGB colors in percentages

R + G + B = 138 + 133 + 82 = 353 (100%)
R 138 of 353 ~ 39.09%
G 133 of 353 ~ 37.68%
B 82 of 353 ~ 23.23'%

%39.09
%37.68
%23.23

CMYK color model

#8A8552 color CMYK value is (0,4,41,46).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 40.58%
  • key color value is 45.88%

CMYK: (0,4,41,46)
C0M4Y41K46 (0%, 4%, 41%, 46%)
(0.00 / 0.04 / 0.41 / 0.46)

CMYK percentages

%0
%3.62
%40.58
%45.88

Codes

Color #8A8552 in popluar color models

8A 85 52
RGB 138 133 82
HSL 55° 25.45% 43.14%
HSB/HSV 55° 40.58% 54.12%
CMYK 0.00% 3.62% 40.58%
45.88%

Color #8A8552 in popluar number systems.

HEX 8A 85 52
Decimal 138 133 82
Binary 10001010 10000101 1010010
Octal 212 205 122

Shades and tints

Shades of #8A8552

#8A8552
(138,133,82)
#7E794B
(126,121,75)
#726D44
(114,109,68)
#66613D
(102,97,61)
#5A5536
(90,85,54)
#4E492F
(78,73,47)
#423D28
(66,61,40)
#363121
(54,49,33)
#2A251A
(42,37,26)
#1E1913
(30,25,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #8A8552

#8A8552
(138,133,82)
#949061
(148,144,97)
#9E9B70
(158,155,112)
#A8A67F
(168,166,127)
#B2B18E
(178,177,142)
#BCBC9D
(188,188,157)
#C6C7AC
(198,199,172)
#D0D2BB
(208,210,187)
#DADDCA
(218,221,202)
#E4E8D9
(228,232,217)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8552; }

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

This text font color is #8A8552.

Background Color

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

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

This div background color is #8A8552.

Border color

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

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

This div border color is #8A8552.

Opacity

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

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

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

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

This text has shadow with #8A8552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8552.

Preview

Color preview on black background

This text has color #8A8552 on black background.


Color preview on white background

This text has color #8A8552 on white background.


Black color preview on #8A8552 background

This text has black color on #8A8552 background.


White color preview on #8A8552 background

This text has white color on #8A8552 background.


Related colors

Complementary color

Complementary color for #hex is #757AAD.


I love getcolorcode.com

Triadic colors

1 #528A85 and #85528A with #8A8552 are triadic colors.

2 #52858A and #858A52 with #8A8552 are triadic colors.