COLOR #8D230D

HEX: #8D230D
RGB: (141,35,13)

Color info

#8D230D contains mainly red color. Web safe color of #8D230D is #993300 (or #930).

RGB color model

#8D230D color RGB value is (141,35,13).

  • red value is 141;
  • green value is 35;
  • blue value is 13.
RGB:
(141,35,13)
(55%,14%,5%)

RGB channels and saturation

R 141 of 255 = 55%
G 35 of 255 = 14%
B 13 of 255 = 5%

141
35
13

R + G + B ~ 25%. #8D230D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 35 + 13 = 189 (100%)
R 141 of 189 ~ 74.6%
G 35 of 189 ~ 18.52%
B 13 of 189 ~ 6.88%

%74.6
%18.52

CMYK color model

#8D230D color CMYK value is (0,75,91,45).

  • cyan value is 0.00%
  • magenta value is 75.18%
  • yellow value is 90.78%
  • key color value is 44.71%
CMYK:
(0,75,91,45)
C0M75Y91K45 
(0%,75%,91%,45%)
(0.00/0.75/0.91/0.45)	

CMYK percentages

%0
%75.18
%90.78
%44.71

Codes

Color #8D230D in popluar color models

8D230D
RGB1413513
HSL10°83.12%30.20%
HSB/HSV10°90.78%55.29%
CMYK0.00%75.18%90.78%
44.71%

Color #8D230D in popluar number systems.

HEX8D230D
Decimal1413513
Binary100011011000111101
Octal2154315

Shades and tints

Shades of #8D230D

#8D230D
(141,35,13)
#81200C
(129,32,12)
#751D0B
(117,29,11)
#691A0A
(105,26,10)
#5D1709
(93,23,9)
#511408
(81,20,8)
#451107
(69,17,7)
#390E06
(57,14,6)
#2D0B05
(45,11,5)
#210804
(33,8,4)
#150503
(21,5,3)
#000000
(0,0,0)

Tints of #8D230D

#8D230D
(141,35,13)
#973723
(151,55,35)
#A14B39
(161,75,57)
#AB5F4F
(171,95,79)
#B57365
(181,115,101)
#BF877B
(191,135,123)
#C99B91
(201,155,145)
#D3AFA7
(211,175,167)
#DDC3BD
(221,195,189)
#E7D7D3
(231,215,211)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D230D color. Also use rgb(141,35,13) instead hex code.

Text Font Color

.myTextColor { color: #8D230D; }

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

This text font color is #8D230D.


Background Color

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

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

This div background color is #8D230D.


Border color

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

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

This div border color is #8D230D.


Opacity

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

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

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

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

This text has shadow with #8D230D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D230D on black background.


Color preview on white background

This text has color #8D230D on white background.



Black color preview on #8D230D background

This text has black color on #8D230D background.


White color preview on #8D230D background

This text has white color on #8D230D background.