COLOR #8A4274

HEX: #8A4274
RGB: (138,66,116)

Color info

#8A4274 contains mainly red and blue colors. Web safe color of #8A4274 is #993366 (or #936).

RGB color model

#8A4274 color RGB value is (138,66,116).

  • red value is 138;
  • green value is 66;
  • blue value is 116.
RGB:
(138,66,116)
(54%,26%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 66 of 255 = 26%
B 116 of 255 = 45%

138
66
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 66 + 116 = 320 (100%)
R 138 of 320 ~ 43.13%
G 66 of 320 ~ 20.63%
B 116 of 320 ~ 36.25%

%43.13
%20.63
%36.25

CMYK color model

#8A4274 color CMYK value is (0,52,16,46).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK:
(0,52,16,46)
C0M52Y16K46 
(0%,52%,16%,46%)
(0.00/0.52/0.16/0.46)	

CMYK percentages

%0
%52.17
%15.94
%45.88

Codes

Color #8A4274 in popluar color models

8A4274
RGB13866116
HSL318°35.29%40.00%
HSB/HSV318°52.17%54.12%
CMYK0.00%52.17%15.94%
45.88%

Color #8A4274 in popluar number systems.

HEX8A4274
Decimal13866116
Binary1000101010000101110100
Octal212102164

Shades and tints

Shades of #8A4274

#8A4274
(138,66,116)
#7E3C6A
(126,60,106)
#723660
(114,54,96)
#663056
(102,48,86)
#5A2A4C
(90,42,76)
#4E2442
(78,36,66)
#421E38
(66,30,56)
#36182E
(54,24,46)
#2A1224
(42,18,36)
#1E0C1A
(30,12,26)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #8A4274

#8A4274
(138,66,116)
#945380
(148,83,128)
#9E648C
(158,100,140)
#A87598
(168,117,152)
#B286A4
(178,134,164)
#BC97B0
(188,151,176)
#C6A8BC
(198,168,188)
#D0B9C8
(208,185,200)
#DACAD4
(218,202,212)
#E4DBE0
(228,219,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4274 color. Also use rgb(138,66,116) instead hex code.

Text Font Color

.myTextColor { color: #8A4274; }

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

This text font color is #8A4274.


Background Color

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

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

This div background color is #8A4274.


Border color

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

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

This div border color is #8A4274.


Opacity

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

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

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

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

This text has shadow with #8A4274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4274 on black background.


Color preview on white background

This text has color #8A4274 on white background.



Black color preview on #8A4274 background

This text has black color on #8A4274 background.


White color preview on #8A4274 background

This text has white color on #8A4274 background.