COLOR #8A6269

HEX: #8A6269 RGB: (138,98,105)

Color info

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

RGB color model

#8A6269 color RGB value is (138,98,105).

RGB: (138,98,105) (54%, 38%, 41%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 105 of 255 = 41%

138
98
105

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

Portions of RGB colors in percentages

R + G + B = 138 + 98 + 105 = 341 (100%)
R 138 of 341 ~ 40.47%
G 98 of 341 ~ 28.74%
B 105 of 341 ~ 30.79'%

%40.47
%28.74
%30.79

CMYK color model

#8A6269 color CMYK value is (0,29,24,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK: (0,29,24,46) C0M29Y24K46 (0%,29%,24%,46%) (0.00/0.29/0.24/0.46) 

CMYK percentages

%0
%28.99
%23.91
%45.88

Codes

Color #8A6269 in popluar color models

8A 62 69
RGB 138 98 105
HSL 350° 16.95% 46.27%
HSB/HSV 350° 28.99% 54.12%
CMYK 0.00% 28.99% 23.91%
45.88%

Color #8A6269 in popluar number systems.

HEX 8A 62 69
Decimal 138 98 105
Binary 10001010 1100010 1101001
Octal 212 142 151

Shades and tints

Shades of #8A6269

#8A6269
(138,98,105)
#7E5A60
(126,90,96)
#725257
(114,82,87)
#664A4E
(102,74,78)
#5A4245
(90,66,69)
#4E3A3C
(78,58,60)
#423233
(66,50,51)
#362A2A
(54,42,42)
#2A2221
(42,34,33)
#1E1A18
(30,26,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A6269

#8A6269
(138,98,105)
#947076
(148,112,118)
#9E7E83
(158,126,131)
#A88C90
(168,140,144)
#B29A9D
(178,154,157)
#BCA8AA
(188,168,170)
#C6B6B7
(198,182,183)
#D0C4C4
(208,196,196)
#DAD2D1
(218,210,209)
#E4E0DE
(228,224,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6269; }

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

This text font color is #8A6269.

Background Color

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

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

This div background color is #8A6269.

Border color

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

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

This div border color is #8A6269.

Opacity

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

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

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

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

This text has shadow with #8A6269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6269.

Preview

Color preview on black background

This text has color #8A6269 on black background.


Color preview on white background

This text has color #8A6269 on white background.


Black color preview on #8A6269 background

This text has black color on #8A6269 background.


White color preview on #8A6269 background

This text has white color on #8A6269 background.


Related colors

Complementary color

Complementary color for #hex is #759D96.


I love getcolorcode.com

Triadic colors

1 #698A62 and #62698A with #8A6269 are triadic colors.

2 #69628A and #628A69 with #8A6269 are triadic colors.