COLOR #8C749A

HEX: #8C749A
RGB: (140,116,154)

Color info

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

RGB color model

#8C749A color RGB value is (140,116,154).

  • red value is 140;
  • green value is 116;
  • blue value is 154.
RGB:
(140,116,154)
(55%,45%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 154 of 255 = 60%

140
116
154

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

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 154 = 410 (100%)
R 140 of 410 ~ 34.15%
G 116 of 410 ~ 28.29%
B 154 of 410 ~ 37.56%

%34.15
%28.29
%37.56

CMYK color model

#8C749A color CMYK value is (9,25,0,40).

  • cyan value is 9.09%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(9,25,0,40)
C9M25Y0K40 
(9%,25%,0%,40%)
(0.09/0.25/0.00/0.40)	

CMYK percentages

%9.09
%24.68
%0
%39.61

Codes

Color #8C749A in popluar color models

8C749A
RGB140116154
HSL278°15.83%52.94%
HSB/HSV278°24.68%60.39%
CMYK9.09%24.68%0.00%
39.61%

Color #8C749A in popluar number systems.

HEX8C749A
Decimal140116154
Binary10001100111010010011010
Octal214164232

Shades and tints

Shades of #8C749A

#8C749A
(140,116,154)
#806A8C
(128,106,140)
#74607E
(116,96,126)
#685670
(104,86,112)
#5C4C62
(92,76,98)
#504254
(80,66,84)
#443846
(68,56,70)
#382E38
(56,46,56)
#2C242A
(44,36,42)
#201A1C
(32,26,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C749A

#8C749A
(140,116,154)
#9680A3
(150,128,163)
#A08CAC
(160,140,172)
#AA98B5
(170,152,181)
#B4A4BE
(180,164,190)
#BEB0C7
(190,176,199)
#C8BCD0
(200,188,208)
#D2C8D9
(210,200,217)
#DCD4E2
(220,212,226)
#E6E0EB
(230,224,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C749A color. Also use rgb(140,116,154) instead hex code.

Text Font Color

.myTextColor { color: #8C749A; }

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

This text font color is #8C749A.


Background Color

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

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

This div background color is #8C749A.


Border color

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

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

This div border color is #8C749A.


Opacity

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

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

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

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

This text has shadow with #8C749A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C749A on black background.


Color preview on white background

This text has color #8C749A on white background.



Black color preview on #8C749A background

This text has black color on #8C749A background.


White color preview on #8C749A background

This text has white color on #8C749A background.