COLOR #883F39

HEX: #883F39
RGB: (136,63,57)

Color info

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

RGB color model

#883F39 color RGB value is (136,63,57).

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

RGB channels and saturation

R 136 of 255 = 53%
G 63 of 255 = 25%
B 57 of 255 = 22%

136
63
57

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

Portions of RGB colors in percentages

R + G + B =
136 + 63 + 57 = 256 (100%)
R 136 of 256 ~ 53.13%
G 63 of 256 ~ 24.61%
B 57 of 256 ~ 22.27%

%53.13
%24.61
%22.27

CMYK color model

#883F39 color CMYK value is (0,54,58,47).

  • cyan value is 0.00%
  • magenta value is 53.68%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(0,54,58,47)
C0M54Y58K47 
(0%,54%,58%,47%)
(0.00/0.54/0.58/0.47)	

CMYK percentages

%0
%53.68
%58.09
%46.67

Codes

Color #883F39 in popluar color models

883F39
RGB1366357
HSL40.93%37.84%
HSB/HSV58.09%53.33%
CMYK0.00%53.68%58.09%
46.67%

Color #883F39 in popluar number systems.

HEX883F39
Decimal1366357
Binary10001000111111111001
Octal2107771

Shades and tints

Shades of #883F39

#883F39
(136,63,57)
#7C3A34
(124,58,52)
#70352F
(112,53,47)
#64302A
(100,48,42)
#582B25
(88,43,37)
#4C2620
(76,38,32)
#40211B
(64,33,27)
#341C16
(52,28,22)
#281711
(40,23,17)
#1C120C
(28,18,12)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #883F39

#883F39
(136,63,57)
#92504B
(146,80,75)
#9C615D
(156,97,93)
#A6726F
(166,114,111)
#B08381
(176,131,129)
#BA9493
(186,148,147)
#C4A5A5
(196,165,165)
#CEB6B7
(206,182,183)
#D8C7C9
(216,199,201)
#E2D8DB
(226,216,219)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883F39; }

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

This text font color is #883F39.


Background Color

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

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

This div background color is #883F39.


Border color

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

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

This div border color is #883F39.


Opacity

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

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

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

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

This text has shadow with #883F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883F39 on black background.


Color preview on white background

This text has color #883F39 on white background.



Black color preview on #883F39 background

This text has black color on #883F39 background.


White color preview on #883F39 background

This text has white color on #883F39 background.