COLOR #8B663D

HEX: #8B663D
RGB: (139,102,61)

Color info

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

RGB color model

#8B663D color RGB value is (139,102,61).

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

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 61 of 255 = 24%

139
102
61

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 61 = 302 (100%)
R 139 of 302 ~ 46.03%
G 102 of 302 ~ 33.77%
B 61 of 302 ~ 20.2%

%46.03
%33.77
%20.2

CMYK color model

#8B663D color CMYK value is (0,27,56,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 56.12%
  • key color value is 45.49%
CMYK:
(0,27,56,45)
C0M27Y56K45 
(0%,27%,56%,45%)
(0.00/0.27/0.56/0.45)	

CMYK percentages

%0
%26.62
%56.12
%45.49

Codes

Color #8B663D in popluar color models

8B663D
RGB13910261
HSL32°39.00%39.22%
HSB/HSV32°56.12%54.51%
CMYK0.00%26.62%56.12%
45.49%

Color #8B663D in popluar number systems.

HEX8B663D
Decimal13910261
Binary100010111100110111101
Octal21314675

Shades and tints

Shades of #8B663D

#8B663D
(139,102,61)
#7F5D38
(127,93,56)
#735433
(115,84,51)
#674B2E
(103,75,46)
#5B4229
(91,66,41)
#4F3924
(79,57,36)
#43301F
(67,48,31)
#37271A
(55,39,26)
#2B1E15
(43,30,21)
#1F1510
(31,21,16)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #8B663D

#8B663D
(139,102,61)
#95734E
(149,115,78)
#9F805F
(159,128,95)
#A98D70
(169,141,112)
#B39A81
(179,154,129)
#BDA792
(189,167,146)
#C7B4A3
(199,180,163)
#D1C1B4
(209,193,180)
#DBCEC5
(219,206,197)
#E5DBD6
(229,219,214)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B663D; }

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

This text font color is #8B663D.


Background Color

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

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

This div background color is #8B663D.


Border color

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

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

This div border color is #8B663D.


Opacity

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

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

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

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

This text has shadow with #8B663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B663D on black background.


Color preview on white background

This text has color #8B663D on white background.



Black color preview on #8B663D background

This text has black color on #8B663D background.


White color preview on #8B663D background

This text has white color on #8B663D background.