COLOR #8D724B

HEX: #8D724B
RGB: (141,114,75)

Color info

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

RGB color model

#8D724B color RGB value is (141,114,75).

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

RGB channels and saturation

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

141
114
75

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 75 = 330 (100%)
R 141 of 330 ~ 42.73%
G 114 of 330 ~ 34.55%
B 75 of 330 ~ 22.73%

%42.73
%34.55
%22.73

CMYK color model

#8D724B color CMYK value is (0,19,47,45).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 46.81%
  • key color value is 44.71%
CMYK:
(0,19,47,45)
C0M19Y47K45 
(0%,19%,47%,45%)
(0.00/0.19/0.47/0.45)	

CMYK percentages

%0
%19.15
%46.81
%44.71

Codes

Color #8D724B in popluar color models

8D724B
RGB14111475
HSL35°30.56%42.35%
HSB/HSV35°46.81%55.29%
CMYK0.00%19.15%46.81%
44.71%

Color #8D724B in popluar number systems.

HEX8D724B
Decimal14111475
Binary1000110111100101001011
Octal215162113

Shades and tints

Shades of #8D724B

#8D724B
(141,114,75)
#816845
(129,104,69)
#755E3F
(117,94,63)
#695439
(105,84,57)
#5D4A33
(93,74,51)
#51402D
(81,64,45)
#453627
(69,54,39)
#392C21
(57,44,33)
#2D221B
(45,34,27)
#211815
(33,24,21)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D724B

#8D724B
(141,114,75)
#977E5B
(151,126,91)
#A18A6B
(161,138,107)
#AB967B
(171,150,123)
#B5A28B
(181,162,139)
#BFAE9B
(191,174,155)
#C9BAAB
(201,186,171)
#D3C6BB
(211,198,187)
#DDD2CB
(221,210,203)
#E7DEDB
(231,222,219)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D724B; }

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

This text font color is #8D724B.


Background Color

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

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

This div background color is #8D724B.


Border color

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

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

This div border color is #8D724B.


Opacity

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

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

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

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

This text has shadow with #8D724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D724B on black background.


Color preview on white background

This text has color #8D724B on white background.



Black color preview on #8D724B background

This text has black color on #8D724B background.


White color preview on #8D724B background

This text has white color on #8D724B background.