COLOR #8B6645

HEX: #8B6645
RGB: (139,102,69)

Color info

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

RGB color model

#8B6645 color RGB value is (139,102,69).

  • red value is 139;
  • green value is 102;
  • blue value is 69.
RGB:
(139,102,69)
(55%,40%,27%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 69 of 255 = 27%

139
102
69

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 69 = 310 (100%)
R 139 of 310 ~ 44.84%
G 102 of 310 ~ 32.9%
B 69 of 310 ~ 22.26%

%44.84
%32.9
%22.26

CMYK color model

#8B6645 color CMYK value is (0,27,50,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 50.36%
  • key color value is 45.49%
CMYK:
(0,27,50,45)
C0M27Y50K45 
(0%,27%,50%,45%)
(0.00/0.27/0.50/0.45)	

CMYK percentages

%0
%26.62
%50.36
%45.49

Codes

Color #8B6645 in popluar color models

8B6645
RGB13910269
HSL28°33.65%40.78%
HSB/HSV28°50.36%54.51%
CMYK0.00%26.62%50.36%
45.49%

Color #8B6645 in popluar number systems.

HEX8B6645
Decimal13910269
Binary1000101111001101000101
Octal213146105

Shades and tints

Shades of #8B6645

#8B6645
(139,102,69)
#7F5D3F
(127,93,63)
#735439
(115,84,57)
#674B33
(103,75,51)
#5B422D
(91,66,45)
#4F3927
(79,57,39)
#433021
(67,48,33)
#37271B
(55,39,27)
#2B1E15
(43,30,21)
#1F150F
(31,21,15)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #8B6645

#8B6645
(139,102,69)
#957355
(149,115,85)
#9F8065
(159,128,101)
#A98D75
(169,141,117)
#B39A85
(179,154,133)
#BDA795
(189,167,149)
#C7B4A5
(199,180,165)
#D1C1B5
(209,193,181)
#DBCEC5
(219,206,197)
#E5DBD5
(229,219,213)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6645 color. Also use rgb(139,102,69) instead hex code.

Text Font Color

.myTextColor { color: #8B6645; }

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

This text font color is #8B6645.


Background Color

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

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

This div background color is #8B6645.


Border color

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

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

This div border color is #8B6645.


Opacity

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

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

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

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

This text has shadow with #8B6645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6645 on black background.


Color preview on white background

This text has color #8B6645 on white background.



Black color preview on #8B6645 background

This text has black color on #8B6645 background.


White color preview on #8B6645 background

This text has white color on #8B6645 background.