COLOR #823E1E

HEX: #823E1E
RGB: (130,62,30)

Color info

#823E1E contains mainly red color. Web safe color of #823E1E is #993333 (or #933).

RGB color model

#823E1E color RGB value is (130,62,30).

  • red value is 130;
  • green value is 62;
  • blue value is 30.
RGB:
(130,62,30)
(51%,24%,12%)

RGB channels and saturation

R 130 of 255 = 51%
G 62 of 255 = 24%
B 30 of 255 = 12%

130
62
30

R + G + B ~ 29%. #823E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 62 + 30 = 222 (100%)
R 130 of 222 ~ 58.56%
G 62 of 222 ~ 27.93%
B 30 of 222 ~ 13.51%

%58.56
%27.93
%13.51

CMYK color model

#823E1E color CMYK value is (0,52,77,49).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 76.92%
  • key color value is 49.02%
CMYK:
(0,52,77,49)
C0M52Y77K49 
(0%,52%,77%,49%)
(0.00/0.52/0.77/0.49)	

CMYK percentages

%0
%52.31
%76.92
%49.02

Codes

Color #823E1E in popluar color models

823E1E
RGB1306230
HSL19°62.50%31.37%
HSB/HSV19°76.92%50.98%
CMYK0.00%52.31%76.92%
49.02%

Color #823E1E in popluar number systems.

HEX823E1E
Decimal1306230
Binary1000001011111011110
Octal2027636

Shades and tints

Shades of #823E1E

#823E1E
(130,62,30)
#77391C
(119,57,28)
#6C341A
(108,52,26)
#612F18
(97,47,24)
#562A16
(86,42,22)
#4B2514
(75,37,20)
#402012
(64,32,18)
#351B10
(53,27,16)
#2A160E
(42,22,14)
#1F110C
(31,17,12)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #823E1E

#823E1E
(130,62,30)
#8D4F32
(141,79,50)
#986046
(152,96,70)
#A3715A
(163,113,90)
#AE826E
(174,130,110)
#B99382
(185,147,130)
#C4A496
(196,164,150)
#CFB5AA
(207,181,170)
#DAC6BE
(218,198,190)
#E5D7D2
(229,215,210)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823E1E color. Also use rgb(130,62,30) instead hex code.

Text Font Color

.myTextColor { color: #823E1E; }

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

This text font color is #823E1E.


Background Color

.myBgColor { background-color: #823E1E; }

<div style="background-color:#823E1E">Inner text</div>

This div background color is #823E1E.


Border color

.myBorderColor { border: 1px solid #823E1E; }

<div style="border:3px solid #823E1E">Div</div>

This div border color is #823E1E.


Opacity

.myOpacity80 { color: #823E1E; opacity: 0.8; }

<p style="color:#823E1E;opacity:0.8;">80%</p>

Text with #823E1E 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 #823E1E;}

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

This text has shadow with #823E1E color.

.textShadow {text-shadow: 3px 3px 1px #823E1E, 3px 3px 1px red;}

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

This text has shadow with #823E1E primary color and red secondary color.


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

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

This text has shadow with #823E1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823E1E on black background.


Color preview on white background

This text has color #823E1E on white background.



Black color preview on #823E1E background

This text has black color on #823E1E background.


White color preview on #823E1E background

This text has white color on #823E1E background.