COLOR #882319

HEX: #882319
RGB: (136,35,25)

Color info

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

RGB color model

#882319 color RGB value is (136,35,25).

  • red value is 136;
  • green value is 35;
  • blue value is 25.
RGB:
(136,35,25)
(53%,14%,10%)

RGB channels and saturation

R 136 of 255 = 53%
G 35 of 255 = 14%
B 25 of 255 = 10%

136
35
25

R + G + B ~ 26%. #882319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 35 + 25 = 196 (100%)
R 136 of 196 ~ 69.39%
G 35 of 196 ~ 17.86%
B 25 of 196 ~ 12.76%

%69.39
%17.86
%12.76

CMYK color model

#882319 color CMYK value is (0,74,82,47).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 81.62%
  • key color value is 46.67%
CMYK:
(0,74,82,47)
C0M74Y82K47 
(0%,74%,82%,47%)
(0.00/0.74/0.82/0.47)	

CMYK percentages

%0
%74.26
%81.62
%46.67

Codes

Color #882319 in popluar color models

882319
RGB1363525
HSL68.94%31.57%
HSB/HSV81.62%53.33%
CMYK0.00%74.26%81.62%
46.67%

Color #882319 in popluar number systems.

HEX882319
Decimal1363525
Binary1000100010001111001
Octal2104331

Shades and tints

Shades of #882319

#882319
(136,35,25)
#7C2017
(124,32,23)
#701D15
(112,29,21)
#641A13
(100,26,19)
#581711
(88,23,17)
#4C140F
(76,20,15)
#40110D
(64,17,13)
#340E0B
(52,14,11)
#280B09
(40,11,9)
#1C0807
(28,8,7)
#100505
(16,5,5)
#000000
(0,0,0)

Tints of #882319

#882319
(136,35,25)
#92372D
(146,55,45)
#9C4B41
(156,75,65)
#A65F55
(166,95,85)
#B07369
(176,115,105)
#BA877D
(186,135,125)
#C49B91
(196,155,145)
#CEAFA5
(206,175,165)
#D8C3B9
(216,195,185)
#E2D7CD
(226,215,205)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882319 color. Also use rgb(136,35,25) instead hex code.

Text Font Color

.myTextColor { color: #882319; }

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

This text font color is #882319.


Background Color

.myBgColor { background-color: #882319; }

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

This div background color is #882319.


Border color

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

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

This div border color is #882319.


Opacity

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

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

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

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

This text has shadow with #882319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882319 on black background.


Color preview on white background

This text has color #882319 on white background.



Black color preview on #882319 background

This text has black color on #882319 background.


White color preview on #882319 background

This text has white color on #882319 background.