COLOR #8D613A

HEX: #8D613A
RGB: (141,97,58)

Color info

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

RGB color model

#8D613A color RGB value is (141,97,58).

  • red value is 141;
  • green value is 97;
  • blue value is 58.
RGB:
(141,97,58)
(55%,38%,23%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 58 of 255 = 23%

141
97
58

R + G + B ~ 39%. #8D613A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 58 = 296 (100%)
R 141 of 296 ~ 47.64%
G 97 of 296 ~ 32.77%
B 58 of 296 ~ 19.59%

%47.64
%32.77
%19.59

CMYK color model

#8D613A color CMYK value is (0,31,59,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 58.87%
  • key color value is 44.71%
CMYK:
(0,31,59,45)
C0M31Y59K45 
(0%,31%,59%,45%)
(0.00/0.31/0.59/0.45)	

CMYK percentages

%0
%31.21
%58.87
%44.71

Codes

Color #8D613A in popluar color models

8D613A
RGB1419758
HSL28°41.71%39.02%
HSB/HSV28°58.87%55.29%
CMYK0.00%31.21%58.87%
44.71%

Color #8D613A in popluar number systems.

HEX8D613A
Decimal1419758
Binary100011011100001111010
Octal21514172

Shades and tints

Shades of #8D613A

#8D613A
(141,97,58)
#815935
(129,89,53)
#755130
(117,81,48)
#69492B
(105,73,43)
#5D4126
(93,65,38)
#513921
(81,57,33)
#45311C
(69,49,28)
#392917
(57,41,23)
#2D2112
(45,33,18)
#21190D
(33,25,13)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #8D613A

#8D613A
(141,97,58)
#976F4B
(151,111,75)
#A17D5C
(161,125,92)
#AB8B6D
(171,139,109)
#B5997E
(181,153,126)
#BFA78F
(191,167,143)
#C9B5A0
(201,181,160)
#D3C3B1
(211,195,177)
#DDD1C2
(221,209,194)
#E7DFD3
(231,223,211)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D613A color. Also use rgb(141,97,58) instead hex code.

Text Font Color

.myTextColor { color: #8D613A; }

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

This text font color is #8D613A.


Background Color

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

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

This div background color is #8D613A.


Border color

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

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

This div border color is #8D613A.


Opacity

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

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

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

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

This text has shadow with #8D613A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D613A on black background.


Color preview on white background

This text has color #8D613A on white background.



Black color preview on #8D613A background

This text has black color on #8D613A background.


White color preview on #8D613A background

This text has white color on #8D613A background.