COLOR #884223

HEX: #884223
RGB: (136,66,35)

Color info

#884223 contains mainly red color. Web safe color of #884223 is #993333 (or #933).

RGB color model

#884223 color RGB value is (136,66,35).

  • red value is 136;
  • green value is 66;
  • blue value is 35.
RGB:
(136,66,35)
(53%,26%,14%)

RGB channels and saturation

R 136 of 255 = 53%
G 66 of 255 = 26%
B 35 of 255 = 14%

136
66
35

R + G + B ~ 31%. #884223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 66 + 35 = 237 (100%)
R 136 of 237 ~ 57.38%
G 66 of 237 ~ 27.85%
B 35 of 237 ~ 14.77%

%57.38
%27.85
%14.77

CMYK color model

#884223 color CMYK value is (0,51,74,47).

  • cyan value is 0.00%
  • magenta value is 51.47%
  • yellow value is 74.26%
  • key color value is 46.67%
CMYK:
(0,51,74,47)
C0M51Y74K47 
(0%,51%,74%,47%)
(0.00/0.51/0.74/0.47)	

CMYK percentages

%0
%51.47
%74.26
%46.67

Codes

Color #884223 in popluar color models

884223
RGB1366635
HSL18°59.06%33.53%
HSB/HSV18°74.26%53.33%
CMYK0.00%51.47%74.26%
46.67%

Color #884223 in popluar number systems.

HEX884223
Decimal1366635
Binary100010001000010100011
Octal21010243

Shades and tints

Shades of #884223

#884223
(136,66,35)
#7C3C20
(124,60,32)
#70361D
(112,54,29)
#64301A
(100,48,26)
#582A17
(88,42,23)
#4C2414
(76,36,20)
#401E11
(64,30,17)
#34180E
(52,24,14)
#28120B
(40,18,11)
#1C0C08
(28,12,8)
#100605
(16,6,5)
#000000
(0,0,0)

Tints of #884223

#884223
(136,66,35)
#925337
(146,83,55)
#9C644B
(156,100,75)
#A6755F
(166,117,95)
#B08673
(176,134,115)
#BA9787
(186,151,135)
#C4A89B
(196,168,155)
#CEB9AF
(206,185,175)
#D8CAC3
(216,202,195)
#E2DBD7
(226,219,215)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884223 color. Also use rgb(136,66,35) instead hex code.

Text Font Color

.myTextColor { color: #884223; }

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

This text font color is #884223.


Background Color

.myBgColor { background-color: #884223; }

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

This div background color is #884223.


Border color

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

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

This div border color is #884223.


Opacity

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

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

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

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

This text has shadow with #884223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884223 on black background.


Color preview on white background

This text has color #884223 on white background.



Black color preview on #884223 background

This text has black color on #884223 background.


White color preview on #884223 background

This text has white color on #884223 background.