COLOR #883A3B

HEX: #883A3B RGB: (136,58,59)

Color info

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

RGB color model

#883A3B color RGB value is (136,58,59).

RGB: (136,58,59) (53%, 23%, 23%)

RGB channels and saturation

R 136 of 255 = 53%
G 58 of 255 = 23%
B 59 of 255 = 23%

136
58
59

R + G + B ~ 33%. #883A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 58 + 59 = 253 (100%)
R 136 of 253 ~ 53.75%
G 58 of 253 ~ 22.92%
B 59 of 253 ~ 23.32'%

%53.75
%22.92
%23.32

CMYK color model

#883A3B color CMYK value is (0,57,57,47).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 56.62%
  • key color value is 46.67%

CMYK: (0,57,57,47)
C0M57Y57K47 (0%, 57%, 57%, 47%)
(0.00 / 0.57 / 0.57 / 0.47)

CMYK percentages

%0
%57.35
%56.62
%46.67

Codes

Color #883A3B in popluar color models

88 3A 3B
RGB 136 58 59
HSL 359° 40.21% 38.04%
HSB/HSV 359° 57.35% 53.33%
CMYK 0.00% 57.35% 56.62%
46.67%

Color #883A3B in popluar number systems.

HEX 88 3A 3B
Decimal 136 58 59
Binary 10001000 111010 111011
Octal 210 72 73

Shades and tints

Shades of #883A3B

#883A3B
(136,58,59)
#7C3536
(124,53,54)
#703031
(112,48,49)
#642B2C
(100,43,44)
#582627
(88,38,39)
#4C2122
(76,33,34)
#401C1D
(64,28,29)
#341718
(52,23,24)
#281213
(40,18,19)
#1C0D0E
(28,13,14)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #883A3B

#883A3B
(136,58,59)
#924B4C
(146,75,76)
#9C5C5D
(156,92,93)
#A66D6E
(166,109,110)
#B07E7F
(176,126,127)
#BA8F90
(186,143,144)
#C4A0A1
(196,160,161)
#CEB1B2
(206,177,178)
#D8C2C3
(216,194,195)
#E2D3D4
(226,211,212)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883A3B color. Also use rgb(136,58,59) instead hex code.

Text Font Color

.myTextColor { color: #883A3B; }

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

This text font color is #883A3B.

Background Color

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

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

This div background color is #883A3B.

Border color

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

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

This div border color is #883A3B.

Opacity

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

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

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

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

This text has shadow with #883A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883A3B.

Preview

Color preview on black background

This text has color #883A3B on black background.


Color preview on white background

This text has color #883A3B on white background.


Black color preview on #883A3B background

This text has black color on #883A3B background.


White color preview on #883A3B background

This text has white color on #883A3B background.


Related colors

Complementary color

Complementary color for #hex is #77C5C4.


I love getcolorcode.com

Triadic colors

1 #3B883A and #3A3B88 with #883A3B are triadic colors.

2 #3B3A88 and #3A883B with #883A3B are triadic colors.