COLOR #884A23

HEX: #884A23 RGB: (136,74,35)

Color info

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

RGB color model

#884A23 color RGB value is (136,74,35).

RGB: (136,74,35) (53%, 29%, 14%)

RGB channels and saturation

R 136 of 255 = 53%
G 74 of 255 = 29%
B 35 of 255 = 14%

136
74
35

R + G + B ~ 32%. #884A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 74 + 35 = 245 (100%)
R 136 of 245 ~ 55.51%
G 74 of 245 ~ 30.2%
B 35 of 245 ~ 14.29'%

%55.51
%30.2
%14.29

CMYK color model

#884A23 color CMYK value is (0,46,74,47).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 74.26%
  • key color value is 46.67%

CMYK: (0,46,74,47)
C0M46Y74K47 (0%, 46%, 74%, 47%)
(0.00 / 0.46 / 0.74 / 0.47)

CMYK percentages

%0
%45.59
%74.26
%46.67

Codes

Color #884A23 in popluar color models

88 4A 23
RGB 136 74 35
HSL 23° 59.06% 33.53%
HSB/HSV 23° 74.26% 53.33%
CMYK 0.00% 45.59% 74.26%
46.67%

Color #884A23 in popluar number systems.

HEX 88 4A 23
Decimal 136 74 35
Binary 10001000 1001010 100011
Octal 210 112 43

Shades and tints

Shades of #884A23

#884A23
(136,74,35)
#7C4420
(124,68,32)
#703E1D
(112,62,29)
#64381A
(100,56,26)
#583217
(88,50,23)
#4C2C14
(76,44,20)
#402611
(64,38,17)
#34200E
(52,32,14)
#281A0B
(40,26,11)
#1C1408
(28,20,8)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #884A23

#884A23
(136,74,35)
#925A37
(146,90,55)
#9C6A4B
(156,106,75)
#A67A5F
(166,122,95)
#B08A73
(176,138,115)
#BA9A87
(186,154,135)
#C4AA9B
(196,170,155)
#CEBAAF
(206,186,175)
#D8CAC3
(216,202,195)
#E2DAD7
(226,218,215)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884A23; }

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

This text font color is #884A23.

Background Color

.myBgColor { background-color: #884A23; }

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

This div background color is #884A23.

Border color

.myBorderColor { border: 1px solid #884A23; }

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

This div border color is #884A23.

Opacity

.myOpacity80 { color: #884A23; opacity: 0.8; }

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

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

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

This text has shadow with #884A23 color.


.textShadow {text-shadow: 3px 3px 1px #884A23', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #884A23; -webkit-box-shadow: 1px 1px 3px 2px #884A23; box-shadow:1px 1px 3px 2px #884A23;">
Div content here
</div>

This div box has shadow with color #884A23.

Preview

Color preview on black background

This text has color #884A23 on black background.


Color preview on white background

This text has color #884A23 on white background.


Black color preview on #884A23 background

This text has black color on #884A23 background.


White color preview on #884A23 background

This text has white color on #884A23 background.


Related colors

Complementary color

Complementary color for #hex is #77B5DC.


I love getcolorcode.com

Triadic colors

1 #23884A and #4A2388 with #884A23 are triadic colors.

2 #234A88 and #4A8823 with #884A23 are triadic colors.