COLOR #8B7519

HEX: #8B7519
RGB: (139,117,25)

Color info

#8B7519 contains mainly red and green colors. Web safe color of #8B7519 is #996600 (or #960).

RGB color model

#8B7519 color RGB value is (139,117,25).

  • red value is 139;
  • green value is 117;
  • blue value is 25.
RGB:
(139,117,25)
(55%,46%,10%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 25 of 255 = 10%

139
117
25

R + G + B ~ 37%. #8B7519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 25 = 281 (100%)
R 139 of 281 ~ 49.47%
G 117 of 281 ~ 41.64%
B 25 of 281 ~ 8.9%

%49.47
%41.64

CMYK color model

#8B7519 color CMYK value is (0,16,82,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 82.01%
  • key color value is 45.49%
CMYK:
(0,16,82,45)
C0M16Y82K45 
(0%,16%,82%,45%)
(0.00/0.16/0.82/0.45)	

CMYK percentages

%0
%15.83
%82.01
%45.49

Codes

Color #8B7519 in popluar color models

8B7519
RGB13911725
HSL48°69.51%32.16%
HSB/HSV48°82.01%54.51%
CMYK0.00%15.83%82.01%
45.49%

Color #8B7519 in popluar number systems.

HEX8B7519
Decimal13911725
Binary10001011111010111001
Octal21316531

Shades and tints

Shades of #8B7519

#8B7519
(139,117,25)
#7F6B17
(127,107,23)
#736115
(115,97,21)
#675713
(103,87,19)
#5B4D11
(91,77,17)
#4F430F
(79,67,15)
#43390D
(67,57,13)
#372F0B
(55,47,11)
#2B2509
(43,37,9)
#1F1B07
(31,27,7)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #8B7519

#8B7519
(139,117,25)
#95812D
(149,129,45)
#9F8D41
(159,141,65)
#A99955
(169,153,85)
#B3A569
(179,165,105)
#BDB17D
(189,177,125)
#C7BD91
(199,189,145)
#D1C9A5
(209,201,165)
#DBD5B9
(219,213,185)
#E5E1CD
(229,225,205)
#EFEDE1
(239,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7519 color. Also use rgb(139,117,25) instead hex code.

Text Font Color

.myTextColor { color: #8B7519; }

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

This text font color is #8B7519.


Background Color

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

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

This div background color is #8B7519.


Border color

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

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

This div border color is #8B7519.


Opacity

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

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

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

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

This text has shadow with #8B7519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7519 on black background.


Color preview on white background

This text has color #8B7519 on white background.



Black color preview on #8B7519 background

This text has black color on #8B7519 background.


White color preview on #8B7519 background

This text has white color on #8B7519 background.