COLOR #885D25

HEX: #885D25
RGB: (136,93,37)

Color info

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

RGB color model

#885D25 color RGB value is (136,93,37).

  • red value is 136;
  • green value is 93;
  • blue value is 37.
RGB:
(136,93,37)
(53%,36%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 37 of 255 = 15%

136
93
37

R + G + B ~ 35%. #885D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 37 = 266 (100%)
R 136 of 266 ~ 51.13%
G 93 of 266 ~ 34.96%
B 37 of 266 ~ 13.91%

%51.13
%34.96
%13.91

CMYK color model

#885D25 color CMYK value is (0,32,73,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 72.79%
  • key color value is 46.67%
CMYK:
(0,32,73,47)
C0M32Y73K47 
(0%,32%,73%,47%)
(0.00/0.32/0.73/0.47)	

CMYK percentages

%0
%31.62
%72.79
%46.67

Codes

Color #885D25 in popluar color models

885D25
RGB1369337
HSL34°57.23%33.92%
HSB/HSV34°72.79%53.33%
CMYK0.00%31.62%72.79%
46.67%

Color #885D25 in popluar number systems.

HEX885D25
Decimal1369337
Binary100010001011101100101
Octal21013545

Shades and tints

Shades of #885D25

#885D25
(136,93,37)
#7C5522
(124,85,34)
#704D1F
(112,77,31)
#64451C
(100,69,28)
#583D19
(88,61,25)
#4C3516
(76,53,22)
#402D13
(64,45,19)
#342510
(52,37,16)
#281D0D
(40,29,13)
#1C150A
(28,21,10)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #885D25

#885D25
(136,93,37)
#926B38
(146,107,56)
#9C794B
(156,121,75)
#A6875E
(166,135,94)
#B09571
(176,149,113)
#BAA384
(186,163,132)
#C4B197
(196,177,151)
#CEBFAA
(206,191,170)
#D8CDBD
(216,205,189)
#E2DBD0
(226,219,208)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885D25 color. Also use rgb(136,93,37) instead hex code.

Text Font Color

.myTextColor { color: #885D25; }

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

This text font color is #885D25.


Background Color

.myBgColor { background-color: #885D25; }

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

This div background color is #885D25.


Border color

.myBorderColor { border: 1px solid #885D25; }

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

This div border color is #885D25.


Opacity

.myOpacity80 { color: #885D25; opacity: 0.8; }

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

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

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

This text has shadow with #885D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D25 on black background.


Color preview on white background

This text has color #885D25 on white background.



Black color preview on #885D25 background

This text has black color on #885D25 background.


White color preview on #885D25 background

This text has white color on #885D25 background.