COLOR #8B613B

HEX: #8B613B
RGB: (139,97,59)

Color info

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

RGB color model

#8B613B color RGB value is (139,97,59).

  • red value is 139;
  • green value is 97;
  • blue value is 59.
RGB:
(139,97,59)
(55%,38%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 97 of 255 = 38%
B 59 of 255 = 23%

139
97
59

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

Portions of RGB colors in percentages

R + G + B =
139 + 97 + 59 = 295 (100%)
R 139 of 295 ~ 47.12%
G 97 of 295 ~ 32.88%
B 59 of 295 ~ 20%

%47.12
%32.88
%20

CMYK color model

#8B613B color CMYK value is (0,30,58,45).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 57.55%
  • key color value is 45.49%
CMYK:
(0,30,58,45)
C0M30Y58K45 
(0%,30%,58%,45%)
(0.00/0.30/0.58/0.45)	

CMYK percentages

%0
%30.22
%57.55
%45.49

Codes

Color #8B613B in popluar color models

8B613B
RGB1399759
HSL29°40.40%38.82%
HSB/HSV29°57.55%54.51%
CMYK0.00%30.22%57.55%
45.49%

Color #8B613B in popluar number systems.

HEX8B613B
Decimal1399759
Binary100010111100001111011
Octal21314173

Shades and tints

Shades of #8B613B

#8B613B
(139,97,59)
#7F5936
(127,89,54)
#735131
(115,81,49)
#67492C
(103,73,44)
#5B4127
(91,65,39)
#4F3922
(79,57,34)
#43311D
(67,49,29)
#372918
(55,41,24)
#2B2113
(43,33,19)
#1F190E
(31,25,14)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #8B613B

#8B613B
(139,97,59)
#956F4C
(149,111,76)
#9F7D5D
(159,125,93)
#A98B6E
(169,139,110)
#B3997F
(179,153,127)
#BDA790
(189,167,144)
#C7B5A1
(199,181,161)
#D1C3B2
(209,195,178)
#DBD1C3
(219,209,195)
#E5DFD4
(229,223,212)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B613B color. Also use rgb(139,97,59) instead hex code.

Text Font Color

.myTextColor { color: #8B613B; }

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

This text font color is #8B613B.


Background Color

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

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

This div background color is #8B613B.


Border color

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

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

This div border color is #8B613B.


Opacity

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

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

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

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

This text has shadow with #8B613B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B613B on black background.


Color preview on white background

This text has color #8B613B on white background.



Black color preview on #8B613B background

This text has black color on #8B613B background.


White color preview on #8B613B background

This text has white color on #8B613B background.