COLOR #883351

HEX: #883351
RGB: (136,51,81)

Color info

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

RGB color model

#883351 color RGB value is (136,51,81).

  • red value is 136;
  • green value is 51;
  • blue value is 81.
RGB:
(136,51,81)
(53%,20%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 51 of 255 = 20%
B 81 of 255 = 32%

136
51
81

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

Portions of RGB colors in percentages

R + G + B =
136 + 51 + 81 = 268 (100%)
R 136 of 268 ~ 50.75%
G 51 of 268 ~ 19.03%
B 81 of 268 ~ 30.22%

%50.75
%19.03
%30.22

CMYK color model

#883351 color CMYK value is (0,63,40,47).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 40.44%
  • key color value is 46.67%
CMYK:
(0,63,40,47)
C0M63Y40K47 
(0%,63%,40%,47%)
(0.00/0.63/0.40/0.47)	

CMYK percentages

%0
%62.5
%40.44
%46.67

Codes

Color #883351 in popluar color models

883351
RGB1365181
HSL339°45.45%36.67%
HSB/HSV339°62.50%53.33%
CMYK0.00%62.50%40.44%
46.67%

Color #883351 in popluar number systems.

HEX883351
Decimal1365181
Binary100010001100111010001
Octal21063121

Shades and tints

Shades of #883351

#883351
(136,51,81)
#7C2F4A
(124,47,74)
#702B43
(112,43,67)
#64273C
(100,39,60)
#582335
(88,35,53)
#4C1F2E
(76,31,46)
#401B27
(64,27,39)
#341720
(52,23,32)
#281319
(40,19,25)
#1C0F12
(28,15,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #883351

#883351
(136,51,81)
#924560
(146,69,96)
#9C576F
(156,87,111)
#A6697E
(166,105,126)
#B07B8D
(176,123,141)
#BA8D9C
(186,141,156)
#C49FAB
(196,159,171)
#CEB1BA
(206,177,186)
#D8C3C9
(216,195,201)
#E2D5D8
(226,213,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883351 color. Also use rgb(136,51,81) instead hex code.

Text Font Color

.myTextColor { color: #883351; }

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

This text font color is #883351.


Background Color

.myBgColor { background-color: #883351; }

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

This div background color is #883351.


Border color

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

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

This div border color is #883351.


Opacity

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

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

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

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

This text has shadow with #883351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883351 on black background.


Color preview on white background

This text has color #883351 on white background.



Black color preview on #883351 background

This text has black color on #883351 background.


White color preview on #883351 background

This text has white color on #883351 background.