COLOR #8B6935

HEX: #8B6935 RGB: (139,105,53)

Color info

#8B6935 contains mainly red and green colors. Web safe color of #8B6935 is #996633 (or #963).

RGB color model

#8B6935 color RGB value is (139,105,53).

RGB: (139,105,53) (55%, 41%, 21%)

RGB channels and saturation

R 139 of 255 = 55%
G 105 of 255 = 41%
B 53 of 255 = 21%

139
105
53

R + G + B ~ 39%. #8B6935 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 105 + 53 = 297 (100%)
R 139 of 297 ~ 46.8%
G 105 of 297 ~ 35.35%
B 53 of 297 ~ 17.85'%

%46.8
%35.35
%17.85

CMYK color model

#8B6935 color CMYK value is (0,24,62,45).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 61.87%
  • key color value is 45.49%

CMYK: (0,24,62,45)
C0M24Y62K45 (0%, 24%, 62%, 45%)
(0.00 / 0.24 / 0.62 / 0.45)

CMYK percentages

%0
%24.46
%61.87
%45.49

Codes

Color #8B6935 in popluar color models

8B 69 35
RGB 139 105 53
HSL 36° 44.79% 37.65%
HSB/HSV 36° 61.87% 54.51%
CMYK 0.00% 24.46% 61.87%
45.49%

Color #8B6935 in popluar number systems.

HEX 8B 69 35
Decimal 139 105 53
Binary 10001011 1101001 110101
Octal 213 151 65

Shades and tints

Shades of #8B6935

#8B6935
(139,105,53)
#7F6031
(127,96,49)
#73572D
(115,87,45)
#674E29
(103,78,41)
#5B4525
(91,69,37)
#4F3C21
(79,60,33)
#43331D
(67,51,29)
#372A19
(55,42,25)
#2B2115
(43,33,21)
#1F1811
(31,24,17)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B6935

#8B6935
(139,105,53)
#957647
(149,118,71)
#9F8359
(159,131,89)
#A9906B
(169,144,107)
#B39D7D
(179,157,125)
#BDAA8F
(189,170,143)
#C7B7A1
(199,183,161)
#D1C4B3
(209,196,179)
#DBD1C5
(219,209,197)
#E5DED7
(229,222,215)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6935 color. Also use rgb(139,105,53) instead hex code.

Text Font Color

.myTextColor { color: #8B6935; }

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

This text font color is #8B6935.

Background Color

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

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

This div background color is #8B6935.

Border color

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

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

This div border color is #8B6935.

Opacity

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

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

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

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

This text has shadow with #8B6935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6935.

Preview

Color preview on black background

This text has color #8B6935 on black background.


Color preview on white background

This text has color #8B6935 on white background.


Black color preview on #8B6935 background

This text has black color on #8B6935 background.


White color preview on #8B6935 background

This text has white color on #8B6935 background.


Related colors

Complementary color

Complementary color for #hex is #7496CA.


I love getcolorcode.com

Triadic colors

1 #358B69 and #69358B with #8B6935 are triadic colors.

2 #35698B and #698B35 with #8B6935 are triadic colors.