COLOR #883937

HEX: #883937 RGB: (136,57,55)

Color info

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

RGB color model

#883937 color RGB value is (136,57,55).

RGB: (136,57,55) (53%, 22%, 22%)

RGB channels and saturation

R 136 of 255 = 53%
G 57 of 255 = 22%
B 55 of 255 = 22%

136
57
55

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

Portions of RGB colors in percentages

R + G + B = 136 + 57 + 55 = 248 (100%)
R 136 of 248 ~ 54.84%
G 57 of 248 ~ 22.98%
B 55 of 248 ~ 22.18'%

%54.84
%22.98
%22.18

CMYK color model

#883937 color CMYK value is (0,58,60,47).

  • cyan value is 0.00%
  • magenta value is 58.09%
  • yellow value is 59.56%
  • key color value is 46.67%
CMYK: (0,58,60,47) C0M58Y60K47 (0%,58%,60%,47%) (0.00/0.58/0.60/0.47) 

CMYK percentages

%0
%58.09
%59.56
%46.67

Codes

Color #883937 in popluar color models

88 39 37
RGB 136 57 55
HSL 42.41% 37.45%
HSB/HSV 59.56% 53.33%
CMYK 0.00% 58.09% 59.56%
46.67%

Color #883937 in popluar number systems.

HEX 88 39 37
Decimal 136 57 55
Binary 10001000 111001 110111
Octal 210 71 67

Shades and tints

Shades of #883937

#883937
(136,57,55)
#7C3432
(124,52,50)
#702F2D
(112,47,45)
#642A28
(100,42,40)
#582523
(88,37,35)
#4C201E
(76,32,30)
#401B19
(64,27,25)
#341614
(52,22,20)
#28110F
(40,17,15)
#1C0C0A
(28,12,10)
#100705
(16,7,5)
#000000
(0,0,0)

Tints of #883937

#883937
(136,57,55)
#924B49
(146,75,73)
#9C5D5B
(156,93,91)
#A66F6D
(166,111,109)
#B0817F
(176,129,127)
#BA9391
(186,147,145)
#C4A5A3
(196,165,163)
#CEB7B5
(206,183,181)
#D8C9C7
(216,201,199)
#E2DBD9
(226,219,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883937 color. Also use rgb(136,57,55) instead hex code.

Text Font Color

.myTextColor { color: #883937; }

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

This text font color is #883937.

Background Color

.myBgColor { background-color: #883937; }

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

This div background color is #883937.

Border color

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

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

This div border color is #883937.

Opacity

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

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

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

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

This text has shadow with #883937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883937.

Preview

Color preview on black background

This text has color #883937 on black background.


Color preview on white background

This text has color #883937 on white background.


Black color preview on #883937 background

This text has black color on #883937 background.


White color preview on #883937 background

This text has white color on #883937 background.


Related colors

Complementary color

Complementary color for #hex is #77C6C8.


I love getcolorcode.com

Triadic colors

1 #378839 and #393788 with #883937 are triadic colors.

2 #373988 and #398837 with #883937 are triadic colors.