COLOR #8D530C

HEX: #8D530C
RGB: (141,83,12)

Color info

#8D530C contains mainly red and green colors. Web safe color of #8D530C is #996600 (or #960).

RGB color model

#8D530C color RGB value is (141,83,12).

  • red value is 141;
  • green value is 83;
  • blue value is 12.
RGB:
(141,83,12)
(55%,33%,5%)

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 12 of 255 = 5%

141
83
12

R + G + B ~ 31%. #8D530C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 12 = 236 (100%)
R 141 of 236 ~ 59.75%
G 83 of 236 ~ 35.17%
B 12 of 236 ~ 5.08%

%59.75
%35.17

CMYK color model

#8D530C color CMYK value is (0,41,91,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 91.49%
  • key color value is 44.71%
CMYK:
(0,41,91,45)
C0M41Y91K45 
(0%,41%,91%,45%)
(0.00/0.41/0.91/0.45)	

CMYK percentages

%0
%41.13
%91.49
%44.71

Codes

Color #8D530C in popluar color models

8D530C
RGB1418312
HSL33°84.31%30.00%
HSB/HSV33°91.49%55.29%
CMYK0.00%41.13%91.49%
44.71%

Color #8D530C in popluar number systems.

HEX8D530C
Decimal1418312
Binary1000110110100111100
Octal21512314

Shades and tints

Shades of #8D530C

#8D530C
(141,83,12)
#814C0B
(129,76,11)
#75450A
(117,69,10)
#693E09
(105,62,9)
#5D3708
(93,55,8)
#513007
(81,48,7)
#452906
(69,41,6)
#392205
(57,34,5)
#2D1B04
(45,27,4)
#211403
(33,20,3)
#150D02
(21,13,2)
#000000
(0,0,0)

Tints of #8D530C

#8D530C
(141,83,12)
#976222
(151,98,34)
#A17138
(161,113,56)
#AB804E
(171,128,78)
#B58F64
(181,143,100)
#BF9E7A
(191,158,122)
#C9AD90
(201,173,144)
#D3BCA6
(211,188,166)
#DDCBBC
(221,203,188)
#E7DAD2
(231,218,210)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D530C color. Also use rgb(141,83,12) instead hex code.

Text Font Color

.myTextColor { color: #8D530C; }

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

This text font color is #8D530C.


Background Color

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

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

This div background color is #8D530C.


Border color

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

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

This div border color is #8D530C.


Opacity

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

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

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

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

This text has shadow with #8D530C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D530C on black background.


Color preview on white background

This text has color #8D530C on white background.



Black color preview on #8D530C background

This text has black color on #8D530C background.


White color preview on #8D530C background

This text has white color on #8D530C background.