COLOR #8F7237

HEX: #8F7237
RGB: (143,114,55)

Color info

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

RGB color model

#8F7237 color RGB value is (143,114,55).

  • red value is 143;
  • green value is 114;
  • blue value is 55.
RGB:
(143,114,55)
(56%,45%,22%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 55 of 255 = 22%

143
114
55

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 55 = 312 (100%)
R 143 of 312 ~ 45.83%
G 114 of 312 ~ 36.54%
B 55 of 312 ~ 17.63%

%45.83
%36.54
%17.63

CMYK color model

#8F7237 color CMYK value is (0,20,62,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 61.54%
  • key color value is 43.92%
CMYK:
(0,20,62,44)
C0M20Y62K44 
(0%,20%,62%,44%)
(0.00/0.20/0.62/0.44)	

CMYK percentages

%0
%20.28
%61.54
%43.92

Codes

Color #8F7237 in popluar color models

8F7237
RGB14311455
HSL40°44.44%38.82%
HSB/HSV40°61.54%56.08%
CMYK0.00%20.28%61.54%
43.92%

Color #8F7237 in popluar number systems.

HEX8F7237
Decimal14311455
Binary100011111110010110111
Octal21716267

Shades and tints

Shades of #8F7237

#8F7237
(143,114,55)
#826832
(130,104,50)
#755E2D
(117,94,45)
#685428
(104,84,40)
#5B4A23
(91,74,35)
#4E401E
(78,64,30)
#413619
(65,54,25)
#342C14
(52,44,20)
#27220F
(39,34,15)
#1A180A
(26,24,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #8F7237

#8F7237
(143,114,55)
#997E49
(153,126,73)
#A38A5B
(163,138,91)
#AD966D
(173,150,109)
#B7A27F
(183,162,127)
#C1AE91
(193,174,145)
#CBBAA3
(203,186,163)
#D5C6B5
(213,198,181)
#DFD2C7
(223,210,199)
#E9DED9
(233,222,217)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7237 color. Also use rgb(143,114,55) instead hex code.

Text Font Color

.myTextColor { color: #8F7237; }

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

This text font color is #8F7237.


Background Color

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

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

This div background color is #8F7237.


Border color

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

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

This div border color is #8F7237.


Opacity

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

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

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

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

This text has shadow with #8F7237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7237 on black background.


Color preview on white background

This text has color #8F7237 on white background.



Black color preview on #8F7237 background

This text has black color on #8F7237 background.


White color preview on #8F7237 background

This text has white color on #8F7237 background.