COLOR #8B7925

HEX: #8B7925
RGB: (139,121,37)

Color info

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

RGB color model

#8B7925 color RGB value is (139,121,37).

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

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 37 of 255 = 15%

139
121
37

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 37 = 297 (100%)
R 139 of 297 ~ 46.8%
G 121 of 297 ~ 40.74%
B 37 of 297 ~ 12.46%

%46.8
%40.74
%12.46

CMYK color model

#8B7925 color CMYK value is (0,13,73,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 73.38%
  • key color value is 45.49%
CMYK:
(0,13,73,45)
C0M13Y73K45 
(0%,13%,73%,45%)
(0.00/0.13/0.73/0.45)	

CMYK percentages

%0
%12.95
%73.38
%45.49

Codes

Color #8B7925 in popluar color models

8B7925
RGB13912137
HSL49°57.95%34.51%
HSB/HSV49°73.38%54.51%
CMYK0.00%12.95%73.38%
45.49%

Color #8B7925 in popluar number systems.

HEX8B7925
Decimal13912137
Binary100010111111001100101
Octal21317145

Shades and tints

Shades of #8B7925

#8B7925
(139,121,37)
#7F6E22
(127,110,34)
#73631F
(115,99,31)
#67581C
(103,88,28)
#5B4D19
(91,77,25)
#4F4216
(79,66,22)
#433713
(67,55,19)
#372C10
(55,44,16)
#2B210D
(43,33,13)
#1F160A
(31,22,10)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #8B7925

#8B7925
(139,121,37)
#958538
(149,133,56)
#9F914B
(159,145,75)
#A99D5E
(169,157,94)
#B3A971
(179,169,113)
#BDB584
(189,181,132)
#C7C197
(199,193,151)
#D1CDAA
(209,205,170)
#DBD9BD
(219,217,189)
#E5E5D0
(229,229,208)
#EFF1E3
(239,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7925; }

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

This text font color is #8B7925.


Background Color

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

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

This div background color is #8B7925.


Border color

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

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

This div border color is #8B7925.


Opacity

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

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

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

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

This text has shadow with #8B7925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7925 on black background.


Color preview on white background

This text has color #8B7925 on white background.



Black color preview on #8B7925 background

This text has black color on #8B7925 background.


White color preview on #8B7925 background

This text has white color on #8B7925 background.