COLOR #885465

HEX: #885465
RGB: (136,84,101)

Color info

#885465 contains red, green and blue colors in about the same proportion. Web safe color of #885465 is #996666 (or #966).

RGB color model

#885465 color RGB value is (136,84,101).

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

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 101 of 255 = 40%

136
84
101

R + G + B ~ 42%. #885465 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 101 = 321 (100%)
R 136 of 321 ~ 42.37%
G 84 of 321 ~ 26.17%
B 101 of 321 ~ 31.46%

%42.37
%26.17
%31.46

CMYK color model

#885465 color CMYK value is (0,38,26,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,38,26,47)
C0M38Y26K47 
(0%,38%,26%,47%)
(0.00/0.38/0.26/0.47)	

CMYK percentages

%0
%38.24
%25.74
%46.67

Codes

Color #885465 in popluar color models

885465
RGB13684101
HSL340°23.64%43.14%
HSB/HSV340°38.24%53.33%
CMYK0.00%38.24%25.74%
46.67%

Color #885465 in popluar number systems.

HEX885465
Decimal13684101
Binary1000100010101001100101
Octal210124145

Shades and tints

Shades of #885465

#885465
(136,84,101)
#7C4D5C
(124,77,92)
#704653
(112,70,83)
#643F4A
(100,63,74)
#583841
(88,56,65)
#4C3138
(76,49,56)
#402A2F
(64,42,47)
#342326
(52,35,38)
#281C1D
(40,28,29)
#1C1514
(28,21,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #885465

#885465
(136,84,101)
#926373
(146,99,115)
#9C7281
(156,114,129)
#A6818F
(166,129,143)
#B0909D
(176,144,157)
#BA9FAB
(186,159,171)
#C4AEB9
(196,174,185)
#CEBDC7
(206,189,199)
#D8CCD5
(216,204,213)
#E2DBE3
(226,219,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885465; }

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

This text font color is #885465.


Background Color

.myBgColor { background-color: #885465; }

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

This div background color is #885465.


Border color

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

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

This div border color is #885465.


Opacity

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

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

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

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

This text has shadow with #885465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885465 on black background.


Color preview on white background

This text has color #885465 on white background.



Black color preview on #885465 background

This text has black color on #885465 background.


White color preview on #885465 background

This text has white color on #885465 background.