COLOR #8A5161

HEX: #8A5161 RGB: (138,81,97)

Color info

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

RGB color model

#8A5161 color RGB value is (138,81,97).

RGB: (138,81,97) (54%, 32%, 38%)

RGB channels and saturation

R 138 of 255 = 54%
G 81 of 255 = 32%
B 97 of 255 = 38%

138
81
97

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

Portions of RGB colors in percentages

R + G + B = 138 + 81 + 97 = 316 (100%)
R 138 of 316 ~ 43.67%
G 81 of 316 ~ 25.63%
B 97 of 316 ~ 30.7'%

%43.67
%25.63
%30.7

CMYK color model

#8A5161 color CMYK value is (0,41,30,46).

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

CMYK: (0,41,30,46)
C0M41Y30K46 (0%, 41%, 30%, 46%)
(0.00 / 0.41 / 0.30 / 0.46)

CMYK percentages

%0
%41.3
%29.71
%45.88

Codes

Color #8A5161 in popluar color models

8A 51 61
RGB 138 81 97
HSL 343° 26.03% 42.94%
HSB/HSV 343° 41.30% 54.12%
CMYK 0.00% 41.30% 29.71%
45.88%

Color #8A5161 in popluar number systems.

HEX 8A 51 61
Decimal 138 81 97
Binary 10001010 1010001 1100001
Octal 212 121 141

Shades and tints

Shades of #8A5161

#8A5161
(138,81,97)
#7E4A59
(126,74,89)
#724351
(114,67,81)
#663C49
(102,60,73)
#5A3541
(90,53,65)
#4E2E39
(78,46,57)
#422731
(66,39,49)
#362029
(54,32,41)
#2A1921
(42,25,33)
#1E1219
(30,18,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #8A5161

#8A5161
(138,81,97)
#94606F
(148,96,111)
#9E6F7D
(158,111,125)
#A87E8B
(168,126,139)
#B28D99
(178,141,153)
#BC9CA7
(188,156,167)
#C6ABB5
(198,171,181)
#D0BAC3
(208,186,195)
#DAC9D1
(218,201,209)
#E4D8DF
(228,216,223)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5161; }

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

This text font color is #8A5161.

Background Color

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

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

This div background color is #8A5161.

Border color

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

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

This div border color is #8A5161.

Opacity

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

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

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

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

This text has shadow with #8A5161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5161.

Preview

Color preview on black background

This text has color #8A5161 on black background.


Color preview on white background

This text has color #8A5161 on white background.


Black color preview on #8A5161 background

This text has black color on #8A5161 background.


White color preview on #8A5161 background

This text has white color on #8A5161 background.


Related colors

Complementary color

Complementary color for #hex is #75AE9E.


I love getcolorcode.com

Triadic colors

1 #618A51 and #51618A with #8A5161 are triadic colors.

2 #61518A and #518A61 with #8A5161 are triadic colors.