COLOR #883412

HEX: #883412
RGB: (136,52,18)

Color info

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

RGB color model

#883412 color RGB value is (136,52,18).

  • red value is 136;
  • green value is 52;
  • blue value is 18.
RGB:
(136,52,18)
(53%,20%,7%)

RGB channels and saturation

R 136 of 255 = 53%
G 52 of 255 = 20%
B 18 of 255 = 7%

136
52
18

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

Portions of RGB colors in percentages

R + G + B =
136 + 52 + 18 = 206 (100%)
R 136 of 206 ~ 66.02%
G 52 of 206 ~ 25.24%
B 18 of 206 ~ 8.74%

%66.02
%25.24

CMYK color model

#883412 color CMYK value is (0,62,87,47).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 86.76%
  • key color value is 46.67%
CMYK:
(0,62,87,47)
C0M62Y87K47 
(0%,62%,87%,47%)
(0.00/0.62/0.87/0.47)	

CMYK percentages

%0
%61.76
%86.76
%46.67

Codes

Color #883412 in popluar color models

883412
RGB1365218
HSL17°76.62%30.20%
HSB/HSV17°86.76%53.33%
CMYK0.00%61.76%86.76%
46.67%

Color #883412 in popluar number systems.

HEX883412
Decimal1365218
Binary1000100011010010010
Octal2106422

Shades and tints

Shades of #883412

#883412
(136,52,18)
#7C3011
(124,48,17)
#702C10
(112,44,16)
#64280F
(100,40,15)
#58240E
(88,36,14)
#4C200D
(76,32,13)
#401C0C
(64,28,12)
#34180B
(52,24,11)
#28140A
(40,20,10)
#1C1009
(28,16,9)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #883412

#883412
(136,52,18)
#924627
(146,70,39)
#9C583C
(156,88,60)
#A66A51
(166,106,81)
#B07C66
(176,124,102)
#BA8E7B
(186,142,123)
#C4A090
(196,160,144)
#CEB2A5
(206,178,165)
#D8C4BA
(216,196,186)
#E2D6CF
(226,214,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883412 color. Also use rgb(136,52,18) instead hex code.

Text Font Color

.myTextColor { color: #883412; }

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

This text font color is #883412.


Background Color

.myBgColor { background-color: #883412; }

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

This div background color is #883412.


Border color

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

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

This div border color is #883412.


Opacity

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

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

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

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

This text has shadow with #883412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883412 on black background.


Color preview on white background

This text has color #883412 on white background.



Black color preview on #883412 background

This text has black color on #883412 background.


White color preview on #883412 background

This text has white color on #883412 background.