COLOR #823D13

HEX: #823D13
RGB: (130,61,19)

Color info

#823D13 contains mainly red color. Web safe color of #823D13 is #993300 (or #930).

RGB color model

#823D13 color RGB value is (130,61,19).

  • red value is 130;
  • green value is 61;
  • blue value is 19.
RGB:
(130,61,19)
(51%,24%,7%)

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 19 of 255 = 7%

130
61
19

R + G + B ~ 27%. #823D13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 19 = 210 (100%)
R 130 of 210 ~ 61.9%
G 61 of 210 ~ 29.05%
B 19 of 210 ~ 9.05%

%61.9
%29.05

CMYK color model

#823D13 color CMYK value is (0,53,85,49).

  • cyan value is 0.00%
  • magenta value is 53.08%
  • yellow value is 85.38%
  • key color value is 49.02%
CMYK:
(0,53,85,49)
C0M53Y85K49 
(0%,53%,85%,49%)
(0.00/0.53/0.85/0.49)	

CMYK percentages

%0
%53.08
%85.38
%49.02

Codes

Color #823D13 in popluar color models

823D13
RGB1306119
HSL23°74.50%29.22%
HSB/HSV23°85.38%50.98%
CMYK0.00%53.08%85.38%
49.02%

Color #823D13 in popluar number systems.

HEX823D13
Decimal1306119
Binary1000001011110110011
Octal2027523

Shades and tints

Shades of #823D13

#823D13
(130,61,19)
#773812
(119,56,18)
#6C3311
(108,51,17)
#612E10
(97,46,16)
#56290F
(86,41,15)
#4B240E
(75,36,14)
#401F0D
(64,31,13)
#351A0C
(53,26,12)
#2A150B
(42,21,11)
#1F100A
(31,16,10)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #823D13

#823D13
(130,61,19)
#8D4E28
(141,78,40)
#985F3D
(152,95,61)
#A37052
(163,112,82)
#AE8167
(174,129,103)
#B9927C
(185,146,124)
#C4A391
(196,163,145)
#CFB4A6
(207,180,166)
#DAC5BB
(218,197,187)
#E5D6D0
(229,214,208)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823D13 color. Also use rgb(130,61,19) instead hex code.

Text Font Color

.myTextColor { color: #823D13; }

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

This text font color is #823D13.


Background Color

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

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

This div background color is #823D13.


Border color

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

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

This div border color is #823D13.


Opacity

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

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

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

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

This text has shadow with #823D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823D13 on black background.


Color preview on white background

This text has color #823D13 on white background.



Black color preview on #823D13 background

This text has black color on #823D13 background.


White color preview on #823D13 background

This text has white color on #823D13 background.