COLOR #884B65

HEX: #884B65
RGB: (136,75,101)

Color info

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

RGB color model

#884B65 color RGB value is (136,75,101).

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

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 101 of 255 = 40%

136
75
101

R + G + B ~ 41%. #884B65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 101 = 312 (100%)
R 136 of 312 ~ 43.59%
G 75 of 312 ~ 24.04%
B 101 of 312 ~ 32.37%

%43.59
%24.04
%32.37

CMYK color model

#884B65 color CMYK value is (0,45,26,47).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,45,26,47)
C0M45Y26K47 
(0%,45%,26%,47%)
(0.00/0.45/0.26/0.47)	

CMYK percentages

%0
%44.85
%25.74
%46.67

Codes

Color #884B65 in popluar color models

884B65
RGB13675101
HSL334°28.91%41.37%
HSB/HSV334°44.85%53.33%
CMYK0.00%44.85%25.74%
46.67%

Color #884B65 in popluar number systems.

HEX884B65
Decimal13675101
Binary1000100010010111100101
Octal210113145

Shades and tints

Shades of #884B65

#884B65
(136,75,101)
#7C455C
(124,69,92)
#703F53
(112,63,83)
#64394A
(100,57,74)
#583341
(88,51,65)
#4C2D38
(76,45,56)
#40272F
(64,39,47)
#342126
(52,33,38)
#281B1D
(40,27,29)
#1C1514
(28,21,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #884B65

#884B65
(136,75,101)
#925B73
(146,91,115)
#9C6B81
(156,107,129)
#A67B8F
(166,123,143)
#B08B9D
(176,139,157)
#BA9BAB
(186,155,171)
#C4ABB9
(196,171,185)
#CEBBC7
(206,187,199)
#D8CBD5
(216,203,213)
#E2DBE3
(226,219,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884B65; }

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

This text font color is #884B65.


Background Color

.myBgColor { background-color: #884B65; }

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

This div background color is #884B65.


Border color

.myBorderColor { border: 1px solid #884B65; }

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

This div border color is #884B65.


Opacity

.myOpacity80 { color: #884B65; opacity: 0.8; }

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

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

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

This text has shadow with #884B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B65 on black background.


Color preview on white background

This text has color #884B65 on white background.



Black color preview on #884B65 background

This text has black color on #884B65 background.


White color preview on #884B65 background

This text has white color on #884B65 background.