COLOR #8F794A

HEX: #8F794A
RGB: (143,121,74)

Color info

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

RGB color model

#8F794A color RGB value is (143,121,74).

  • red value is 143;
  • green value is 121;
  • blue value is 74.
RGB:
(143,121,74)
(56%,47%,29%)

RGB channels and saturation

R 143 of 255 = 56%
G 121 of 255 = 47%
B 74 of 255 = 29%

143
121
74

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

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 74 = 338 (100%)
R 143 of 338 ~ 42.31%
G 121 of 338 ~ 35.8%
B 74 of 338 ~ 21.89%

%42.31
%35.8
%21.89

CMYK color model

#8F794A color CMYK value is (0,15,48,44).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 48.25%
  • key color value is 43.92%
CMYK:
(0,15,48,44)
C0M15Y48K44 
(0%,15%,48%,44%)
(0.00/0.15/0.48/0.44)	

CMYK percentages

%0
%15.38
%48.25
%43.92

Codes

Color #8F794A in popluar color models

8F794A
RGB14312174
HSL41°31.80%42.55%
HSB/HSV41°48.25%56.08%
CMYK0.00%15.38%48.25%
43.92%

Color #8F794A in popluar number systems.

HEX8F794A
Decimal14312174
Binary1000111111110011001010
Octal217171112

Shades and tints

Shades of #8F794A

#8F794A
(143,121,74)
#826E44
(130,110,68)
#75633E
(117,99,62)
#685838
(104,88,56)
#5B4D32
(91,77,50)
#4E422C
(78,66,44)
#413726
(65,55,38)
#342C20
(52,44,32)
#27211A
(39,33,26)
#1A1614
(26,22,20)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #8F794A

#8F794A
(143,121,74)
#99855A
(153,133,90)
#A3916A
(163,145,106)
#AD9D7A
(173,157,122)
#B7A98A
(183,169,138)
#C1B59A
(193,181,154)
#CBC1AA
(203,193,170)
#D5CDBA
(213,205,186)
#DFD9CA
(223,217,202)
#E9E5DA
(233,229,218)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F794A color. Also use rgb(143,121,74) instead hex code.

Text Font Color

.myTextColor { color: #8F794A; }

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

This text font color is #8F794A.


Background Color

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

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

This div background color is #8F794A.


Border color

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

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

This div border color is #8F794A.


Opacity

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

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

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

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

This text has shadow with #8F794A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F794A on black background.


Color preview on white background

This text has color #8F794A on white background.



Black color preview on #8F794A background

This text has black color on #8F794A background.


White color preview on #8F794A background

This text has white color on #8F794A background.