COLOR #883461

HEX: #883461
RGB: (136,52,97)

Color info

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

RGB color model

#883461 color RGB value is (136,52,97).

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

RGB channels and saturation

R 136 of 255 = 53%
G 52 of 255 = 20%
B 97 of 255 = 38%

136
52
97

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

Portions of RGB colors in percentages

R + G + B =
136 + 52 + 97 = 285 (100%)
R 136 of 285 ~ 47.72%
G 52 of 285 ~ 18.25%
B 97 of 285 ~ 34.04%

%47.72
%18.25
%34.04

CMYK color model

#883461 color CMYK value is (0,62,29,47).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 28.68%
  • key color value is 46.67%
CMYK:
(0,62,29,47)
C0M62Y29K47 
(0%,62%,29%,47%)
(0.00/0.62/0.29/0.47)	

CMYK percentages

%0
%61.76
%28.68
%46.67

Codes

Color #883461 in popluar color models

883461
RGB1365297
HSL328°44.68%36.86%
HSB/HSV328°61.76%53.33%
CMYK0.00%61.76%28.68%
46.67%

Color #883461 in popluar number systems.

HEX883461
Decimal1365297
Binary100010001101001100001
Octal21064141

Shades and tints

Shades of #883461

#883461
(136,52,97)
#7C3059
(124,48,89)
#702C51
(112,44,81)
#642849
(100,40,73)
#582441
(88,36,65)
#4C2039
(76,32,57)
#401C31
(64,28,49)
#341829
(52,24,41)
#281421
(40,20,33)
#1C1019
(28,16,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #883461

#883461
(136,52,97)
#92466F
(146,70,111)
#9C587D
(156,88,125)
#A66A8B
(166,106,139)
#B07C99
(176,124,153)
#BA8EA7
(186,142,167)
#C4A0B5
(196,160,181)
#CEB2C3
(206,178,195)
#D8C4D1
(216,196,209)
#E2D6DF
(226,214,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883461; }

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

This text font color is #883461.


Background Color

.myBgColor { background-color: #883461; }

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

This div background color is #883461.


Border color

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

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

This div border color is #883461.


Opacity

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

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

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

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

This text has shadow with #883461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883461 on black background.


Color preview on white background

This text has color #883461 on white background.



Black color preview on #883461 background

This text has black color on #883461 background.


White color preview on #883461 background

This text has white color on #883461 background.