COLOR #8D8248

HEX: #8D8248
RGB: (141,130,72)

Color info

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

RGB color model

#8D8248 color RGB value is (141,130,72).

  • red value is 141;
  • green value is 130;
  • blue value is 72.
RGB:
(141,130,72)
(55%,51%,28%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 72 of 255 = 28%

141
130
72

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

Portions of RGB colors in percentages

R + G + B =
141 + 130 + 72 = 343 (100%)
R 141 of 343 ~ 41.11%
G 130 of 343 ~ 37.9%
B 72 of 343 ~ 20.99%

%41.11
%37.9
%20.99

CMYK color model

#8D8248 color CMYK value is (0,8,49,45).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(0,8,49,45)
C0M8Y49K45 
(0%,8%,49%,45%)
(0.00/0.08/0.49/0.45)	

CMYK percentages

%0
%7.8
%48.94
%44.71

Codes

Color #8D8248 in popluar color models

8D8248
RGB14113072
HSL50°32.39%41.76%
HSB/HSV50°48.94%55.29%
CMYK0.00%7.80%48.94%
44.71%

Color #8D8248 in popluar number systems.

HEX8D8248
Decimal14113072
Binary10001101100000101001000
Octal215202110

Shades and tints

Shades of #8D8248

#8D8248
(141,130,72)
#817742
(129,119,66)
#756C3C
(117,108,60)
#696136
(105,97,54)
#5D5630
(93,86,48)
#514B2A
(81,75,42)
#454024
(69,64,36)
#39351E
(57,53,30)
#2D2A18
(45,42,24)
#211F12
(33,31,18)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #8D8248

#8D8248
(141,130,72)
#978D58
(151,141,88)
#A19868
(161,152,104)
#ABA378
(171,163,120)
#B5AE88
(181,174,136)
#BFB998
(191,185,152)
#C9C4A8
(201,196,168)
#D3CFB8
(211,207,184)
#DDDAC8
(221,218,200)
#E7E5D8
(231,229,216)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8248 color. Also use rgb(141,130,72) instead hex code.

Text Font Color

.myTextColor { color: #8D8248; }

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

This text font color is #8D8248.


Background Color

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

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

This div background color is #8D8248.


Border color

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

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

This div border color is #8D8248.


Opacity

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

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

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

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

This text has shadow with #8D8248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8248 on black background.


Color preview on white background

This text has color #8D8248 on white background.



Black color preview on #8D8248 background

This text has black color on #8D8248 background.


White color preview on #8D8248 background

This text has white color on #8D8248 background.