COLOR #823919

HEX: #823919
RGB: (130,57,25)

Color info

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

RGB color model

#823919 color RGB value is (130,57,25).

  • red value is 130;
  • green value is 57;
  • blue value is 25.
RGB:
(130,57,25)
(51%,22%,10%)

RGB channels and saturation

R 130 of 255 = 51%
G 57 of 255 = 22%
B 25 of 255 = 10%

130
57
25

R + G + B ~ 28%. #823919 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 57 + 25 = 212 (100%)
R 130 of 212 ~ 61.32%
G 57 of 212 ~ 26.89%
B 25 of 212 ~ 11.79%

%61.32
%26.89
%11.79

CMYK color model

#823919 color CMYK value is (0,56,81,49).

  • cyan value is 0.00%
  • magenta value is 56.15%
  • yellow value is 80.77%
  • key color value is 49.02%
CMYK:
(0,56,81,49)
C0M56Y81K49 
(0%,56%,81%,49%)
(0.00/0.56/0.81/0.49)	

CMYK percentages

%0
%56.15
%80.77
%49.02

Codes

Color #823919 in popluar color models

823919
RGB1305725
HSL18°67.74%30.39%
HSB/HSV18°80.77%50.98%
CMYK0.00%56.15%80.77%
49.02%

Color #823919 in popluar number systems.

HEX823919
Decimal1305725
Binary1000001011100111001
Octal2027131

Shades and tints

Shades of #823919

#823919
(130,57,25)
#773417
(119,52,23)
#6C2F15
(108,47,21)
#612A13
(97,42,19)
#562511
(86,37,17)
#4B200F
(75,32,15)
#401B0D
(64,27,13)
#35160B
(53,22,11)
#2A1109
(42,17,9)
#1F0C07
(31,12,7)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #823919

#823919
(130,57,25)
#8D4B2D
(141,75,45)
#985D41
(152,93,65)
#A36F55
(163,111,85)
#AE8169
(174,129,105)
#B9937D
(185,147,125)
#C4A591
(196,165,145)
#CFB7A5
(207,183,165)
#DAC9B9
(218,201,185)
#E5DBCD
(229,219,205)
#F0EDE1
(240,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823919 color. Also use rgb(130,57,25) instead hex code.

Text Font Color

.myTextColor { color: #823919; }

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

This text font color is #823919.


Background Color

.myBgColor { background-color: #823919; }

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

This div background color is #823919.


Border color

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

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

This div border color is #823919.


Opacity

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

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

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

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

This text has shadow with #823919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823919 on black background.


Color preview on white background

This text has color #823919 on white background.



Black color preview on #823919 background

This text has black color on #823919 background.


White color preview on #823919 background

This text has white color on #823919 background.