COLOR #8F7C33

HEX: #8F7C33
RGB: (143,124,51)

Color info

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

RGB color model

#8F7C33 color RGB value is (143,124,51).

  • red value is 143;
  • green value is 124;
  • blue value is 51.
RGB:
(143,124,51)
(56%,49%,20%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 51 of 255 = 20%

143
124
51

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

Portions of RGB colors in percentages

R + G + B =
143 + 124 + 51 = 318 (100%)
R 143 of 318 ~ 44.97%
G 124 of 318 ~ 38.99%
B 51 of 318 ~ 16.04%

%44.97
%38.99
%16.04

CMYK color model

#8F7C33 color CMYK value is (0,13,64,44).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 64.34%
  • key color value is 43.92%
CMYK:
(0,13,64,44)
C0M13Y64K44 
(0%,13%,64%,44%)
(0.00/0.13/0.64/0.44)	

CMYK percentages

%0
%13.29
%64.34
%43.92

Codes

Color #8F7C33 in popluar color models

8F7C33
RGB14312451
HSL48°47.42%38.04%
HSB/HSV48°64.34%56.08%
CMYK0.00%13.29%64.34%
43.92%

Color #8F7C33 in popluar number systems.

HEX8F7C33
Decimal14312451
Binary100011111111100110011
Octal21717463

Shades and tints

Shades of #8F7C33

#8F7C33
(143,124,51)
#82712F
(130,113,47)
#75662B
(117,102,43)
#685B27
(104,91,39)
#5B5023
(91,80,35)
#4E451F
(78,69,31)
#413A1B
(65,58,27)
#342F17
(52,47,23)
#272413
(39,36,19)
#1A190F
(26,25,15)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #8F7C33

#8F7C33
(143,124,51)
#998745
(153,135,69)
#A39257
(163,146,87)
#AD9D69
(173,157,105)
#B7A87B
(183,168,123)
#C1B38D
(193,179,141)
#CBBE9F
(203,190,159)
#D5C9B1
(213,201,177)
#DFD4C3
(223,212,195)
#E9DFD5
(233,223,213)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7C33 color. Also use rgb(143,124,51) instead hex code.

Text Font Color

.myTextColor { color: #8F7C33; }

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

This text font color is #8F7C33.


Background Color

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

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

This div background color is #8F7C33.


Border color

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

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

This div border color is #8F7C33.


Opacity

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

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

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

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

This text has shadow with #8F7C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7C33 on black background.


Color preview on white background

This text has color #8F7C33 on white background.



Black color preview on #8F7C33 background

This text has black color on #8F7C33 background.


White color preview on #8F7C33 background

This text has white color on #8F7C33 background.