COLOR #883758

HEX: #883758
RGB: (136,55,88)

Color info

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

RGB color model

#883758 color RGB value is (136,55,88).

  • red value is 136;
  • green value is 55;
  • blue value is 88.
RGB:
(136,55,88)
(53%,22%,35%)

RGB channels and saturation

R 136 of 255 = 53%
G 55 of 255 = 22%
B 88 of 255 = 35%

136
55
88

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

Portions of RGB colors in percentages

R + G + B =
136 + 55 + 88 = 279 (100%)
R 136 of 279 ~ 48.75%
G 55 of 279 ~ 19.71%
B 88 of 279 ~ 31.54%

%48.75
%19.71
%31.54

CMYK color model

#883758 color CMYK value is (0,60,35,47).

  • cyan value is 0.00%
  • magenta value is 59.56%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(0,60,35,47)
C0M60Y35K47 
(0%,60%,35%,47%)
(0.00/0.60/0.35/0.47)	

CMYK percentages

%0
%59.56
%35.29
%46.67

Codes

Color #883758 in popluar color models

883758
RGB1365588
HSL336°42.41%37.45%
HSB/HSV336°59.56%53.33%
CMYK0.00%59.56%35.29%
46.67%

Color #883758 in popluar number systems.

HEX883758
Decimal1365588
Binary100010001101111011000
Octal21067130

Shades and tints

Shades of #883758

#883758
(136,55,88)
#7C3250
(124,50,80)
#702D48
(112,45,72)
#642840
(100,40,64)
#582338
(88,35,56)
#4C1E30
(76,30,48)
#401928
(64,25,40)
#341420
(52,20,32)
#280F18
(40,15,24)
#1C0A10
(28,10,16)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #883758

#883758
(136,55,88)
#924967
(146,73,103)
#9C5B76
(156,91,118)
#A66D85
(166,109,133)
#B07F94
(176,127,148)
#BA91A3
(186,145,163)
#C4A3B2
(196,163,178)
#CEB5C1
(206,181,193)
#D8C7D0
(216,199,208)
#E2D9DF
(226,217,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883758 color. Also use rgb(136,55,88) instead hex code.

Text Font Color

.myTextColor { color: #883758; }

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

This text font color is #883758.


Background Color

.myBgColor { background-color: #883758; }

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

This div background color is #883758.


Border color

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

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

This div border color is #883758.


Opacity

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

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

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

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

This text has shadow with #883758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883758 on black background.


Color preview on white background

This text has color #883758 on white background.



Black color preview on #883758 background

This text has black color on #883758 background.


White color preview on #883758 background

This text has white color on #883758 background.