COLOR #883A13

HEX: #883A13
RGB: (136,58,19)

Color info

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

RGB color model

#883A13 color RGB value is (136,58,19).

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

RGB channels and saturation

R 136 of 255 = 53%
G 58 of 255 = 23%
B 19 of 255 = 7%

136
58
19

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

Portions of RGB colors in percentages

R + G + B =
136 + 58 + 19 = 213 (100%)
R 136 of 213 ~ 63.85%
G 58 of 213 ~ 27.23%
B 19 of 213 ~ 8.92%

%63.85
%27.23

CMYK color model

#883A13 color CMYK value is (0,57,86,47).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 86.03%
  • key color value is 46.67%
CMYK:
(0,57,86,47)
C0M57Y86K47 
(0%,57%,86%,47%)
(0.00/0.57/0.86/0.47)	

CMYK percentages

%0
%57.35
%86.03
%46.67

Codes

Color #883A13 in popluar color models

883A13
RGB1365819
HSL20°75.48%30.39%
HSB/HSV20°86.03%53.33%
CMYK0.00%57.35%86.03%
46.67%

Color #883A13 in popluar number systems.

HEX883A13
Decimal1365819
Binary1000100011101010011
Octal2107223

Shades and tints

Shades of #883A13

#883A13
(136,58,19)
#7C3512
(124,53,18)
#703011
(112,48,17)
#642B10
(100,43,16)
#58260F
(88,38,15)
#4C210E
(76,33,14)
#401C0D
(64,28,13)
#34170C
(52,23,12)
#28120B
(40,18,11)
#1C0D0A
(28,13,10)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #883A13

#883A13
(136,58,19)
#924B28
(146,75,40)
#9C5C3D
(156,92,61)
#A66D52
(166,109,82)
#B07E67
(176,126,103)
#BA8F7C
(186,143,124)
#C4A091
(196,160,145)
#CEB1A6
(206,177,166)
#D8C2BB
(216,194,187)
#E2D3D0
(226,211,208)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883A13 color. Also use rgb(136,58,19) instead hex code.

Text Font Color

.myTextColor { color: #883A13; }

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

This text font color is #883A13.


Background Color

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

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

This div background color is #883A13.


Border color

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

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

This div border color is #883A13.


Opacity

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

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

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

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

This text has shadow with #883A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883A13 on black background.


Color preview on white background

This text has color #883A13 on white background.



Black color preview on #883A13 background

This text has black color on #883A13 background.


White color preview on #883A13 background

This text has white color on #883A13 background.