COLOR #8A5954

HEX: #8A5954 RGB: (138,89,84)

Color info

#8A5954 contains red, green and blue colors in about the same proportion. Web safe color of #8A5954 is #996666 (or #966).

RGB color model

#8A5954 color RGB value is (138,89,84).

RGB: (138,89,84) (54%, 35%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 84 of 255 = 33%

138
89
84

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

Portions of RGB colors in percentages

R + G + B = 138 + 89 + 84 = 311 (100%)
R 138 of 311 ~ 44.37%
G 89 of 311 ~ 28.62%
B 84 of 311 ~ 27.01'%

%44.37
%28.62
%27.01

CMYK color model

#8A5954 color CMYK value is (0,36,39,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 39.13%
  • key color value is 45.88%

CMYK: (0,36,39,46)
C0M36Y39K46 (0%, 36%, 39%, 46%)
(0.00 / 0.36 / 0.39 / 0.46)

CMYK percentages

%0
%35.51
%39.13
%45.88

Codes

Color #8A5954 in popluar color models

8A 59 54
RGB 138 89 84
HSL 24.32% 43.53%
HSB/HSV 39.13% 54.12%
CMYK 0.00% 35.51% 39.13%
45.88%

Color #8A5954 in popluar number systems.

HEX 8A 59 54
Decimal 138 89 84
Binary 10001010 1011001 1010100
Octal 212 131 124

Shades and tints

Shades of #8A5954

#8A5954
(138,89,84)
#7E514D
(126,81,77)
#724946
(114,73,70)
#66413F
(102,65,63)
#5A3938
(90,57,56)
#4E3131
(78,49,49)
#42292A
(66,41,42)
#362123
(54,33,35)
#2A191C
(42,25,28)
#1E1115
(30,17,21)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #8A5954

#8A5954
(138,89,84)
#946863
(148,104,99)
#9E7772
(158,119,114)
#A88681
(168,134,129)
#B29590
(178,149,144)
#BCA49F
(188,164,159)
#C6B3AE
(198,179,174)
#D0C2BD
(208,194,189)
#DAD1CC
(218,209,204)
#E4E0DB
(228,224,219)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5954; }

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

This text font color is #8A5954.

Background Color

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

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

This div background color is #8A5954.

Border color

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

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

This div border color is #8A5954.

Opacity

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

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

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

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

This text has shadow with #8A5954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5954.

Preview

Color preview on black background

This text has color #8A5954 on black background.


Color preview on white background

This text has color #8A5954 on white background.


Black color preview on #8A5954 background

This text has black color on #8A5954 background.


White color preview on #8A5954 background

This text has white color on #8A5954 background.


Related colors

Complementary color

Complementary color for #hex is #75A6AB.


I love getcolorcode.com

Triadic colors

1 #548A59 and #59548A with #8A5954 are triadic colors.

2 #54598A and #598A54 with #8A5954 are triadic colors.