COLOR #8F552E

HEX: #8F552E
RGB: (143,85,46)

Color info

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

RGB color model

#8F552E color RGB value is (143,85,46).

  • red value is 143;
  • green value is 85;
  • blue value is 46.
RGB:
(143,85,46)
(56%,33%,18%)

RGB channels and saturation

R 143 of 255 = 56%
G 85 of 255 = 33%
B 46 of 255 = 18%

143
85
46

R + G + B ~ 36%. #8F552E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 85 + 46 = 274 (100%)
R 143 of 274 ~ 52.19%
G 85 of 274 ~ 31.02%
B 46 of 274 ~ 16.79%

%52.19
%31.02
%16.79

CMYK color model

#8F552E color CMYK value is (0,41,68,44).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 67.83%
  • key color value is 43.92%
CMYK:
(0,41,68,44)
C0M41Y68K44 
(0%,41%,68%,44%)
(0.00/0.41/0.68/0.44)	

CMYK percentages

%0
%40.56
%67.83
%43.92

Codes

Color #8F552E in popluar color models

8F552E
RGB1438546
HSL24°51.32%37.06%
HSB/HSV24°67.83%56.08%
CMYK0.00%40.56%67.83%
43.92%

Color #8F552E in popluar number systems.

HEX8F552E
Decimal1438546
Binary100011111010101101110
Octal21712556

Shades and tints

Shades of #8F552E

#8F552E
(143,85,46)
#824E2A
(130,78,42)
#754726
(117,71,38)
#684022
(104,64,34)
#5B391E
(91,57,30)
#4E321A
(78,50,26)
#412B16
(65,43,22)
#342412
(52,36,18)
#271D0E
(39,29,14)
#1A160A
(26,22,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #8F552E

#8F552E
(143,85,46)
#996441
(153,100,65)
#A37354
(163,115,84)
#AD8267
(173,130,103)
#B7917A
(183,145,122)
#C1A08D
(193,160,141)
#CBAFA0
(203,175,160)
#D5BEB3
(213,190,179)
#DFCDC6
(223,205,198)
#E9DCD9
(233,220,217)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F552E color. Also use rgb(143,85,46) instead hex code.

Text Font Color

.myTextColor { color: #8F552E; }

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

This text font color is #8F552E.


Background Color

.myBgColor { background-color: #8F552E; }

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

This div background color is #8F552E.


Border color

.myBorderColor { border: 1px solid #8F552E; }

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

This div border color is #8F552E.


Opacity

.myOpacity80 { color: #8F552E; opacity: 0.8; }

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

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

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

This text has shadow with #8F552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F552E on black background.


Color preview on white background

This text has color #8F552E on white background.



Black color preview on #8F552E background

This text has black color on #8F552E background.


White color preview on #8F552E background

This text has white color on #8F552E background.