COLOR #8F8559

HEX: #8F8559
RGB: (143,133,89)

Color info

#8F8559 contains red, green and blue colors in about the same proportion. Web safe color of #8F8559 is #999966 (or #996).

RGB color model

#8F8559 color RGB value is (143,133,89).

  • red value is 143;
  • green value is 133;
  • blue value is 89.
RGB:
(143,133,89)
(56%,52%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 133 of 255 = 52%
B 89 of 255 = 35%

143
133
89

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

Portions of RGB colors in percentages

R + G + B =
143 + 133 + 89 = 365 (100%)
R 143 of 365 ~ 39.18%
G 133 of 365 ~ 36.44%
B 89 of 365 ~ 24.38%

%39.18
%36.44
%24.38

CMYK color model

#8F8559 color CMYK value is (0,7,38,44).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 37.76%
  • key color value is 43.92%
CMYK:
(0,7,38,44)
C0M7Y38K44 
(0%,7%,38%,44%)
(0.00/0.07/0.38/0.44)	

CMYK percentages

%0
%6.99
%37.76
%43.92

Codes

Color #8F8559 in popluar color models

8F8559
RGB14313389
HSL49°23.28%45.49%
HSB/HSV49°37.76%56.08%
CMYK0.00%6.99%37.76%
43.92%

Color #8F8559 in popluar number systems.

HEX8F8559
Decimal14313389
Binary10001111100001011011001
Octal217205131

Shades and tints

Shades of #8F8559

#8F8559
(143,133,89)
#827951
(130,121,81)
#756D49
(117,109,73)
#686141
(104,97,65)
#5B5539
(91,85,57)
#4E4931
(78,73,49)
#413D29
(65,61,41)
#343121
(52,49,33)
#272519
(39,37,25)
#1A1911
(26,25,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #8F8559

#8F8559
(143,133,89)
#999068
(153,144,104)
#A39B77
(163,155,119)
#ADA686
(173,166,134)
#B7B195
(183,177,149)
#C1BCA4
(193,188,164)
#CBC7B3
(203,199,179)
#D5D2C2
(213,210,194)
#DFDDD1
(223,221,209)
#E9E8E0
(233,232,224)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8559 color. Also use rgb(143,133,89) instead hex code.

Text Font Color

.myTextColor { color: #8F8559; }

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

This text font color is #8F8559.


Background Color

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

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

This div background color is #8F8559.


Border color

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

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

This div border color is #8F8559.


Opacity

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

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

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

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

This text has shadow with #8F8559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8559 on black background.


Color preview on white background

This text has color #8F8559 on white background.



Black color preview on #8F8559 background

This text has black color on #8F8559 background.


White color preview on #8F8559 background

This text has white color on #8F8559 background.