COLOR #823C09

HEX: #823C09
RGB: (130,60,9)

Color info

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

RGB color model

#823C09 color RGB value is (130,60,9).

  • red value is 130;
  • green value is 60;
  • blue value is 9.
RGB:
(130,60,9)
(51%,24%,4%)

RGB channels and saturation

R 130 of 255 = 51%
G 60 of 255 = 24%
B 9 of 255 = 4%

130
60
9

R + G + B ~ 26%. #823C09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 60 + 9 = 199 (100%)
R 130 of 199 ~ 65.33%
G 60 of 199 ~ 30.15%
B 9 of 199 ~ 4.52%

%65.33
%30.15

CMYK color model

#823C09 color CMYK value is (0,54,93,49).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 93.08%
  • key color value is 49.02%
CMYK:
(0,54,93,49)
C0M54Y93K49 
(0%,54%,93%,49%)
(0.00/0.54/0.93/0.49)	

CMYK percentages

%0
%53.85
%93.08
%49.02

Codes

Color #823C09 in popluar color models

823C09
RGB130609
HSL25°87.05%27.25%
HSB/HSV25°93.08%50.98%
CMYK0.00%53.85%93.08%
49.02%

Color #823C09 in popluar number systems.

HEX823C09
Decimal130609
Binary100000101111001001
Octal2027411

Shades and tints

Shades of #823C09

#823C09
(130,60,9)
#773709
(119,55,9)
#6C3209
(108,50,9)
#612D09
(97,45,9)
#562809
(86,40,9)
#4B2309
(75,35,9)
#401E09
(64,30,9)
#351909
(53,25,9)
#2A1409
(42,20,9)
#1F0F09
(31,15,9)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #823C09

#823C09
(130,60,9)
#8D4D1F
(141,77,31)
#985E35
(152,94,53)
#A36F4B
(163,111,75)
#AE8061
(174,128,97)
#B99177
(185,145,119)
#C4A28D
(196,162,141)
#CFB3A3
(207,179,163)
#DAC4B9
(218,196,185)
#E5D5CF
(229,213,207)
#F0E6E5
(240,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823C09 color. Also use rgb(130,60,9) instead hex code.

Text Font Color

.myTextColor { color: #823C09; }

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

This text font color is #823C09.


Background Color

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

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

This div background color is #823C09.


Border color

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

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

This div border color is #823C09.


Opacity

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

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

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

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

This text has shadow with #823C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823C09 on black background.


Color preview on white background

This text has color #823C09 on white background.



Black color preview on #823C09 background

This text has black color on #823C09 background.


White color preview on #823C09 background

This text has white color on #823C09 background.