COLOR #8C748F

HEX: #8C748F RGB: (140,116,143)

Color info

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

RGB color model

#8C748F color RGB value is (140,116,143).

RGB: (140,116,143) (55%, 45%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 143 of 255 = 56%

140
116
143

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 143 = 399 (100%)
R 140 of 399 ~ 35.09%
G 116 of 399 ~ 29.07%
B 143 of 399 ~ 35.84'%

%35.09
%29.07
%35.84

CMYK color model

#8C748F color CMYK value is (2,19,0,44).

  • cyan value is 2.10%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (2,19,0,44)
C2M19Y0K44 (2%, 19%, 0%, 44%)
(0.02 / 0.19 / 0.00 / 0.44)

CMYK percentages

%2.1
%18.88
%0
%43.92

Codes

Color #8C748F in popluar color models

8C 74 8F
RGB 140 116 143
HSL 293° 10.76% 50.78%
HSB/HSV 293° 18.88% 56.08%
CMYK 2.10% 18.88% 0.00%
43.92%

Color #8C748F in popluar number systems.

HEX 8C 74 8F
Decimal 140 116 143
Binary 10001100 1110100 10001111
Octal 214 164 217

Shades and tints

Shades of #8C748F

#8C748F
(140,116,143)
#806A82
(128,106,130)
#746075
(116,96,117)
#685668
(104,86,104)
#5C4C5B
(92,76,91)
#50424E
(80,66,78)
#443841
(68,56,65)
#382E34
(56,46,52)
#2C2427
(44,36,39)
#201A1A
(32,26,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C748F

#8C748F
(140,116,143)
#968099
(150,128,153)
#A08CA3
(160,140,163)
#AA98AD
(170,152,173)
#B4A4B7
(180,164,183)
#BEB0C1
(190,176,193)
#C8BCCB
(200,188,203)
#D2C8D5
(210,200,213)
#DCD4DF
(220,212,223)
#E6E0E9
(230,224,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C748F; }

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

This text font color is #8C748F.

Background Color

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

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

This div background color is #8C748F.

Border color

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

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

This div border color is #8C748F.

Opacity

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

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

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

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

This text has shadow with #8C748F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C748F.

Preview

Color preview on black background

This text has color #8C748F on black background.


Color preview on white background

This text has color #8C748F on white background.


Black color preview on #8C748F background

This text has black color on #8C748F background.


White color preview on #8C748F background

This text has white color on #8C748F background.


Related colors

Complementary color

Complementary color for #hex is #738B70.


I love getcolorcode.com

Triadic colors

1 #8F8C74 and #748F8C with #8C748F are triadic colors.

2 #8F748C and #748C8F with #8C748F are triadic colors.