COLOR #884C41

HEX: #884C41 RGB: (136,76,65)

Color info

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

RGB color model

#884C41 color RGB value is (136,76,65).

RGB: (136,76,65) (53%, 30%, 25%)

RGB channels and saturation

R 136 of 255 = 53%
G 76 of 255 = 30%
B 65 of 255 = 25%

136
76
65

R + G + B ~ 36%. #884C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 76 + 65 = 277 (100%)
R 136 of 277 ~ 49.1%
G 76 of 277 ~ 27.44%
B 65 of 277 ~ 23.47'%

%49.1
%27.44
%23.47

CMYK color model

#884C41 color CMYK value is (0,44,52,47).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 52.21%
  • key color value is 46.67%

CMYK: (0,44,52,47)
C0M44Y52K47 (0%, 44%, 52%, 47%)
(0.00 / 0.44 / 0.52 / 0.47)

CMYK percentages

%0
%44.12
%52.21
%46.67

Codes

Color #884C41 in popluar color models

88 4C 41
RGB 136 76 65
HSL 35.32% 39.41%
HSB/HSV 52.21% 53.33%
CMYK 0.00% 44.12% 52.21%
46.67%

Color #884C41 in popluar number systems.

HEX 88 4C 41
Decimal 136 76 65
Binary 10001000 1001100 1000001
Octal 210 114 101

Shades and tints

Shades of #884C41

#884C41
(136,76,65)
#7C463C
(124,70,60)
#704037
(112,64,55)
#643A32
(100,58,50)
#58342D
(88,52,45)
#4C2E28
(76,46,40)
#402823
(64,40,35)
#34221E
(52,34,30)
#281C19
(40,28,25)
#1C1614
(28,22,20)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #884C41

#884C41
(136,76,65)
#925C52
(146,92,82)
#9C6C63
(156,108,99)
#A67C74
(166,124,116)
#B08C85
(176,140,133)
#BA9C96
(186,156,150)
#C4ACA7
(196,172,167)
#CEBCB8
(206,188,184)
#D8CCC9
(216,204,201)
#E2DCDA
(226,220,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884C41 color. Also use rgb(136,76,65) instead hex code.

Text Font Color

.myTextColor { color: #884C41; }

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

This text font color is #884C41.

Background Color

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

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

This div background color is #884C41.

Border color

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

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

This div border color is #884C41.

Opacity

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

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

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

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

This text has shadow with #884C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884C41.

Preview

Color preview on black background

This text has color #884C41 on black background.


Color preview on white background

This text has color #884C41 on white background.


Black color preview on #884C41 background

This text has black color on #884C41 background.


White color preview on #884C41 background

This text has white color on #884C41 background.


Related colors

Complementary color

Complementary color for #hex is #77B3BE.


I love getcolorcode.com

Triadic colors

1 #41884C and #4C4188 with #884C41 are triadic colors.

2 #414C88 and #4C8841 with #884C41 are triadic colors.