COLOR #8F5F41

HEX: #8F5F41
RGB: (143,95,65)

Color info

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

RGB color model

#8F5F41 color RGB value is (143,95,65).

  • red value is 143;
  • green value is 95;
  • blue value is 65.
RGB:
(143,95,65)
(56%,37%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 65 of 255 = 25%

143
95
65

R + G + B ~ 39%. #8F5F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 95 + 65 = 303 (100%)
R 143 of 303 ~ 47.19%
G 95 of 303 ~ 31.35%
B 65 of 303 ~ 21.45%

%47.19
%31.35
%21.45

CMYK color model

#8F5F41 color CMYK value is (0,34,55,44).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 54.55%
  • key color value is 43.92%
CMYK:
(0,34,55,44)
C0M34Y55K44 
(0%,34%,55%,44%)
(0.00/0.34/0.55/0.44)	

CMYK percentages

%0
%33.57
%54.55
%43.92

Codes

Color #8F5F41 in popluar color models

8F5F41
RGB1439565
HSL23°37.50%40.78%
HSB/HSV23°54.55%56.08%
CMYK0.00%33.57%54.55%
43.92%

Color #8F5F41 in popluar number systems.

HEX8F5F41
Decimal1439565
Binary1000111110111111000001
Octal217137101

Shades and tints

Shades of #8F5F41

#8F5F41
(143,95,65)
#82573C
(130,87,60)
#754F37
(117,79,55)
#684732
(104,71,50)
#5B3F2D
(91,63,45)
#4E3728
(78,55,40)
#412F23
(65,47,35)
#34271E
(52,39,30)
#271F19
(39,31,25)
#1A1714
(26,23,20)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8F5F41

#8F5F41
(143,95,65)
#996D52
(153,109,82)
#A37B63
(163,123,99)
#AD8974
(173,137,116)
#B79785
(183,151,133)
#C1A596
(193,165,150)
#CBB3A7
(203,179,167)
#D5C1B8
(213,193,184)
#DFCFC9
(223,207,201)
#E9DDDA
(233,221,218)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5F41 color. Also use rgb(143,95,65) instead hex code.

Text Font Color

.myTextColor { color: #8F5F41; }

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

This text font color is #8F5F41.


Background Color

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

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

This div background color is #8F5F41.


Border color

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

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

This div border color is #8F5F41.


Opacity

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

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

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

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

This text has shadow with #8F5F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5F41 on black background.


Color preview on white background

This text has color #8F5F41 on white background.



Black color preview on #8F5F41 background

This text has black color on #8F5F41 background.


White color preview on #8F5F41 background

This text has white color on #8F5F41 background.