COLOR #883B11

HEX: #883B11
RGB: (136,59,17)

Color info

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

RGB color model

#883B11 color RGB value is (136,59,17).

  • red value is 136;
  • green value is 59;
  • blue value is 17.
RGB:
(136,59,17)
(53%,23%,7%)

RGB channels and saturation

R 136 of 255 = 53%
G 59 of 255 = 23%
B 17 of 255 = 7%

136
59
17

R + G + B ~ 28%. #883B11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 59 + 17 = 212 (100%)
R 136 of 212 ~ 64.15%
G 59 of 212 ~ 27.83%
B 17 of 212 ~ 8.02%

%64.15
%27.83

CMYK color model

#883B11 color CMYK value is (0,57,88,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 87.50%
  • key color value is 46.67%
CMYK:
(0,57,88,47)
C0M57Y88K47 
(0%,57%,88%,47%)
(0.00/0.57/0.88/0.47)	

CMYK percentages

%0
%56.62
%87.5
%46.67

Codes

Color #883B11 in popluar color models

883B11
RGB1365917
HSL21°77.78%30.00%
HSB/HSV21°87.50%53.33%
CMYK0.00%56.62%87.50%
46.67%

Color #883B11 in popluar number systems.

HEX883B11
Decimal1365917
Binary1000100011101110001
Octal2107321

Shades and tints

Shades of #883B11

#883B11
(136,59,17)
#7C3610
(124,54,16)
#70310F
(112,49,15)
#642C0E
(100,44,14)
#58270D
(88,39,13)
#4C220C
(76,34,12)
#401D0B
(64,29,11)
#34180A
(52,24,10)
#281309
(40,19,9)
#1C0E08
(28,14,8)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #883B11

#883B11
(136,59,17)
#924C26
(146,76,38)
#9C5D3B
(156,93,59)
#A66E50
(166,110,80)
#B07F65
(176,127,101)
#BA907A
(186,144,122)
#C4A18F
(196,161,143)
#CEB2A4
(206,178,164)
#D8C3B9
(216,195,185)
#E2D4CE
(226,212,206)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883B11 color. Also use rgb(136,59,17) instead hex code.

Text Font Color

.myTextColor { color: #883B11; }

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

This text font color is #883B11.


Background Color

.myBgColor { background-color: #883B11; }

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

This div background color is #883B11.


Border color

.myBorderColor { border: 1px solid #883B11; }

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

This div border color is #883B11.


Opacity

.myOpacity80 { color: #883B11; opacity: 0.8; }

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

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

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

This text has shadow with #883B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883B11 on black background.


Color preview on white background

This text has color #883B11 on white background.



Black color preview on #883B11 background

This text has black color on #883B11 background.


White color preview on #883B11 background

This text has white color on #883B11 background.