COLOR #8D6915

HEX: #8D6915
RGB: (141,105,21)

Color info

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

RGB color model

#8D6915 color RGB value is (141,105,21).

  • red value is 141;
  • green value is 105;
  • blue value is 21.
RGB:
(141,105,21)
(55%,41%,8%)

RGB channels and saturation

R 141 of 255 = 55%
G 105 of 255 = 41%
B 21 of 255 = 8%

141
105
21

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 21 = 267 (100%)
R 141 of 267 ~ 52.81%
G 105 of 267 ~ 39.33%
B 21 of 267 ~ 7.87%

%52.81
%39.33

CMYK color model

#8D6915 color CMYK value is (0,26,85,45).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 85.11%
  • key color value is 44.71%
CMYK:
(0,26,85,45)
C0M26Y85K45 
(0%,26%,85%,45%)
(0.00/0.26/0.85/0.45)	

CMYK percentages

%0
%25.53
%85.11
%44.71

Codes

Color #8D6915 in popluar color models

8D6915
RGB14110521
HSL42°74.07%31.76%
HSB/HSV42°85.11%55.29%
CMYK0.00%25.53%85.11%
44.71%

Color #8D6915 in popluar number systems.

HEX8D6915
Decimal14110521
Binary10001101110100110101
Octal21515125

Shades and tints

Shades of #8D6915

#8D6915
(141,105,21)
#816014
(129,96,20)
#755713
(117,87,19)
#694E12
(105,78,18)
#5D4511
(93,69,17)
#513C10
(81,60,16)
#45330F
(69,51,15)
#392A0E
(57,42,14)
#2D210D
(45,33,13)
#21180C
(33,24,12)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #8D6915

#8D6915
(141,105,21)
#97762A
(151,118,42)
#A1833F
(161,131,63)
#AB9054
(171,144,84)
#B59D69
(181,157,105)
#BFAA7E
(191,170,126)
#C9B793
(201,183,147)
#D3C4A8
(211,196,168)
#DDD1BD
(221,209,189)
#E7DED2
(231,222,210)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6915 color. Also use rgb(141,105,21) instead hex code.

Text Font Color

.myTextColor { color: #8D6915; }

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

This text font color is #8D6915.


Background Color

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

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

This div background color is #8D6915.


Border color

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

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

This div border color is #8D6915.


Opacity

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

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

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

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

This text has shadow with #8D6915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6915 on black background.


Color preview on white background

This text has color #8D6915 on white background.



Black color preview on #8D6915 background

This text has black color on #8D6915 background.


White color preview on #8D6915 background

This text has white color on #8D6915 background.