COLOR #8A5967

HEX: #8A5967 RGB: (138,89,103)

Color info

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

RGB color model

#8A5967 color RGB value is (138,89,103).

RGB: (138,89,103) (54%, 35%, 40%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 103 of 255 = 40%

138
89
103

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

Portions of RGB colors in percentages

R + G + B = 138 + 89 + 103 = 330 (100%)
R 138 of 330 ~ 41.82%
G 89 of 330 ~ 26.97%
B 103 of 330 ~ 31.21'%

%41.82
%26.97
%31.21

CMYK color model

#8A5967 color CMYK value is (0,36,25,46).

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

CMYK: (0,36,25,46)
C0M36Y25K46 (0%, 36%, 25%, 46%)
(0.00 / 0.36 / 0.25 / 0.46)

CMYK percentages

%0
%35.51
%25.36
%45.88

Codes

Color #8A5967 in popluar color models

8A 59 67
RGB 138 89 103
HSL 343° 21.59% 44.51%
HSB/HSV 343° 35.51% 54.12%
CMYK 0.00% 35.51% 25.36%
45.88%

Color #8A5967 in popluar number systems.

HEX 8A 59 67
Decimal 138 89 103
Binary 10001010 1011001 1100111
Octal 212 131 147

Shades and tints

Shades of #8A5967

#8A5967
(138,89,103)
#7E515E
(126,81,94)
#724955
(114,73,85)
#66414C
(102,65,76)
#5A3943
(90,57,67)
#4E313A
(78,49,58)
#422931
(66,41,49)
#362128
(54,33,40)
#2A191F
(42,25,31)
#1E1116
(30,17,22)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #8A5967

#8A5967
(138,89,103)
#946874
(148,104,116)
#9E7781
(158,119,129)
#A8868E
(168,134,142)
#B2959B
(178,149,155)
#BCA4A8
(188,164,168)
#C6B3B5
(198,179,181)
#D0C2C2
(208,194,194)
#DAD1CF
(218,209,207)
#E4E0DC
(228,224,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5967; }

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

This text font color is #8A5967.

Background Color

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

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

This div background color is #8A5967.

Border color

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

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

This div border color is #8A5967.

Opacity

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

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

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

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

This text has shadow with #8A5967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5967.

Preview

Color preview on black background

This text has color #8A5967 on black background.


Color preview on white background

This text has color #8A5967 on white background.


Black color preview on #8A5967 background

This text has black color on #8A5967 background.


White color preview on #8A5967 background

This text has white color on #8A5967 background.


Related colors

Complementary color

Complementary color for #hex is #75A698.


I love getcolorcode.com

Triadic colors

1 #678A59 and #59678A with #8A5967 are triadic colors.

2 #67598A and #598A67 with #8A5967 are triadic colors.