COLOR #8A6272

HEX: #8A6272 RGB: (138,98,114)

Color info

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

RGB color model

#8A6272 color RGB value is (138,98,114).

RGB: (138,98,114) (54%, 38%, 45%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 114 of 255 = 45%

138
98
114

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

Portions of RGB colors in percentages

R + G + B = 138 + 98 + 114 = 350 (100%)
R 138 of 350 ~ 39.43%
G 98 of 350 ~ 28%
B 114 of 350 ~ 32.57'%

%39.43
%28
%32.57

CMYK color model

#8A6272 color CMYK value is (0,29,17,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 17.39%
  • key color value is 45.88%

CMYK: (0,29,17,46)
C0M29Y17K46 (0%, 29%, 17%, 46%)
(0.00 / 0.29 / 0.17 / 0.46)

CMYK percentages

%0
%28.99
%17.39
%45.88

Codes

Color #8A6272 in popluar color models

8A 62 72
RGB 138 98 114
HSL 336° 16.95% 46.27%
HSB/HSV 336° 28.99% 54.12%
CMYK 0.00% 28.99% 17.39%
45.88%

Color #8A6272 in popluar number systems.

HEX 8A 62 72
Decimal 138 98 114
Binary 10001010 1100010 1110010
Octal 212 142 162

Shades and tints

Shades of #8A6272

#8A6272
(138,98,114)
#7E5A68
(126,90,104)
#72525E
(114,82,94)
#664A54
(102,74,84)
#5A424A
(90,66,74)
#4E3A40
(78,58,64)
#423236
(66,50,54)
#362A2C
(54,42,44)
#2A2222
(42,34,34)
#1E1A18
(30,26,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8A6272

#8A6272
(138,98,114)
#94707E
(148,112,126)
#9E7E8A
(158,126,138)
#A88C96
(168,140,150)
#B29AA2
(178,154,162)
#BCA8AE
(188,168,174)
#C6B6BA
(198,182,186)
#D0C4C6
(208,196,198)
#DAD2D2
(218,210,210)
#E4E0DE
(228,224,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6272 color. Also use rgb(138,98,114) instead hex code.

Text Font Color

.myTextColor { color: #8A6272; }

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

This text font color is #8A6272.

Background Color

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

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

This div background color is #8A6272.

Border color

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

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

This div border color is #8A6272.

Opacity

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

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

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

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

This text has shadow with #8A6272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6272.

Preview

Color preview on black background

This text has color #8A6272 on black background.


Color preview on white background

This text has color #8A6272 on white background.


Black color preview on #8A6272 background

This text has black color on #8A6272 background.


White color preview on #8A6272 background

This text has white color on #8A6272 background.


Related colors

Complementary color

Complementary color for #hex is #759D8D.


I love getcolorcode.com

Triadic colors

1 #728A62 and #62728A with #8A6272 are triadic colors.

2 #72628A and #628A72 with #8A6272 are triadic colors.