COLOR #883E5A

HEX: #883E5A RGB: (136,62,90)

Color info

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

RGB color model

#883E5A color RGB value is (136,62,90).

RGB: (136,62,90) (53%, 24%, 35%)

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 90 of 255 = 35%

136
62
90

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

Portions of RGB colors in percentages

R + G + B = 136 + 62 + 90 = 288 (100%)
R 136 of 288 ~ 47.22%
G 62 of 288 ~ 21.53%
B 90 of 288 ~ 31.25'%

%47.22
%21.53
%31.25

CMYK color model

#883E5A color CMYK value is (0,54,34,47).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 33.82%
  • key color value is 46.67%
CMYK: (0,54,34,47) C0M54Y34K47 (0%,54%,34%,47%) (0.00/0.54/0.34/0.47) 

CMYK percentages

%0
%54.41
%33.82
%46.67

Codes

Color #883E5A in popluar color models

88 3E 5A
RGB 136 62 90
HSL 337° 37.37% 38.82%
HSB/HSV 337° 54.41% 53.33%
CMYK 0.00% 54.41% 33.82%
46.67%

Color #883E5A in popluar number systems.

HEX 88 3E 5A
Decimal 136 62 90
Binary 10001000 111110 1011010
Octal 210 76 132

Shades and tints

Shades of #883E5A

#883E5A
(136,62,90)
#7C3952
(124,57,82)
#70344A
(112,52,74)
#642F42
(100,47,66)
#582A3A
(88,42,58)
#4C2532
(76,37,50)
#40202A
(64,32,42)
#341B22
(52,27,34)
#28161A
(40,22,26)
#1C1112
(28,17,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #883E5A

#883E5A
(136,62,90)
#924F69
(146,79,105)
#9C6078
(156,96,120)
#A67187
(166,113,135)
#B08296
(176,130,150)
#BA93A5
(186,147,165)
#C4A4B4
(196,164,180)
#CEB5C3
(206,181,195)
#D8C6D2
(216,198,210)
#E2D7E1
(226,215,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883E5A color. Also use rgb(136,62,90) instead hex code.

Text Font Color

.myTextColor { color: #883E5A; }

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

This text font color is #883E5A.

Background Color

.myBgColor { background-color: #883E5A; }

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

This div background color is #883E5A.

Border color

.myBorderColor { border: 1px solid #883E5A; }

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

This div border color is #883E5A.

Opacity

.myOpacity80 { color: #883E5A; opacity: 0.8; }

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

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

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

This text has shadow with #883E5A color.


.textShadow {text-shadow: 3px 3px 1px #883E5A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #883E5A; -webkit-box-shadow: 1px 1px 3px 2px #883E5A; box-shadow:1px 1px 3px 2px #883E5A;">
Div content here
</div>

This div box has shadow with color #883E5A.

Preview

Color preview on black background

This text has color #883E5A on black background.


Color preview on white background

This text has color #883E5A on white background.


Black color preview on #883E5A background

This text has black color on #883E5A background.


White color preview on #883E5A background

This text has white color on #883E5A background.


Related colors

Complementary color

Complementary color for #hex is #77C1A5.


I love getcolorcode.com

Triadic colors

1 #5A883E and #3E5A88 with #883E5A are triadic colors.

2 #5A3E88 and #3E885A with #883E5A are triadic colors.