COLOR #8B636D

HEX: #8B636D
RGB: (139,99,109)

Color info

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

RGB color model

#8B636D color RGB value is (139,99,109).

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

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 109 of 255 = 43%

139
99
109

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

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 109 = 347 (100%)
R 139 of 347 ~ 40.06%
G 99 of 347 ~ 28.53%
B 109 of 347 ~ 31.41%

%40.06
%28.53
%31.41

CMYK color model

#8B636D color CMYK value is (0,29,22,45).

  • cyan value is 0.00%
  • magenta value is 28.78%
  • yellow value is 21.58%
  • key color value is 45.49%
CMYK:
(0,29,22,45)
C0M29Y22K45 
(0%,29%,22%,45%)
(0.00/0.29/0.22/0.45)	

CMYK percentages

%0
%28.78
%21.58
%45.49

Codes

Color #8B636D in popluar color models

8B636D
RGB13999109
HSL345°16.81%46.67%
HSB/HSV345°28.78%54.51%
CMYK0.00%28.78%21.58%
45.49%

Color #8B636D in popluar number systems.

HEX8B636D
Decimal13999109
Binary1000101111000111101101
Octal213143155

Shades and tints

Shades of #8B636D

#8B636D
(139,99,109)
#7F5A64
(127,90,100)
#73515B
(115,81,91)
#674852
(103,72,82)
#5B3F49
(91,63,73)
#4F3640
(79,54,64)
#432D37
(67,45,55)
#37242E
(55,36,46)
#2B1B25
(43,27,37)
#1F121C
(31,18,28)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #8B636D

#8B636D
(139,99,109)
#95717A
(149,113,122)
#9F7F87
(159,127,135)
#A98D94
(169,141,148)
#B39BA1
(179,155,161)
#BDA9AE
(189,169,174)
#C7B7BB
(199,183,187)
#D1C5C8
(209,197,200)
#DBD3D5
(219,211,213)
#E5E1E2
(229,225,226)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B636D; }

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

This text font color is #8B636D.


Background Color

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

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

This div background color is #8B636D.


Border color

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

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

This div border color is #8B636D.


Opacity

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

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

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

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

This text has shadow with #8B636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B636D on black background.


Color preview on white background

This text has color #8B636D on white background.



Black color preview on #8B636D background

This text has black color on #8B636D background.


White color preview on #8B636D background

This text has white color on #8B636D background.