COLOR #8A7382

HEX: #8A7382
RGB: (138,115,130)

Color info

#8A7382 contains red, green and blue colors in about the same proportion. Web safe color of #8A7382 is #996699 (or #969).

RGB color model

#8A7382 color RGB value is (138,115,130).

  • red value is 138;
  • green value is 115;
  • blue value is 130.
RGB:
(138,115,130)
(54%,45%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 115 of 255 = 45%
B 130 of 255 = 51%

138
115
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 115 + 130 = 383 (100%)
R 138 of 383 ~ 36.03%
G 115 of 383 ~ 30.03%
B 130 of 383 ~ 33.94%

%36.03
%30.03
%33.94

CMYK color model

#8A7382 color CMYK value is (0,17,6,46).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.80%
  • key color value is 45.88%
CMYK:
(0,17,6,46)
C0M17Y6K46 
(0%,17%,6%,46%)
(0.00/0.17/0.06/0.46)	

CMYK percentages

%0
%16.67
%5.8
%45.88

Codes

Color #8A7382 in popluar color models

8A7382
RGB138115130
HSL321°9.09%49.61%
HSB/HSV321°16.67%54.12%
CMYK0.00%16.67%5.80%
45.88%

Color #8A7382 in popluar number systems.

HEX8A7382
Decimal138115130
Binary10001010111001110000010
Octal212163202

Shades and tints

Shades of #8A7382

#8A7382
(138,115,130)
#7E6977
(126,105,119)
#725F6C
(114,95,108)
#665561
(102,85,97)
#5A4B56
(90,75,86)
#4E414B
(78,65,75)
#423740
(66,55,64)
#362D35
(54,45,53)
#2A232A
(42,35,42)
#1E191F
(30,25,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A7382

#8A7382
(138,115,130)
#947F8D
(148,127,141)
#9E8B98
(158,139,152)
#A897A3
(168,151,163)
#B2A3AE
(178,163,174)
#BCAFB9
(188,175,185)
#C6BBC4
(198,187,196)
#D0C7CF
(208,199,207)
#DAD3DA
(218,211,218)
#E4DFE5
(228,223,229)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7382 color. Also use rgb(138,115,130) instead hex code.

Text Font Color

.myTextColor { color: #8A7382; }

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

This text font color is #8A7382.


Background Color

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

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

This div background color is #8A7382.


Border color

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

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

This div border color is #8A7382.


Opacity

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

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

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

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

This text has shadow with #8A7382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7382 on black background.


Color preview on white background

This text has color #8A7382 on white background.



Black color preview on #8A7382 background

This text has black color on #8A7382 background.


White color preview on #8A7382 background

This text has white color on #8A7382 background.