COLOR #8F6227

HEX: #8F6227
RGB: (143,98,39)

Color info

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

RGB color model

#8F6227 color RGB value is (143,98,39).

  • red value is 143;
  • green value is 98;
  • blue value is 39.
RGB:
(143,98,39)
(56%,38%,15%)

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 39 of 255 = 15%

143
98
39

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 39 = 280 (100%)
R 143 of 280 ~ 51.07%
G 98 of 280 ~ 35%
B 39 of 280 ~ 13.93%

%51.07
%35
%13.93

CMYK color model

#8F6227 color CMYK value is (0,31,73,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 72.73%
  • key color value is 43.92%
CMYK:
(0,31,73,44)
C0M31Y73K44 
(0%,31%,73%,44%)
(0.00/0.31/0.73/0.44)	

CMYK percentages

%0
%31.47
%72.73
%43.92

Codes

Color #8F6227 in popluar color models

8F6227
RGB1439839
HSL34°57.14%35.69%
HSB/HSV34°72.73%56.08%
CMYK0.00%31.47%72.73%
43.92%

Color #8F6227 in popluar number systems.

HEX8F6227
Decimal1439839
Binary100011111100010100111
Octal21714247

Shades and tints

Shades of #8F6227

#8F6227
(143,98,39)
#825A24
(130,90,36)
#755221
(117,82,33)
#684A1E
(104,74,30)
#5B421B
(91,66,27)
#4E3A18
(78,58,24)
#413215
(65,50,21)
#342A12
(52,42,18)
#27220F
(39,34,15)
#1A1A0C
(26,26,12)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #8F6227

#8F6227
(143,98,39)
#99703A
(153,112,58)
#A37E4D
(163,126,77)
#AD8C60
(173,140,96)
#B79A73
(183,154,115)
#C1A886
(193,168,134)
#CBB699
(203,182,153)
#D5C4AC
(213,196,172)
#DFD2BF
(223,210,191)
#E9E0D2
(233,224,210)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6227 color. Also use rgb(143,98,39) instead hex code.

Text Font Color

.myTextColor { color: #8F6227; }

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

This text font color is #8F6227.


Background Color

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

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

This div background color is #8F6227.


Border color

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

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

This div border color is #8F6227.


Opacity

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

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

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

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

This text has shadow with #8F6227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6227 on black background.


Color preview on white background

This text has color #8F6227 on white background.



Black color preview on #8F6227 background

This text has black color on #8F6227 background.


White color preview on #8F6227 background

This text has white color on #8F6227 background.