COLOR #8B637C

HEX: #8B637C
RGB: (139,99,124)

Color info

#8B637C contains red, green and blue colors in about the same proportion. Web safe color of #8B637C is #996666 (or #966).

RGB color model

#8B637C color RGB value is (139,99,124).

  • red value is 139;
  • green value is 99;
  • blue value is 124.
RGB:
(139,99,124)
(55%,39%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 124 of 255 = 49%

139
99
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 124 = 362 (100%)
R 139 of 362 ~ 38.4%
G 99 of 362 ~ 27.35%
B 124 of 362 ~ 34.25%

%38.4
%27.35
%34.25

CMYK color model

#8B637C color CMYK value is (0,29,11,45).

  • cyan value is 0.00%
  • magenta value is 28.78%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK:
(0,29,11,45)
C0M29Y11K45 
(0%,29%,11%,45%)
(0.00/0.29/0.11/0.45)	

CMYK percentages

%0
%28.78
%10.79
%45.49

Codes

Color #8B637C in popluar color models

8B637C
RGB13999124
HSL323°16.81%46.67%
HSB/HSV323°28.78%54.51%
CMYK0.00%28.78%10.79%
45.49%

Color #8B637C in popluar number systems.

HEX8B637C
Decimal13999124
Binary1000101111000111111100
Octal213143174

Shades and tints

Shades of #8B637C

#8B637C
(139,99,124)
#7F5A71
(127,90,113)
#735166
(115,81,102)
#67485B
(103,72,91)
#5B3F50
(91,63,80)
#4F3645
(79,54,69)
#432D3A
(67,45,58)
#37242F
(55,36,47)
#2B1B24
(43,27,36)
#1F1219
(31,18,25)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #8B637C

#8B637C
(139,99,124)
#957187
(149,113,135)
#9F7F92
(159,127,146)
#A98D9D
(169,141,157)
#B39BA8
(179,155,168)
#BDA9B3
(189,169,179)
#C7B7BE
(199,183,190)
#D1C5C9
(209,197,201)
#DBD3D4
(219,211,212)
#E5E1DF
(229,225,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B637C color. Also use rgb(139,99,124) instead hex code.

Text Font Color

.myTextColor { color: #8B637C; }

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

This text font color is #8B637C.


Background Color

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

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

This div background color is #8B637C.


Border color

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

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

This div border color is #8B637C.


Opacity

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

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

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

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

This text has shadow with #8B637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B637C on black background.


Color preview on white background

This text has color #8B637C on white background.



Black color preview on #8B637C background

This text has black color on #8B637C background.


White color preview on #8B637C background

This text has white color on #8B637C background.