COLOR #883014

HEX: #883014
RGB: (136,48,20)

Color info

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

RGB color model

#883014 color RGB value is (136,48,20).

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

RGB channels and saturation

R 136 of 255 = 53%
G 48 of 255 = 19%
B 20 of 255 = 8%

136
48
20

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

Portions of RGB colors in percentages

R + G + B =
136 + 48 + 20 = 204 (100%)
R 136 of 204 ~ 66.67%
G 48 of 204 ~ 23.53%
B 20 of 204 ~ 9.8%

%66.67
%23.53
%9.8

CMYK color model

#883014 color CMYK value is (0,65,85,47).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 85.29%
  • key color value is 46.67%
CMYK:
(0,65,85,47)
C0M65Y85K47 
(0%,65%,85%,47%)
(0.00/0.65/0.85/0.47)	

CMYK percentages

%0
%64.71
%85.29
%46.67

Codes

Color #883014 in popluar color models

883014
RGB1364820
HSL14°74.36%30.59%
HSB/HSV14°85.29%53.33%
CMYK0.00%64.71%85.29%
46.67%

Color #883014 in popluar number systems.

HEX883014
Decimal1364820
Binary1000100011000010100
Octal2106024

Shades and tints

Shades of #883014

#883014
(136,48,20)
#7C2C13
(124,44,19)
#702812
(112,40,18)
#642411
(100,36,17)
#582010
(88,32,16)
#4C1C0F
(76,28,15)
#40180E
(64,24,14)
#34140D
(52,20,13)
#28100C
(40,16,12)
#1C0C0B
(28,12,11)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #883014

#883014
(136,48,20)
#924229
(146,66,41)
#9C543E
(156,84,62)
#A66653
(166,102,83)
#B07868
(176,120,104)
#BA8A7D
(186,138,125)
#C49C92
(196,156,146)
#CEAEA7
(206,174,167)
#D8C0BC
(216,192,188)
#E2D2D1
(226,210,209)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883014; }

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

This text font color is #883014.


Background Color

.myBgColor { background-color: #883014; }

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

This div background color is #883014.


Border color

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

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

This div border color is #883014.


Opacity

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

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

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

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

This text has shadow with #883014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883014 on black background.


Color preview on white background

This text has color #883014 on white background.



Black color preview on #883014 background

This text has black color on #883014 background.


White color preview on #883014 background

This text has white color on #883014 background.