COLOR #883065

HEX: #883065
RGB: (136,48,101)

Color info

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

RGB color model

#883065 color RGB value is (136,48,101).

  • red value is 136;
  • green value is 48;
  • blue value is 101.
RGB:
(136,48,101)
(53%,19%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 48 of 255 = 19%
B 101 of 255 = 40%

136
48
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 48 + 101 = 285 (100%)
R 136 of 285 ~ 47.72%
G 48 of 285 ~ 16.84%
B 101 of 285 ~ 35.44%

%47.72
%16.84
%35.44

CMYK color model

#883065 color CMYK value is (0,65,26,47).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,65,26,47)
C0M65Y26K47 
(0%,65%,26%,47%)
(0.00/0.65/0.26/0.47)	

CMYK percentages

%0
%64.71
%25.74
%46.67

Codes

Color #883065 in popluar color models

883065
RGB13648101
HSL324°47.83%36.08%
HSB/HSV324°64.71%53.33%
CMYK0.00%64.71%25.74%
46.67%

Color #883065 in popluar number systems.

HEX883065
Decimal13648101
Binary100010001100001100101
Octal21060145

Shades and tints

Shades of #883065

#883065
(136,48,101)
#7C2C5C
(124,44,92)
#702853
(112,40,83)
#64244A
(100,36,74)
#582041
(88,32,65)
#4C1C38
(76,28,56)
#40182F
(64,24,47)
#341426
(52,20,38)
#28101D
(40,16,29)
#1C0C14
(28,12,20)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #883065

#883065
(136,48,101)
#924273
(146,66,115)
#9C5481
(156,84,129)
#A6668F
(166,102,143)
#B0789D
(176,120,157)
#BA8AAB
(186,138,171)
#C49CB9
(196,156,185)
#CEAEC7
(206,174,199)
#D8C0D5
(216,192,213)
#E2D2E3
(226,210,227)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883065 color. Also use rgb(136,48,101) instead hex code.

Text Font Color

.myTextColor { color: #883065; }

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

This text font color is #883065.


Background Color

.myBgColor { background-color: #883065; }

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

This div background color is #883065.


Border color

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

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

This div border color is #883065.


Opacity

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

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

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

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

This text has shadow with #883065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883065 on black background.


Color preview on white background

This text has color #883065 on white background.



Black color preview on #883065 background

This text has black color on #883065 background.


White color preview on #883065 background

This text has white color on #883065 background.