COLOR #823D1D

HEX: #823D1D RGB: (130,61,29)

Color info

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

RGB color model

#823D1D color RGB value is (130,61,29).

RGB: (130,61,29) (51%, 24%, 11%)

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 29 of 255 = 11%

130
61
29

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

Portions of RGB colors in percentages

R + G + B = 130 + 61 + 29 = 220 (100%)
R 130 of 220 ~ 59.09%
G 61 of 220 ~ 27.73%
B 29 of 220 ~ 13.18'%

%59.09
%27.73
%13.18

CMYK color model

#823D1D color CMYK value is (0,53,78,49).

  • cyan value is 0.00%
  • magenta value is 53.08%
  • yellow value is 77.69%
  • key color value is 49.02%

CMYK: (0,53,78,49)
C0M53Y78K49 (0%, 53%, 78%, 49%)
(0.00 / 0.53 / 0.78 / 0.49)

CMYK percentages

%0
%53.08
%77.69
%49.02

Codes

Color #823D1D in popluar color models

82 3D 1D
RGB 130 61 29
HSL 19° 63.52% 31.18%
HSB/HSV 19° 77.69% 50.98%
CMYK 0.00% 53.08% 77.69%
49.02%

Color #823D1D in popluar number systems.

HEX 82 3D 1D
Decimal 130 61 29
Binary 10000010 111101 11101
Octal 202 75 35

Shades and tints

Shades of #823D1D

#823D1D
(130,61,29)
#77381B
(119,56,27)
#6C3319
(108,51,25)
#612E17
(97,46,23)
#562915
(86,41,21)
#4B2413
(75,36,19)
#401F11
(64,31,17)
#351A0F
(53,26,15)
#2A150D
(42,21,13)
#1F100B
(31,16,11)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #823D1D

#823D1D
(130,61,29)
#8D4E31
(141,78,49)
#985F45
(152,95,69)
#A37059
(163,112,89)
#AE816D
(174,129,109)
#B99281
(185,146,129)
#C4A395
(196,163,149)
#CFB4A9
(207,180,169)
#DAC5BD
(218,197,189)
#E5D6D1
(229,214,209)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823D1D; }

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

This text font color is #823D1D.

Background Color

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

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

This div background color is #823D1D.

Border color

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

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

This div border color is #823D1D.

Opacity

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

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

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

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

This text has shadow with #823D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823D1D.

Preview

Color preview on black background

This text has color #823D1D on black background.


Color preview on white background

This text has color #823D1D on white background.


Black color preview on #823D1D background

This text has black color on #823D1D background.


White color preview on #823D1D background

This text has white color on #823D1D background.


Related colors

Complementary color

Complementary color for #hex is #7DC2E2.


I love getcolorcode.com

Triadic colors

1 #1D823D and #3D1D82 with #823D1D are triadic colors.

2 #1D3D82 and #3D821D with #823D1D are triadic colors.