COLOR #883914

HEX: #883914
RGB: (136,57,20)

Color info

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

RGB color model

#883914 color RGB value is (136,57,20).

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

RGB channels and saturation

R 136 of 255 = 53%
G 57 of 255 = 22%
B 20 of 255 = 8%

136
57
20

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

Portions of RGB colors in percentages

R + G + B =
136 + 57 + 20 = 213 (100%)
R 136 of 213 ~ 63.85%
G 57 of 213 ~ 26.76%
B 20 of 213 ~ 9.39%

%63.85
%26.76

CMYK color model

#883914 color CMYK value is (0,58,85,47).

  • cyan value is 0.00%
  • magenta value is 58.09%
  • yellow value is 85.29%
  • key color value is 46.67%
CMYK:
(0,58,85,47)
C0M58Y85K47 
(0%,58%,85%,47%)
(0.00/0.58/0.85/0.47)	

CMYK percentages

%0
%58.09
%85.29
%46.67

Codes

Color #883914 in popluar color models

883914
RGB1365720
HSL19°74.36%30.59%
HSB/HSV19°85.29%53.33%
CMYK0.00%58.09%85.29%
46.67%

Color #883914 in popluar number systems.

HEX883914
Decimal1365720
Binary1000100011100110100
Octal2107124

Shades and tints

Shades of #883914

#883914
(136,57,20)
#7C3413
(124,52,19)
#702F12
(112,47,18)
#642A11
(100,42,17)
#582510
(88,37,16)
#4C200F
(76,32,15)
#401B0E
(64,27,14)
#34160D
(52,22,13)
#28110C
(40,17,12)
#1C0C0B
(28,12,11)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #883914

#883914
(136,57,20)
#924B29
(146,75,41)
#9C5D3E
(156,93,62)
#A66F53
(166,111,83)
#B08168
(176,129,104)
#BA937D
(186,147,125)
#C4A592
(196,165,146)
#CEB7A7
(206,183,167)
#D8C9BC
(216,201,188)
#E2DBD1
(226,219,209)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883914 color. Also use rgb(136,57,20) instead hex code.

Text Font Color

.myTextColor { color: #883914; }

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

This text font color is #883914.


Background Color

.myBgColor { background-color: #883914; }

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

This div background color is #883914.


Border color

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

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

This div border color is #883914.


Opacity

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

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

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

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

This text has shadow with #883914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883914 on black background.


Color preview on white background

This text has color #883914 on white background.



Black color preview on #883914 background

This text has black color on #883914 background.


White color preview on #883914 background

This text has white color on #883914 background.