COLOR #823110

HEX: #823110
RGB: (130,49,16)

Color info

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

RGB color model

#823110 color RGB value is (130,49,16).

  • red value is 130;
  • green value is 49;
  • blue value is 16.
RGB:
(130,49,16)
(51%,19%,6%)

RGB channels and saturation

R 130 of 255 = 51%
G 49 of 255 = 19%
B 16 of 255 = 6%

130
49
16

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

Portions of RGB colors in percentages

R + G + B =
130 + 49 + 16 = 195 (100%)
R 130 of 195 ~ 66.67%
G 49 of 195 ~ 25.13%
B 16 of 195 ~ 8.21%

%66.67
%25.13

CMYK color model

#823110 color CMYK value is (0,62,88,49).

  • cyan value is 0.00%
  • magenta value is 62.31%
  • yellow value is 87.69%
  • key color value is 49.02%
CMYK:
(0,62,88,49)
C0M62Y88K49 
(0%,62%,88%,49%)
(0.00/0.62/0.88/0.49)	

CMYK percentages

%0
%62.31
%87.69
%49.02

Codes

Color #823110 in popluar color models

823110
RGB1304916
HSL17°78.08%28.63%
HSB/HSV17°87.69%50.98%
CMYK0.00%62.31%87.69%
49.02%

Color #823110 in popluar number systems.

HEX823110
Decimal1304916
Binary1000001011000110000
Octal2026120

Shades and tints

Shades of #823110

#823110
(130,49,16)
#772D0F
(119,45,15)
#6C290E
(108,41,14)
#61250D
(97,37,13)
#56210C
(86,33,12)
#4B1D0B
(75,29,11)
#40190A
(64,25,10)
#351509
(53,21,9)
#2A1108
(42,17,8)
#1F0D07
(31,13,7)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #823110

#823110
(130,49,16)
#8D4325
(141,67,37)
#98553A
(152,85,58)
#A3674F
(163,103,79)
#AE7964
(174,121,100)
#B98B79
(185,139,121)
#C49D8E
(196,157,142)
#CFAFA3
(207,175,163)
#DAC1B8
(218,193,184)
#E5D3CD
(229,211,205)
#F0E5E2
(240,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823110 color. Also use rgb(130,49,16) instead hex code.

Text Font Color

.myTextColor { color: #823110; }

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

This text font color is #823110.


Background Color

.myBgColor { background-color: #823110; }

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

This div background color is #823110.


Border color

.myBorderColor { border: 1px solid #823110; }

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

This div border color is #823110.


Opacity

.myOpacity80 { color: #823110; opacity: 0.8; }

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

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

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

This text has shadow with #823110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823110 on black background.


Color preview on white background

This text has color #823110 on white background.



Black color preview on #823110 background

This text has black color on #823110 background.


White color preview on #823110 background

This text has white color on #823110 background.