COLOR #8C748A

HEX: #8C748A RGB: (140,116,138)

Color info

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

RGB color model

#8C748A color RGB value is (140,116,138).

RGB: (140,116,138) (55%, 45%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 138 of 255 = 54%

140
116
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 138 = 394 (100%)
R 140 of 394 ~ 35.53%
G 116 of 394 ~ 29.44%
B 138 of 394 ~ 35.03'%

%35.53
%29.44
%35.03

CMYK color model

#8C748A color CMYK value is (0,17,1,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 1.43%
  • key color value is 45.10%

CMYK: (0,17,1,45)
C0M17Y1K45 (0%, 17%, 1%, 45%)
(0.00 / 0.17 / 0.01 / 0.45)

CMYK percentages

%0
%17.14
%1.43
%45.1

Codes

Color #8C748A in popluar color models

8C 74 8A
RGB 140 116 138
HSL 305° 9.45% 50.20%
HSB/HSV 305° 17.14% 54.90%
CMYK 0.00% 17.14% 1.43%
45.10%

Color #8C748A in popluar number systems.

HEX 8C 74 8A
Decimal 140 116 138
Binary 10001100 1110100 10001010
Octal 214 164 212

Shades and tints

Shades of #8C748A

#8C748A
(140,116,138)
#806A7E
(128,106,126)
#746072
(116,96,114)
#685666
(104,86,102)
#5C4C5A
(92,76,90)
#50424E
(80,66,78)
#443842
(68,56,66)
#382E36
(56,46,54)
#2C242A
(44,36,42)
#201A1E
(32,26,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C748A

#8C748A
(140,116,138)
#968094
(150,128,148)
#A08C9E
(160,140,158)
#AA98A8
(170,152,168)
#B4A4B2
(180,164,178)
#BEB0BC
(190,176,188)
#C8BCC6
(200,188,198)
#D2C8D0
(210,200,208)
#DCD4DA
(220,212,218)
#E6E0E4
(230,224,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C748A; }

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

This text font color is #8C748A.

Background Color

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

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

This div background color is #8C748A.

Border color

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

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

This div border color is #8C748A.

Opacity

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

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

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

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

This text has shadow with #8C748A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C748A.

Preview

Color preview on black background

This text has color #8C748A on black background.


Color preview on white background

This text has color #8C748A on white background.


Black color preview on #8C748A background

This text has black color on #8C748A background.


White color preview on #8C748A background

This text has white color on #8C748A background.


Related colors

Complementary color

Complementary color for #hex is #738B75.


I love getcolorcode.com

Triadic colors

1 #8A8C74 and #748A8C with #8C748A are triadic colors.

2 #8A748C and #748C8A with #8C748A are triadic colors.