COLOR #884F39

HEX: #884F39
RGB: (136,79,57)

Color info

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

RGB color model

#884F39 color RGB value is (136,79,57).

  • red value is 136;
  • green value is 79;
  • blue value is 57.
RGB:
(136,79,57)
(53%,31%,22%)

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 57 of 255 = 22%

136
79
57

R + G + B ~ 35%. #884F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 57 = 272 (100%)
R 136 of 272 ~ 50%
G 79 of 272 ~ 29.04%
B 57 of 272 ~ 20.96%

%50
%29.04
%20.96

CMYK color model

#884F39 color CMYK value is (0,42,58,47).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(0,42,58,47)
C0M42Y58K47 
(0%,42%,58%,47%)
(0.00/0.42/0.58/0.47)	

CMYK percentages

%0
%41.91
%58.09
%46.67

Codes

Color #884F39 in popluar color models

884F39
RGB1367957
HSL17°40.93%37.84%
HSB/HSV17°58.09%53.33%
CMYK0.00%41.91%58.09%
46.67%

Color #884F39 in popluar number systems.

HEX884F39
Decimal1367957
Binary100010001001111111001
Octal21011771

Shades and tints

Shades of #884F39

#884F39
(136,79,57)
#7C4834
(124,72,52)
#70412F
(112,65,47)
#643A2A
(100,58,42)
#583325
(88,51,37)
#4C2C20
(76,44,32)
#40251B
(64,37,27)
#341E16
(52,30,22)
#281711
(40,23,17)
#1C100C
(28,16,12)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #884F39

#884F39
(136,79,57)
#925F4B
(146,95,75)
#9C6F5D
(156,111,93)
#A67F6F
(166,127,111)
#B08F81
(176,143,129)
#BA9F93
(186,159,147)
#C4AFA5
(196,175,165)
#CEBFB7
(206,191,183)
#D8CFC9
(216,207,201)
#E2DFDB
(226,223,219)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884F39 color. Also use rgb(136,79,57) instead hex code.

Text Font Color

.myTextColor { color: #884F39; }

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

This text font color is #884F39.


Background Color

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

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

This div background color is #884F39.


Border color

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

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

This div border color is #884F39.


Opacity

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

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

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

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

This text has shadow with #884F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F39 on black background.


Color preview on white background

This text has color #884F39 on white background.



Black color preview on #884F39 background

This text has black color on #884F39 background.


White color preview on #884F39 background

This text has white color on #884F39 background.