COLOR #823002

HEX: #823002
RGB: (130,48,2)

Color info

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

RGB color model

#823002 color RGB value is (130,48,2).

  • red value is 130;
  • green value is 48;
  • blue value is 2.
RGB:
(130,48,2)
(51%,19%,1%)

RGB channels and saturation

R 130 of 255 = 51%
G 48 of 255 = 19%
B 2 of 255 = 1%

130
48
2

R + G + B ~ 24%. #823002 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 48 + 2 = 180 (100%)
R 130 of 180 ~ 72.22%
G 48 of 180 ~ 26.67%
B 2 of 180 ~ 1.11%

%72.22
%26.67

CMYK color model

#823002 color CMYK value is (0,63,98,49).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 98.46%
  • key color value is 49.02%
CMYK:
(0,63,98,49)
C0M63Y98K49 
(0%,63%,98%,49%)
(0.00/0.63/0.98/0.49)	

CMYK percentages

%0
%63.08
%98.46
%49.02

Codes

Color #823002 in popluar color models

823002
RGB130482
HSL22°96.97%25.88%
HSB/HSV22°98.46%50.98%
CMYK0.00%63.08%98.46%
49.02%

Color #823002 in popluar number systems.

HEX823002
Decimal130482
Binary1000001011000010
Octal202602

Shades and tints

Shades of #823002

#823002
(130,48,2)
#772C02
(119,44,2)
#6C2802
(108,40,2)
#612402
(97,36,2)
#562002
(86,32,2)
#4B1C02
(75,28,2)
#401802
(64,24,2)
#351402
(53,20,2)
#2A1002
(42,16,2)
#1F0C02
(31,12,2)
#140802
(20,8,2)
#000000
(0,0,0)

Tints of #823002

#823002
(130,48,2)
#8D4219
(141,66,25)
#985430
(152,84,48)
#A36647
(163,102,71)
#AE785E
(174,120,94)
#B98A75
(185,138,117)
#C49C8C
(196,156,140)
#CFAEA3
(207,174,163)
#DAC0BA
(218,192,186)
#E5D2D1
(229,210,209)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823002 color. Also use rgb(130,48,2) instead hex code.

Text Font Color

.myTextColor { color: #823002; }

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

This text font color is #823002.


Background Color

.myBgColor { background-color: #823002; }

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

This div background color is #823002.


Border color

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

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

This div border color is #823002.


Opacity

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

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

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

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

This text has shadow with #823002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823002 on black background.


Color preview on white background

This text has color #823002 on white background.



Black color preview on #823002 background

This text has black color on #823002 background.


White color preview on #823002 background

This text has white color on #823002 background.