COLOR #8B5822

HEX: #8B5822
RGB: (139,88,34)

Color info

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

RGB color model

#8B5822 color RGB value is (139,88,34).

  • red value is 139;
  • green value is 88;
  • blue value is 34.
RGB:
(139,88,34)
(55%,35%,13%)

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 34 of 255 = 13%

139
88
34

R + G + B ~ 34%. #8B5822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 34 = 261 (100%)
R 139 of 261 ~ 53.26%
G 88 of 261 ~ 33.72%
B 34 of 261 ~ 13.03%

%53.26
%33.72
%13.03

CMYK color model

#8B5822 color CMYK value is (0,37,76,45).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 75.54%
  • key color value is 45.49%
CMYK:
(0,37,76,45)
C0M37Y76K45 
(0%,37%,76%,45%)
(0.00/0.37/0.76/0.45)	

CMYK percentages

%0
%36.69
%75.54
%45.49

Codes

Color #8B5822 in popluar color models

8B5822
RGB1398834
HSL31°60.69%33.92%
HSB/HSV31°75.54%54.51%
CMYK0.00%36.69%75.54%
45.49%

Color #8B5822 in popluar number systems.

HEX8B5822
Decimal1398834
Binary100010111011000100010
Octal21313042

Shades and tints

Shades of #8B5822

#8B5822
(139,88,34)
#7F501F
(127,80,31)
#73481C
(115,72,28)
#674019
(103,64,25)
#5B3816
(91,56,22)
#4F3013
(79,48,19)
#432810
(67,40,16)
#37200D
(55,32,13)
#2B180A
(43,24,10)
#1F1007
(31,16,7)
#130804
(19,8,4)
#000000
(0,0,0)

Tints of #8B5822

#8B5822
(139,88,34)
#956736
(149,103,54)
#9F764A
(159,118,74)
#A9855E
(169,133,94)
#B39472
(179,148,114)
#BDA386
(189,163,134)
#C7B29A
(199,178,154)
#D1C1AE
(209,193,174)
#DBD0C2
(219,208,194)
#E5DFD6
(229,223,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5822 color. Also use rgb(139,88,34) instead hex code.

Text Font Color

.myTextColor { color: #8B5822; }

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

This text font color is #8B5822.


Background Color

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

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

This div background color is #8B5822.


Border color

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

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

This div border color is #8B5822.


Opacity

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

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

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

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

This text has shadow with #8B5822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5822 on black background.


Color preview on white background

This text has color #8B5822 on white background.



Black color preview on #8B5822 background

This text has black color on #8B5822 background.


White color preview on #8B5822 background

This text has white color on #8B5822 background.