COLOR #883315

HEX: #883315
RGB: (136,51,21)

Color info

#883315 contains mainly red color. Web safe color of #883315 is #993300 (or #930).

RGB color model

#883315 color RGB value is (136,51,21).

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

RGB channels and saturation

R 136 of 255 = 53%
G 51 of 255 = 20%
B 21 of 255 = 8%

136
51
21

R + G + B ~ 27%. #883315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 51 + 21 = 208 (100%)
R 136 of 208 ~ 65.38%
G 51 of 208 ~ 24.52%
B 21 of 208 ~ 10.1%

%65.38
%24.52
%10.1

CMYK color model

#883315 color CMYK value is (0,63,85,47).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 84.56%
  • key color value is 46.67%
CMYK:
(0,63,85,47)
C0M63Y85K47 
(0%,63%,85%,47%)
(0.00/0.63/0.85/0.47)	

CMYK percentages

%0
%62.5
%84.56
%46.67

Codes

Color #883315 in popluar color models

883315
RGB1365121
HSL16°73.25%30.78%
HSB/HSV16°84.56%53.33%
CMYK0.00%62.50%84.56%
46.67%

Color #883315 in popluar number systems.

HEX883315
Decimal1365121
Binary1000100011001110101
Octal2106325

Shades and tints

Shades of #883315

#883315
(136,51,21)
#7C2F14
(124,47,20)
#702B13
(112,43,19)
#642712
(100,39,18)
#582311
(88,35,17)
#4C1F10
(76,31,16)
#401B0F
(64,27,15)
#34170E
(52,23,14)
#28130D
(40,19,13)
#1C0F0C
(28,15,12)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #883315

#883315
(136,51,21)
#92452A
(146,69,42)
#9C573F
(156,87,63)
#A66954
(166,105,84)
#B07B69
(176,123,105)
#BA8D7E
(186,141,126)
#C49F93
(196,159,147)
#CEB1A8
(206,177,168)
#D8C3BD
(216,195,189)
#E2D5D2
(226,213,210)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883315; }

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

This text font color is #883315.


Background Color

.myBgColor { background-color: #883315; }

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

This div background color is #883315.


Border color

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

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

This div border color is #883315.


Opacity

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

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

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

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

This text has shadow with #883315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883315 on black background.


Color preview on white background

This text has color #883315 on white background.



Black color preview on #883315 background

This text has black color on #883315 background.


White color preview on #883315 background

This text has white color on #883315 background.