COLOR #883450

HEX: #883450
RGB: (136,52,80)

Color info

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

RGB color model

#883450 color RGB value is (136,52,80).

  • red value is 136;
  • green value is 52;
  • blue value is 80.
RGB:
(136,52,80)
(53%,20%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 52 of 255 = 20%
B 80 of 255 = 31%

136
52
80

R + G + B ~ 35%. #883450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 52 + 80 = 268 (100%)
R 136 of 268 ~ 50.75%
G 52 of 268 ~ 19.4%
B 80 of 268 ~ 29.85%

%50.75
%19.4
%29.85

CMYK color model

#883450 color CMYK value is (0,62,41,47).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,62,41,47)
C0M62Y41K47 
(0%,62%,41%,47%)
(0.00/0.62/0.41/0.47)	

CMYK percentages

%0
%61.76
%41.18
%46.67

Codes

Color #883450 in popluar color models

883450
RGB1365280
HSL340°44.68%36.86%
HSB/HSV340°61.76%53.33%
CMYK0.00%61.76%41.18%
46.67%

Color #883450 in popluar number systems.

HEX883450
Decimal1365280
Binary100010001101001010000
Octal21064120

Shades and tints

Shades of #883450

#883450
(136,52,80)
#7C3049
(124,48,73)
#702C42
(112,44,66)
#64283B
(100,40,59)
#582434
(88,36,52)
#4C202D
(76,32,45)
#401C26
(64,28,38)
#34181F
(52,24,31)
#281418
(40,20,24)
#1C1011
(28,16,17)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #883450

#883450
(136,52,80)
#92465F
(146,70,95)
#9C586E
(156,88,110)
#A66A7D
(166,106,125)
#B07C8C
(176,124,140)
#BA8E9B
(186,142,155)
#C4A0AA
(196,160,170)
#CEB2B9
(206,178,185)
#D8C4C8
(216,196,200)
#E2D6D7
(226,214,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883450 color. Also use rgb(136,52,80) instead hex code.

Text Font Color

.myTextColor { color: #883450; }

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

This text font color is #883450.


Background Color

.myBgColor { background-color: #883450; }

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

This div background color is #883450.


Border color

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

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

This div border color is #883450.


Opacity

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

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

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

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

This text has shadow with #883450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883450 on black background.


Color preview on white background

This text has color #883450 on white background.



Black color preview on #883450 background

This text has black color on #883450 background.


White color preview on #883450 background

This text has white color on #883450 background.