COLOR #8D724A

HEX: #8D724A
RGB: (141,114,74)

Color info

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

RGB color model

#8D724A color RGB value is (141,114,74).

  • red value is 141;
  • green value is 114;
  • blue value is 74.
RGB:
(141,114,74)
(55%,45%,29%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 74 of 255 = 29%

141
114
74

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 74 = 329 (100%)
R 141 of 329 ~ 42.86%
G 114 of 329 ~ 34.65%
B 74 of 329 ~ 22.49%

%42.86
%34.65
%22.49

CMYK color model

#8D724A color CMYK value is (0,19,48,45).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 47.52%
  • key color value is 44.71%
CMYK:
(0,19,48,45)
C0M19Y48K45 
(0%,19%,48%,45%)
(0.00/0.19/0.48/0.45)	

CMYK percentages

%0
%19.15
%47.52
%44.71

Codes

Color #8D724A in popluar color models

8D724A
RGB14111474
HSL36°31.16%42.16%
HSB/HSV36°47.52%55.29%
CMYK0.00%19.15%47.52%
44.71%

Color #8D724A in popluar number systems.

HEX8D724A
Decimal14111474
Binary1000110111100101001010
Octal215162112

Shades and tints

Shades of #8D724A

#8D724A
(141,114,74)
#816844
(129,104,68)
#755E3E
(117,94,62)
#695438
(105,84,56)
#5D4A32
(93,74,50)
#51402C
(81,64,44)
#453626
(69,54,38)
#392C20
(57,44,32)
#2D221A
(45,34,26)
#211814
(33,24,20)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #8D724A

#8D724A
(141,114,74)
#977E5A
(151,126,90)
#A18A6A
(161,138,106)
#AB967A
(171,150,122)
#B5A28A
(181,162,138)
#BFAE9A
(191,174,154)
#C9BAAA
(201,186,170)
#D3C6BA
(211,198,186)
#DDD2CA
(221,210,202)
#E7DEDA
(231,222,218)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D724A color. Also use rgb(141,114,74) instead hex code.

Text Font Color

.myTextColor { color: #8D724A; }

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

This text font color is #8D724A.


Background Color

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

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

This div background color is #8D724A.


Border color

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

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

This div border color is #8D724A.


Opacity

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

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

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

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

This text has shadow with #8D724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D724A on black background.


Color preview on white background

This text has color #8D724A on white background.



Black color preview on #8D724A background

This text has black color on #8D724A background.


White color preview on #8D724A background

This text has white color on #8D724A background.