COLOR #8B626C

HEX: #8B626C
RGB: (139,98,108)

Color info

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

RGB color model

#8B626C color RGB value is (139,98,108).

  • red value is 139;
  • green value is 98;
  • blue value is 108.
RGB:
(139,98,108)
(55%,38%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 108 of 255 = 42%

139
98
108

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

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 108 = 345 (100%)
R 139 of 345 ~ 40.29%
G 98 of 345 ~ 28.41%
B 108 of 345 ~ 31.3%

%40.29
%28.41
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 22.30%
  • 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
%29.5
%22.3
%45.49

Codes

Color #8B626C in popluar color models

8B626C
RGB13998108
HSL345°17.30%46.47%
HSB/HSV345°29.50%54.51%
CMYK0.00%29.50%22.30%
45.49%

Color #8B626C in popluar number systems.

HEX8B626C
Decimal13998108
Binary1000101111000101101100
Octal213142154

Shades and tints

Shades of #8B626C

#8B626C
(139,98,108)
#7F5A63
(127,90,99)
#73525A
(115,82,90)
#674A51
(103,74,81)
#5B4248
(91,66,72)
#4F3A3F
(79,58,63)
#433236
(67,50,54)
#372A2D
(55,42,45)
#2B2224
(43,34,36)
#1F1A1B
(31,26,27)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8B626C

#8B626C
(139,98,108)
#957079
(149,112,121)
#9F7E86
(159,126,134)
#A98C93
(169,140,147)
#B39AA0
(179,154,160)
#BDA8AD
(189,168,173)
#C7B6BA
(199,182,186)
#D1C4C7
(209,196,199)
#DBD2D4
(219,210,212)
#E5E0E1
(229,224,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B626C color. Also use rgb(139,98,108) instead hex code.

Text Font Color

.myTextColor { color: #8B626C; }

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

This text font color is #8B626C.


Background Color

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

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

This div background color is #8B626C.


Border color

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

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

This div border color is #8B626C.


Opacity

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

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

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

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

This text has shadow with #8B626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B626C on black background.


Color preview on white background

This text has color #8B626C on white background.



Black color preview on #8B626C background

This text has black color on #8B626C background.


White color preview on #8B626C background

This text has white color on #8B626C background.