COLOR #8B735E

HEX: #8B735E
RGB: (139,115,94)

Color info

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

RGB color model

#8B735E color RGB value is (139,115,94).

  • red value is 139;
  • green value is 115;
  • blue value is 94.
RGB:
(139,115,94)
(55%,45%,37%)

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 94 of 255 = 37%

139
115
94

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 94 = 348 (100%)
R 139 of 348 ~ 39.94%
G 115 of 348 ~ 33.05%
B 94 of 348 ~ 27.01%

%39.94
%33.05
%27.01

CMYK color model

#8B735E color CMYK value is (0,17,32,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,17,32,45)
C0M17Y32K45 
(0%,17%,32%,45%)
(0.00/0.17/0.32/0.45)	

CMYK percentages

%0
%17.27
%32.37
%45.49

Codes

Color #8B735E in popluar color models

8B735E
RGB13911594
HSL28°19.31%45.69%
HSB/HSV28°32.37%54.51%
CMYK0.00%17.27%32.37%
45.49%

Color #8B735E in popluar number systems.

HEX8B735E
Decimal13911594
Binary1000101111100111011110
Octal213163136

Shades and tints

Shades of #8B735E

#8B735E
(139,115,94)
#7F6956
(127,105,86)
#735F4E
(115,95,78)
#675546
(103,85,70)
#5B4B3E
(91,75,62)
#4F4136
(79,65,54)
#43372E
(67,55,46)
#372D26
(55,45,38)
#2B231E
(43,35,30)
#1F1916
(31,25,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B735E

#8B735E
(139,115,94)
#957F6C
(149,127,108)
#9F8B7A
(159,139,122)
#A99788
(169,151,136)
#B3A396
(179,163,150)
#BDAFA4
(189,175,164)
#C7BBB2
(199,187,178)
#D1C7C0
(209,199,192)
#DBD3CE
(219,211,206)
#E5DFDC
(229,223,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B735E; }

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

This text font color is #8B735E.


Background Color

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

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

This div background color is #8B735E.


Border color

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

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

This div border color is #8B735E.


Opacity

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

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

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

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

This text has shadow with #8B735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B735E on black background.


Color preview on white background

This text has color #8B735E on white background.



Black color preview on #8B735E background

This text has black color on #8B735E background.


White color preview on #8B735E background

This text has white color on #8B735E background.