COLOR #8B6E75

HEX: #8B6E75 RGB: (139,110,117)

Color info

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

RGB color model

#8B6E75 color RGB value is (139,110,117).

RGB: (139,110,117) (55%, 43%, 46%)

RGB channels and saturation

R 139 of 255 = 55%
G 110 of 255 = 43%
B 117 of 255 = 46%

139
110
117

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

Portions of RGB colors in percentages

R + G + B = 139 + 110 + 117 = 366 (100%)
R 139 of 366 ~ 37.98%
G 110 of 366 ~ 30.05%
B 117 of 366 ~ 31.97'%

%37.98
%30.05
%31.97

CMYK color model

#8B6E75 color CMYK value is (0,21,16,45).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK: (0,21,16,45) C0M21Y16K45 (0%,21%,16%,45%) (0.00/0.21/0.16/0.45) 

CMYK percentages

%0
%20.86
%15.83
%45.49

Codes

Color #8B6E75 in popluar color models

8B 6E 75
RGB 139 110 117
HSL 346° 11.65% 48.82%
HSB/HSV 346° 20.86% 54.51%
CMYK 0.00% 20.86% 15.83%
45.49%

Color #8B6E75 in popluar number systems.

HEX 8B 6E 75
Decimal 139 110 117
Binary 10001011 1101110 1110101
Octal 213 156 165

Shades and tints

Shades of #8B6E75

#8B6E75
(139,110,117)
#7F646B
(127,100,107)
#735A61
(115,90,97)
#675057
(103,80,87)
#5B464D
(91,70,77)
#4F3C43
(79,60,67)
#433239
(67,50,57)
#37282F
(55,40,47)
#2B1E25
(43,30,37)
#1F141B
(31,20,27)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #8B6E75

#8B6E75
(139,110,117)
#957B81
(149,123,129)
#9F888D
(159,136,141)
#A99599
(169,149,153)
#B3A2A5
(179,162,165)
#BDAFB1
(189,175,177)
#C7BCBD
(199,188,189)
#D1C9C9
(209,201,201)
#DBD6D5
(219,214,213)
#E5E3E1
(229,227,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6E75 color. Also use rgb(139,110,117) instead hex code.

Text Font Color

.myTextColor { color: #8B6E75; }

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

This text font color is #8B6E75.

Background Color

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

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

This div background color is #8B6E75.

Border color

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

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

This div border color is #8B6E75.

Opacity

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

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

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

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

This text has shadow with #8B6E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6E75.

Preview

Color preview on black background

This text has color #8B6E75 on black background.


Color preview on white background

This text has color #8B6E75 on white background.


Black color preview on #8B6E75 background

This text has black color on #8B6E75 background.


White color preview on #8B6E75 background

This text has white color on #8B6E75 background.


Related colors

Complementary color

Complementary color for #hex is #74918A.


I love getcolorcode.com

Triadic colors

1 #758B6E and #6E758B with #8B6E75 are triadic colors.

2 #756E8B and #6E8B75 with #8B6E75 are triadic colors.