COLOR #883A39

HEX: #883A39
RGB: (136,58,57)

Color info

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

RGB color model

#883A39 color RGB value is (136,58,57).

  • red value is 136;
  • green value is 58;
  • blue value is 57.
RGB:
(136,58,57)
(53%,23%,22%)

RGB channels and saturation

R 136 of 255 = 53%
G 58 of 255 = 23%
B 57 of 255 = 22%

136
58
57

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

Portions of RGB colors in percentages

R + G + B =
136 + 58 + 57 = 251 (100%)
R 136 of 251 ~ 54.18%
G 58 of 251 ~ 23.11%
B 57 of 251 ~ 22.71%

%54.18
%23.11
%22.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(0,57,58,47)
C0M57Y58K47 
(0%,57%,58%,47%)
(0.00/0.57/0.58/0.47)	

CMYK percentages

%0
%57.35
%58.09
%46.67

Codes

Color #883A39 in popluar color models

883A39
RGB1365857
HSL40.93%37.84%
HSB/HSV58.09%53.33%
CMYK0.00%57.35%58.09%
46.67%

Color #883A39 in popluar number systems.

HEX883A39
Decimal1365857
Binary10001000111010111001
Octal2107271

Shades and tints

Shades of #883A39

#883A39
(136,58,57)
#7C3534
(124,53,52)
#70302F
(112,48,47)
#642B2A
(100,43,42)
#582625
(88,38,37)
#4C2120
(76,33,32)
#401C1B
(64,28,27)
#341716
(52,23,22)
#281211
(40,18,17)
#1C0D0C
(28,13,12)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #883A39

#883A39
(136,58,57)
#924B4B
(146,75,75)
#9C5C5D
(156,92,93)
#A66D6F
(166,109,111)
#B07E81
(176,126,129)
#BA8F93
(186,143,147)
#C4A0A5
(196,160,165)
#CEB1B7
(206,177,183)
#D8C2C9
(216,194,201)
#E2D3DB
(226,211,219)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883A39; }

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

This text font color is #883A39.


Background Color

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

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

This div background color is #883A39.


Border color

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

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

This div border color is #883A39.


Opacity

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

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

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

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

This text has shadow with #883A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883A39 on black background.


Color preview on white background

This text has color #883A39 on white background.



Black color preview on #883A39 background

This text has black color on #883A39 background.


White color preview on #883A39 background

This text has white color on #883A39 background.