COLOR #883C34

HEX: #883C34
RGB: (136,60,52)

Color info

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

RGB color model

#883C34 color RGB value is (136,60,52).

  • red value is 136;
  • green value is 60;
  • blue value is 52.
RGB:
(136,60,52)
(53%,24%,20%)

RGB channels and saturation

R 136 of 255 = 53%
G 60 of 255 = 24%
B 52 of 255 = 20%

136
60
52

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

Portions of RGB colors in percentages

R + G + B =
136 + 60 + 52 = 248 (100%)
R 136 of 248 ~ 54.84%
G 60 of 248 ~ 24.19%
B 52 of 248 ~ 20.97%

%54.84
%24.19
%20.97

CMYK color model

#883C34 color CMYK value is (0,56,62,47).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 61.76%
  • key color value is 46.67%
CMYK:
(0,56,62,47)
C0M56Y62K47 
(0%,56%,62%,47%)
(0.00/0.56/0.62/0.47)	

CMYK percentages

%0
%55.88
%61.76
%46.67

Codes

Color #883C34 in popluar color models

883C34
RGB1366052
HSL44.68%36.86%
HSB/HSV61.76%53.33%
CMYK0.00%55.88%61.76%
46.67%

Color #883C34 in popluar number systems.

HEX883C34
Decimal1366052
Binary10001000111100110100
Octal2107464

Shades and tints

Shades of #883C34

#883C34
(136,60,52)
#7C3730
(124,55,48)
#70322C
(112,50,44)
#642D28
(100,45,40)
#582824
(88,40,36)
#4C2320
(76,35,32)
#401E1C
(64,30,28)
#341918
(52,25,24)
#281414
(40,20,20)
#1C0F10
(28,15,16)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #883C34

#883C34
(136,60,52)
#924D46
(146,77,70)
#9C5E58
(156,94,88)
#A66F6A
(166,111,106)
#B0807C
(176,128,124)
#BA918E
(186,145,142)
#C4A2A0
(196,162,160)
#CEB3B2
(206,179,178)
#D8C4C4
(216,196,196)
#E2D5D6
(226,213,214)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883C34; }

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

This text font color is #883C34.


Background Color

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

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

This div background color is #883C34.


Border color

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

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

This div border color is #883C34.


Opacity

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

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

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

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

This text has shadow with #883C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883C34 on black background.


Color preview on white background

This text has color #883C34 on white background.



Black color preview on #883C34 background

This text has black color on #883C34 background.


White color preview on #883C34 background

This text has white color on #883C34 background.