COLOR #883D54

HEX: #883D54
RGB: (136,61,84)

Color info

#883D54 contains mainly red and blue colors. Web safe color of #883D54 is #993366 (or #936).

RGB color model

#883D54 color RGB value is (136,61,84).

  • red value is 136;
  • green value is 61;
  • blue value is 84.
RGB:
(136,61,84)
(53%,24%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 61 of 255 = 24%
B 84 of 255 = 33%

136
61
84

R + G + B ~ 37%. #883D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 61 + 84 = 281 (100%)
R 136 of 281 ~ 48.4%
G 61 of 281 ~ 21.71%
B 84 of 281 ~ 29.89%

%48.4
%21.71
%29.89

CMYK color model

#883D54 color CMYK value is (0,55,38,47).

  • cyan value is 0.00%
  • magenta value is 55.15%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(0,55,38,47)
C0M55Y38K47 
(0%,55%,38%,47%)
(0.00/0.55/0.38/0.47)	

CMYK percentages

%0
%55.15
%38.24
%46.67

Codes

Color #883D54 in popluar color models

883D54
RGB1366184
HSL342°38.07%38.63%
HSB/HSV342°55.15%53.33%
CMYK0.00%55.15%38.24%
46.67%

Color #883D54 in popluar number systems.

HEX883D54
Decimal1366184
Binary100010001111011010100
Octal21075124

Shades and tints

Shades of #883D54

#883D54
(136,61,84)
#7C384D
(124,56,77)
#703346
(112,51,70)
#642E3F
(100,46,63)
#582938
(88,41,56)
#4C2431
(76,36,49)
#401F2A
(64,31,42)
#341A23
(52,26,35)
#28151C
(40,21,28)
#1C1015
(28,16,21)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #883D54

#883D54
(136,61,84)
#924E63
(146,78,99)
#9C5F72
(156,95,114)
#A67081
(166,112,129)
#B08190
(176,129,144)
#BA929F
(186,146,159)
#C4A3AE
(196,163,174)
#CEB4BD
(206,180,189)
#D8C5CC
(216,197,204)
#E2D6DB
(226,214,219)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883D54 color. Also use rgb(136,61,84) instead hex code.

Text Font Color

.myTextColor { color: #883D54; }

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

This text font color is #883D54.


Background Color

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

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

This div background color is #883D54.


Border color

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

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

This div border color is #883D54.


Opacity

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

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

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

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

This text has shadow with #883D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883D54 on black background.


Color preview on white background

This text has color #883D54 on white background.



Black color preview on #883D54 background

This text has black color on #883D54 background.


White color preview on #883D54 background

This text has white color on #883D54 background.