COLOR #883955

HEX: #883955
RGB: (136,57,85)

Color info

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

RGB color model

#883955 color RGB value is (136,57,85).

  • red value is 136;
  • green value is 57;
  • blue value is 85.
RGB:
(136,57,85)
(53%,22%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 57 of 255 = 22%
B 85 of 255 = 33%

136
57
85

R + G + B ~ 36%. #883955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 57 + 85 = 278 (100%)
R 136 of 278 ~ 48.92%
G 57 of 278 ~ 20.5%
B 85 of 278 ~ 30.58%

%48.92
%20.5
%30.58

CMYK color model

#883955 color CMYK value is (0,58,38,47).

  • cyan value is 0.00%
  • magenta value is 58.09%
  • yellow value is 37.50%
  • key color value is 46.67%
CMYK:
(0,58,38,47)
C0M58Y38K47 
(0%,58%,38%,47%)
(0.00/0.58/0.38/0.47)	

CMYK percentages

%0
%58.09
%37.5
%46.67

Codes

Color #883955 in popluar color models

883955
RGB1365785
HSL339°40.93%37.84%
HSB/HSV339°58.09%53.33%
CMYK0.00%58.09%37.50%
46.67%

Color #883955 in popluar number systems.

HEX883955
Decimal1365785
Binary100010001110011010101
Octal21071125

Shades and tints

Shades of #883955

#883955
(136,57,85)
#7C344E
(124,52,78)
#702F47
(112,47,71)
#642A40
(100,42,64)
#582539
(88,37,57)
#4C2032
(76,32,50)
#401B2B
(64,27,43)
#341624
(52,22,36)
#28111D
(40,17,29)
#1C0C16
(28,12,22)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #883955

#883955
(136,57,85)
#924B64
(146,75,100)
#9C5D73
(156,93,115)
#A66F82
(166,111,130)
#B08191
(176,129,145)
#BA93A0
(186,147,160)
#C4A5AF
(196,165,175)
#CEB7BE
(206,183,190)
#D8C9CD
(216,201,205)
#E2DBDC
(226,219,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883955 color. Also use rgb(136,57,85) instead hex code.

Text Font Color

.myTextColor { color: #883955; }

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

This text font color is #883955.


Background Color

.myBgColor { background-color: #883955; }

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

This div background color is #883955.


Border color

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

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

This div border color is #883955.


Opacity

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

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

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

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

This text has shadow with #883955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883955 on black background.


Color preview on white background

This text has color #883955 on white background.



Black color preview on #883955 background

This text has black color on #883955 background.


White color preview on #883955 background

This text has white color on #883955 background.