COLOR #8B5825

HEX: #8B5825
RGB: (139,88,37)

Color info

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

RGB color model

#8B5825 color RGB value is (139,88,37).

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

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 37 of 255 = 15%

139
88
37

R + G + B ~ 35%. #8B5825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 37 = 264 (100%)
R 139 of 264 ~ 52.65%
G 88 of 264 ~ 33.33%
B 37 of 264 ~ 14.02%

%52.65
%33.33
%14.02

CMYK color model

#8B5825 color CMYK value is (0,37,73,45).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 73.38%
  • key color value is 45.49%
CMYK:
(0,37,73,45)
C0M37Y73K45 
(0%,37%,73%,45%)
(0.00/0.37/0.73/0.45)	

CMYK percentages

%0
%36.69
%73.38
%45.49

Codes

Color #8B5825 in popluar color models

8B5825
RGB1398837
HSL30°57.95%34.51%
HSB/HSV30°73.38%54.51%
CMYK0.00%36.69%73.38%
45.49%

Color #8B5825 in popluar number systems.

HEX8B5825
Decimal1398837
Binary100010111011000100101
Octal21313045

Shades and tints

Shades of #8B5825

#8B5825
(139,88,37)
#7F5022
(127,80,34)
#73481F
(115,72,31)
#67401C
(103,64,28)
#5B3819
(91,56,25)
#4F3016
(79,48,22)
#432813
(67,40,19)
#372010
(55,32,16)
#2B180D
(43,24,13)
#1F100A
(31,16,10)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #8B5825

#8B5825
(139,88,37)
#956738
(149,103,56)
#9F764B
(159,118,75)
#A9855E
(169,133,94)
#B39471
(179,148,113)
#BDA384
(189,163,132)
#C7B297
(199,178,151)
#D1C1AA
(209,193,170)
#DBD0BD
(219,208,189)
#E5DFD0
(229,223,208)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5825; }

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

This text font color is #8B5825.


Background Color

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

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

This div background color is #8B5825.


Border color

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

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

This div border color is #8B5825.


Opacity

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

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

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

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

This text has shadow with #8B5825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5825 on black background.


Color preview on white background

This text has color #8B5825 on white background.



Black color preview on #8B5825 background

This text has black color on #8B5825 background.


White color preview on #8B5825 background

This text has white color on #8B5825 background.