COLOR #885349

HEX: #885349
RGB: (136,83,73)

Color info

#885349 contains mainly red and green colors. Web safe color of #885349 is #996633 (or #963).

RGB color model

#885349 color RGB value is (136,83,73).

  • red value is 136;
  • green value is 83;
  • blue value is 73.
RGB:
(136,83,73)
(53%,33%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 73 of 255 = 29%

136
83
73

R + G + B ~ 38%. #885349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 73 = 292 (100%)
R 136 of 292 ~ 46.58%
G 83 of 292 ~ 28.42%
B 73 of 292 ~ 25%

%46.58
%28.42
%25

CMYK color model

#885349 color CMYK value is (0,39,46,47).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(0,39,46,47)
C0M39Y46K47 
(0%,39%,46%,47%)
(0.00/0.39/0.46/0.47)	

CMYK percentages

%0
%38.97
%46.32
%46.67

Codes

Color #885349 in popluar color models

885349
RGB1368373
HSL10°30.14%40.98%
HSB/HSV10°46.32%53.33%
CMYK0.00%38.97%46.32%
46.67%

Color #885349 in popluar number systems.

HEX885349
Decimal1368373
Binary1000100010100111001001
Octal210123111

Shades and tints

Shades of #885349

#885349
(136,83,73)
#7C4C43
(124,76,67)
#70453D
(112,69,61)
#643E37
(100,62,55)
#583731
(88,55,49)
#4C302B
(76,48,43)
#402925
(64,41,37)
#34221F
(52,34,31)
#281B19
(40,27,25)
#1C1413
(28,20,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #885349

#885349
(136,83,73)
#926259
(146,98,89)
#9C7169
(156,113,105)
#A68079
(166,128,121)
#B08F89
(176,143,137)
#BA9E99
(186,158,153)
#C4ADA9
(196,173,169)
#CEBCB9
(206,188,185)
#D8CBC9
(216,203,201)
#E2DAD9
(226,218,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885349 color. Also use rgb(136,83,73) instead hex code.

Text Font Color

.myTextColor { color: #885349; }

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

This text font color is #885349.


Background Color

.myBgColor { background-color: #885349; }

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

This div background color is #885349.


Border color

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

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

This div border color is #885349.


Opacity

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

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

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

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

This text has shadow with #885349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885349 on black background.


Color preview on white background

This text has color #885349 on white background.



Black color preview on #885349 background

This text has black color on #885349 background.


White color preview on #885349 background

This text has white color on #885349 background.