COLOR #8F584D

HEX: #8F584D
RGB: (143,88,77)

Color info

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

RGB color model

#8F584D color RGB value is (143,88,77).

  • red value is 143;
  • green value is 88;
  • blue value is 77.
RGB:
(143,88,77)
(56%,35%,30%)

RGB channels and saturation

R 143 of 255 = 56%
G 88 of 255 = 35%
B 77 of 255 = 30%

143
88
77

R + G + B ~ 40%. #8F584D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 88 + 77 = 308 (100%)
R 143 of 308 ~ 46.43%
G 88 of 308 ~ 28.57%
B 77 of 308 ~ 25%

%46.43
%28.57
%25

CMYK color model

#8F584D color CMYK value is (0,38,46,44).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 46.15%
  • key color value is 43.92%
CMYK:
(0,38,46,44)
C0M38Y46K44 
(0%,38%,46%,44%)
(0.00/0.38/0.46/0.44)	

CMYK percentages

%0
%38.46
%46.15
%43.92

Codes

Color #8F584D in popluar color models

8F584D
RGB1438877
HSL10°30.00%43.14%
HSB/HSV10°46.15%56.08%
CMYK0.00%38.46%46.15%
43.92%

Color #8F584D in popluar number systems.

HEX8F584D
Decimal1438877
Binary1000111110110001001101
Octal217130115

Shades and tints

Shades of #8F584D

#8F584D
(143,88,77)
#825046
(130,80,70)
#75483F
(117,72,63)
#684038
(104,64,56)
#5B3831
(91,56,49)
#4E302A
(78,48,42)
#412823
(65,40,35)
#34201C
(52,32,28)
#271815
(39,24,21)
#1A100E
(26,16,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #8F584D

#8F584D
(143,88,77)
#99675D
(153,103,93)
#A3766D
(163,118,109)
#AD857D
(173,133,125)
#B7948D
(183,148,141)
#C1A39D
(193,163,157)
#CBB2AD
(203,178,173)
#D5C1BD
(213,193,189)
#DFD0CD
(223,208,205)
#E9DFDD
(233,223,221)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F584D color. Also use rgb(143,88,77) instead hex code.

Text Font Color

.myTextColor { color: #8F584D; }

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

This text font color is #8F584D.


Background Color

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

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

This div background color is #8F584D.


Border color

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

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

This div border color is #8F584D.


Opacity

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

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

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

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

This text has shadow with #8F584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F584D on black background.


Color preview on white background

This text has color #8F584D on white background.



Black color preview on #8F584D background

This text has black color on #8F584D background.


White color preview on #8F584D background

This text has white color on #8F584D background.