COLOR #886215

HEX: #886215
RGB: (136,98,21)

Color info

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

RGB color model

#886215 color RGB value is (136,98,21).

  • red value is 136;
  • green value is 98;
  • blue value is 21.
RGB:
(136,98,21)
(53%,38%,8%)

RGB channels and saturation

R 136 of 255 = 53%
G 98 of 255 = 38%
B 21 of 255 = 8%

136
98
21

R + G + B ~ 33%. #886215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 98 + 21 = 255 (100%)
R 136 of 255 ~ 53.33%
G 98 of 255 ~ 38.43%
B 21 of 255 ~ 8.24%

%53.33
%38.43

CMYK color model

#886215 color CMYK value is (0,28,85,47).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 84.56%
  • key color value is 46.67%
CMYK:
(0,28,85,47)
C0M28Y85K47 
(0%,28%,85%,47%)
(0.00/0.28/0.85/0.47)	

CMYK percentages

%0
%27.94
%84.56
%46.67

Codes

Color #886215 in popluar color models

886215
RGB1369821
HSL40°73.25%30.78%
HSB/HSV40°84.56%53.33%
CMYK0.00%27.94%84.56%
46.67%

Color #886215 in popluar number systems.

HEX886215
Decimal1369821
Binary10001000110001010101
Octal21014225

Shades and tints

Shades of #886215

#886215
(136,98,21)
#7C5A14
(124,90,20)
#705213
(112,82,19)
#644A12
(100,74,18)
#584211
(88,66,17)
#4C3A10
(76,58,16)
#40320F
(64,50,15)
#342A0E
(52,42,14)
#28220D
(40,34,13)
#1C1A0C
(28,26,12)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #886215

#886215
(136,98,21)
#92702A
(146,112,42)
#9C7E3F
(156,126,63)
#A68C54
(166,140,84)
#B09A69
(176,154,105)
#BAA87E
(186,168,126)
#C4B693
(196,182,147)
#CEC4A8
(206,196,168)
#D8D2BD
(216,210,189)
#E2E0D2
(226,224,210)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886215 color. Also use rgb(136,98,21) instead hex code.

Text Font Color

.myTextColor { color: #886215; }

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

This text font color is #886215.


Background Color

.myBgColor { background-color: #886215; }

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

This div background color is #886215.


Border color

.myBorderColor { border: 1px solid #886215; }

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

This div border color is #886215.


Opacity

.myOpacity80 { color: #886215; opacity: 0.8; }

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

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

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

This text has shadow with #886215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886215 on black background.


Color preview on white background

This text has color #886215 on white background.



Black color preview on #886215 background

This text has black color on #886215 background.


White color preview on #886215 background

This text has white color on #886215 background.