COLOR #8F8237

HEX: #8F8237 RGB: (143,130,55)

Color info

#8F8237 contains mainly red and green colors. Web safe color of #8F8237 is #999933 (or #993).

RGB color model

#8F8237 color RGB value is (143,130,55).

RGB: (143,130,55) (56%, 51%, 22%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 55 of 255 = 22%

143
130
55

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

Portions of RGB colors in percentages

R + G + B = 143 + 130 + 55 = 328 (100%)
R 143 of 328 ~ 43.6%
G 130 of 328 ~ 39.63%
B 55 of 328 ~ 16.77'%

%43.6
%39.63
%16.77

CMYK color model

#8F8237 color CMYK value is (0,9,62,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 61.54%
  • key color value is 43.92%

CMYK: (0,9,62,44)
C0M9Y62K44 (0%, 9%, 62%, 44%)
(0.00 / 0.09 / 0.62 / 0.44)

CMYK percentages

%0
%9.09
%61.54
%43.92

Codes

Color #8F8237 in popluar color models

8F 82 37
RGB 143 130 55
HSL 51° 44.44% 38.82%
HSB/HSV 51° 61.54% 56.08%
CMYK 0.00% 9.09% 61.54%
43.92%

Color #8F8237 in popluar number systems.

HEX 8F 82 37
Decimal 143 130 55
Binary 10001111 10000010 110111
Octal 217 202 67

Shades and tints

Shades of #8F8237

#8F8237
(143,130,55)
#827732
(130,119,50)
#756C2D
(117,108,45)
#686128
(104,97,40)
#5B5623
(91,86,35)
#4E4B1E
(78,75,30)
#414019
(65,64,25)
#343514
(52,53,20)
#272A0F
(39,42,15)
#1A1F0A
(26,31,10)
#0D1405
(13,20,5)
#000000
(0,0,0)

Tints of #8F8237

#8F8237
(143,130,55)
#998D49
(153,141,73)
#A3985B
(163,152,91)
#ADA36D
(173,163,109)
#B7AE7F
(183,174,127)
#C1B991
(193,185,145)
#CBC4A3
(203,196,163)
#D5CFB5
(213,207,181)
#DFDAC7
(223,218,199)
#E9E5D9
(233,229,217)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8237; }

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

This text font color is #8F8237.

Background Color

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

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

This div background color is #8F8237.

Border color

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

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

This div border color is #8F8237.

Opacity

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

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

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

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

This text has shadow with #8F8237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8237.

Preview

Color preview on black background

This text has color #8F8237 on black background.


Color preview on white background

This text has color #8F8237 on white background.


Black color preview on #8F8237 background

This text has black color on #8F8237 background.


White color preview on #8F8237 background

This text has white color on #8F8237 background.


Related colors

Complementary color

Complementary color for #hex is #707DC8.


I love getcolorcode.com

Triadic colors

1 #378F82 and #82378F with #8F8237 are triadic colors.

2 #37828F and #828F37 with #8F8237 are triadic colors.