COLOR #883C2E

HEX: #883C2E RGB: (136,60,46)

Color info

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

RGB color model

#883C2E color RGB value is (136,60,46).

RGB: (136,60,46) (53%, 24%, 18%)

RGB channels and saturation

R 136 of 255 = 53%
G 60 of 255 = 24%
B 46 of 255 = 18%

136
60
46

R + G + B ~ 32%. #883C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 60 + 46 = 242 (100%)
R 136 of 242 ~ 56.2%
G 60 of 242 ~ 24.79%
B 46 of 242 ~ 19.01'%

%56.2
%24.79
%19.01

CMYK color model

#883C2E color CMYK value is (0,56,66,47).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 66.18%
  • key color value is 46.67%

CMYK: (0,56,66,47)
C0M56Y66K47 (0%, 56%, 66%, 47%)
(0.00 / 0.56 / 0.66 / 0.47)

CMYK percentages

%0
%55.88
%66.18
%46.67

Codes

Color #883C2E in popluar color models

88 3C 2E
RGB 136 60 46
HSL 49.45% 35.69%
HSB/HSV 66.18% 53.33%
CMYK 0.00% 55.88% 66.18%
46.67%

Color #883C2E in popluar number systems.

HEX 88 3C 2E
Decimal 136 60 46
Binary 10001000 111100 101110
Octal 210 74 56

Shades and tints

Shades of #883C2E

#883C2E
(136,60,46)
#7C372A
(124,55,42)
#703226
(112,50,38)
#642D22
(100,45,34)
#58281E
(88,40,30)
#4C231A
(76,35,26)
#401E16
(64,30,22)
#341912
(52,25,18)
#28140E
(40,20,14)
#1C0F0A
(28,15,10)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #883C2E

#883C2E
(136,60,46)
#924D41
(146,77,65)
#9C5E54
(156,94,84)
#A66F67
(166,111,103)
#B0807A
(176,128,122)
#BA918D
(186,145,141)
#C4A2A0
(196,162,160)
#CEB3B3
(206,179,179)
#D8C4C6
(216,196,198)
#E2D5D9
(226,213,217)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883C2E color. Also use rgb(136,60,46) instead hex code.

Text Font Color

.myTextColor { color: #883C2E; }

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

This text font color is #883C2E.

Background Color

.myBgColor { background-color: #883C2E; }

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

This div background color is #883C2E.

Border color

.myBorderColor { border: 1px solid #883C2E; }

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

This div border color is #883C2E.

Opacity

.myOpacity80 { color: #883C2E; opacity: 0.8; }

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

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

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

This text has shadow with #883C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883C2E.

Preview

Color preview on black background

This text has color #883C2E on black background.


Color preview on white background

This text has color #883C2E on white background.


Black color preview on #883C2E background

This text has black color on #883C2E background.


White color preview on #883C2E background

This text has white color on #883C2E background.


Related colors

Complementary color

Complementary color for #hex is #77C3D1.


I love getcolorcode.com

Triadic colors

1 #2E883C and #3C2E88 with #883C2E are triadic colors.

2 #2E3C88 and #3C882E with #883C2E are triadic colors.