COLOR #8A5A69

HEX: #8A5A69
RGB: (138,90,105)

Color info

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

RGB color model

#8A5A69 color RGB value is (138,90,105).

  • red value is 138;
  • green value is 90;
  • blue value is 105.
RGB:
(138,90,105)
(54%,35%,41%)

RGB channels and saturation

R 138 of 255 = 54%
G 90 of 255 = 35%
B 105 of 255 = 41%

138
90
105

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

Portions of RGB colors in percentages

R + G + B =
138 + 90 + 105 = 333 (100%)
R 138 of 333 ~ 41.44%
G 90 of 333 ~ 27.03%
B 105 of 333 ~ 31.53%

%41.44
%27.03
%31.53

CMYK color model

#8A5A69 color CMYK value is (0,35,24,46).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK:
(0,35,24,46)
C0M35Y24K46 
(0%,35%,24%,46%)
(0.00/0.35/0.24/0.46)	

CMYK percentages

%0
%34.78
%23.91
%45.88

Codes

Color #8A5A69 in popluar color models

8A5A69
RGB13890105
HSL341°21.05%44.71%
HSB/HSV341°34.78%54.12%
CMYK0.00%34.78%23.91%
45.88%

Color #8A5A69 in popluar number systems.

HEX8A5A69
Decimal13890105
Binary1000101010110101101001
Octal212132151

Shades and tints

Shades of #8A5A69

#8A5A69
(138,90,105)
#7E5260
(126,82,96)
#724A57
(114,74,87)
#66424E
(102,66,78)
#5A3A45
(90,58,69)
#4E323C
(78,50,60)
#422A33
(66,42,51)
#36222A
(54,34,42)
#2A1A21
(42,26,33)
#1E1218
(30,18,24)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #8A5A69

#8A5A69
(138,90,105)
#946976
(148,105,118)
#9E7883
(158,120,131)
#A88790
(168,135,144)
#B2969D
(178,150,157)
#BCA5AA
(188,165,170)
#C6B4B7
(198,180,183)
#D0C3C4
(208,195,196)
#DAD2D1
(218,210,209)
#E4E1DE
(228,225,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5A69; }

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

This text font color is #8A5A69.


Background Color

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

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

This div background color is #8A5A69.


Border color

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

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

This div border color is #8A5A69.


Opacity

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

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

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

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

This text has shadow with #8A5A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5A69 on black background.


Color preview on white background

This text has color #8A5A69 on white background.



Black color preview on #8A5A69 background

This text has black color on #8A5A69 background.


White color preview on #8A5A69 background

This text has white color on #8A5A69 background.