COLOR #8B755E

HEX: #8B755E RGB: (139,117,94)

Color info

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

RGB color model

#8B755E color RGB value is (139,117,94).

RGB: (139,117,94) (55%, 46%, 37%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 94 of 255 = 37%

139
117
94

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

Portions of RGB colors in percentages

R + G + B = 139 + 117 + 94 = 350 (100%)
R 139 of 350 ~ 39.71%
G 117 of 350 ~ 33.43%
B 94 of 350 ~ 26.86'%

%39.71
%33.43
%26.86

CMYK color model

#8B755E color CMYK value is (0,16,32,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 32.37%
  • key color value is 45.49%

CMYK: (0,16,32,45)
C0M16Y32K45 (0%, 16%, 32%, 45%)
(0.00 / 0.16 / 0.32 / 0.45)

CMYK percentages

%0
%15.83
%32.37
%45.49

Codes

Color #8B755E in popluar color models

8B 75 5E
RGB 139 117 94
HSL 31° 19.31% 45.69%
HSB/HSV 31° 32.37% 54.51%
CMYK 0.00% 15.83% 32.37%
45.49%

Color #8B755E in popluar number systems.

HEX 8B 75 5E
Decimal 139 117 94
Binary 10001011 1110101 1011110
Octal 213 165 136

Shades and tints

Shades of #8B755E

#8B755E
(139,117,94)
#7F6B56
(127,107,86)
#73614E
(115,97,78)
#675746
(103,87,70)
#5B4D3E
(91,77,62)
#4F4336
(79,67,54)
#43392E
(67,57,46)
#372F26
(55,47,38)
#2B251E
(43,37,30)
#1F1B16
(31,27,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B755E

#8B755E
(139,117,94)
#95816C
(149,129,108)
#9F8D7A
(159,141,122)
#A99988
(169,153,136)
#B3A596
(179,165,150)
#BDB1A4
(189,177,164)
#C7BDB2
(199,189,178)
#D1C9C0
(209,201,192)
#DBD5CE
(219,213,206)
#E5E1DC
(229,225,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B755E; }

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

This text font color is #8B755E.

Background Color

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

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

This div background color is #8B755E.

Border color

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

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

This div border color is #8B755E.

Opacity

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

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

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

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

This text has shadow with #8B755E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B755E.

Preview

Color preview on black background

This text has color #8B755E on black background.


Color preview on white background

This text has color #8B755E on white background.


Black color preview on #8B755E background

This text has black color on #8B755E background.


White color preview on #8B755E background

This text has white color on #8B755E background.


Related colors

Complementary color

Complementary color for #hex is #748AA1.


I love getcolorcode.com

Triadic colors

1 #5E8B75 and #755E8B with #8B755E are triadic colors.

2 #5E758B and #758B5E with #8B755E are triadic colors.