COLOR #8C658B

HEX: #8C658B
RGB: (140,101,139)

Color info

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

RGB color model

#8C658B color RGB value is (140,101,139).

  • red value is 140;
  • green value is 101;
  • blue value is 139.
RGB:
(140,101,139)
(55%,40%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 139 of 255 = 55%

140
101
139

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 139 = 380 (100%)
R 140 of 380 ~ 36.84%
G 101 of 380 ~ 26.58%
B 139 of 380 ~ 36.58%

%36.84
%26.58
%36.58

CMYK color model

#8C658B color CMYK value is (0,28,1,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 0.71%
  • key color value is 45.10%
CMYK:
(0,28,1,45)
C0M28Y1K45 
(0%,28%,1%,45%)
(0.00/0.28/0.01/0.45)	

CMYK percentages

%0
%27.86
%0.71
%45.1

Codes

Color #8C658B in popluar color models

8C658B
RGB140101139
HSL302°16.18%47.25%
HSB/HSV302°27.86%54.90%
CMYK0.00%27.86%0.71%
45.10%

Color #8C658B in popluar number systems.

HEX8C658B
Decimal140101139
Binary10001100110010110001011
Octal214145213

Shades and tints

Shades of #8C658B

#8C658B
(140,101,139)
#805C7F
(128,92,127)
#745373
(116,83,115)
#684A67
(104,74,103)
#5C415B
(92,65,91)
#50384F
(80,56,79)
#442F43
(68,47,67)
#382637
(56,38,55)
#2C1D2B
(44,29,43)
#20141F
(32,20,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #8C658B

#8C658B
(140,101,139)
#967395
(150,115,149)
#A0819F
(160,129,159)
#AA8FA9
(170,143,169)
#B49DB3
(180,157,179)
#BEABBD
(190,171,189)
#C8B9C7
(200,185,199)
#D2C7D1
(210,199,209)
#DCD5DB
(220,213,219)
#E6E3E5
(230,227,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C658B color. Also use rgb(140,101,139) instead hex code.

Text Font Color

.myTextColor { color: #8C658B; }

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

This text font color is #8C658B.


Background Color

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

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

This div background color is #8C658B.


Border color

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

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

This div border color is #8C658B.


Opacity

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

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

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

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

This text has shadow with #8C658B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C658B on black background.


Color preview on white background

This text has color #8C658B on white background.



Black color preview on #8C658B background

This text has black color on #8C658B background.


White color preview on #8C658B background

This text has white color on #8C658B background.