COLOR #8B653D

HEX: #8B653D
RGB: (139,101,61)

Color info

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

RGB color model

#8B653D color RGB value is (139,101,61).

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

RGB channels and saturation

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

139
101
61

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

Portions of RGB colors in percentages

R + G + B =
139 + 101 + 61 = 301 (100%)
R 139 of 301 ~ 46.18%
G 101 of 301 ~ 33.55%
B 61 of 301 ~ 20.27%

%46.18
%33.55
%20.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.34%
  • 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
%27.34
%56.12
%45.49

Codes

Color #8B653D in popluar color models

8B653D
RGB13910161
HSL31°39.00%39.22%
HSB/HSV31°56.12%54.51%
CMYK0.00%27.34%56.12%
45.49%

Color #8B653D in popluar number systems.

HEX8B653D
Decimal13910161
Binary100010111100101111101
Octal21314575

Shades and tints

Shades of #8B653D

#8B653D
(139,101,61)
#7F5C38
(127,92,56)
#735333
(115,83,51)
#674A2E
(103,74,46)
#5B4129
(91,65,41)
#4F3824
(79,56,36)
#432F1F
(67,47,31)
#37261A
(55,38,26)
#2B1D15
(43,29,21)
#1F1410
(31,20,16)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #8B653D

#8B653D
(139,101,61)
#95734E
(149,115,78)
#9F815F
(159,129,95)
#A98F70
(169,143,112)
#B39D81
(179,157,129)
#BDAB92
(189,171,146)
#C7B9A3
(199,185,163)
#D1C7B4
(209,199,180)
#DBD5C5
(219,213,197)
#E5E3D6
(229,227,214)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B653D; }

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

This text font color is #8B653D.


Background Color

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

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

This div background color is #8B653D.


Border color

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

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

This div border color is #8B653D.


Opacity

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

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

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

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

This text has shadow with #8B653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B653D on black background.


Color preview on white background

This text has color #8B653D on white background.



Black color preview on #8B653D background

This text has black color on #8B653D background.


White color preview on #8B653D background

This text has white color on #8B653D background.