COLOR #823432

HEX: #823432
RGB: (130,52,50)

Color info

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

RGB color model

#823432 color RGB value is (130,52,50).

  • red value is 130;
  • green value is 52;
  • blue value is 50.
RGB:
(130,52,50)
(51%,20%,20%)

RGB channels and saturation

R 130 of 255 = 51%
G 52 of 255 = 20%
B 50 of 255 = 20%

130
52
50

R + G + B ~ 30%. #823432 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 52 + 50 = 232 (100%)
R 130 of 232 ~ 56.03%
G 52 of 232 ~ 22.41%
B 50 of 232 ~ 21.55%

%56.03
%22.41
%21.55

CMYK color model

#823432 color CMYK value is (0,60,62,49).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 61.54%
  • key color value is 49.02%
CMYK:
(0,60,62,49)
C0M60Y62K49 
(0%,60%,62%,49%)
(0.00/0.60/0.62/0.49)	

CMYK percentages

%0
%60
%61.54
%49.02

Codes

Color #823432 in popluar color models

823432
RGB1305250
HSL44.44%35.29%
HSB/HSV61.54%50.98%
CMYK0.00%60.00%61.54%
49.02%

Color #823432 in popluar number systems.

HEX823432
Decimal1305250
Binary10000010110100110010
Octal2026462

Shades and tints

Shades of #823432

#823432
(130,52,50)
#77302E
(119,48,46)
#6C2C2A
(108,44,42)
#612826
(97,40,38)
#562422
(86,36,34)
#4B201E
(75,32,30)
#401C1A
(64,28,26)
#351816
(53,24,22)
#2A1412
(42,20,18)
#1F100E
(31,16,14)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #823432

#823432
(130,52,50)
#8D4644
(141,70,68)
#985856
(152,88,86)
#A36A68
(163,106,104)
#AE7C7A
(174,124,122)
#B98E8C
(185,142,140)
#C4A09E
(196,160,158)
#CFB2B0
(207,178,176)
#DAC4C2
(218,196,194)
#E5D6D4
(229,214,212)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823432 color. Also use rgb(130,52,50) instead hex code.

Text Font Color

.myTextColor { color: #823432; }

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

This text font color is #823432.


Background Color

.myBgColor { background-color: #823432; }

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

This div background color is #823432.


Border color

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

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

This div border color is #823432.


Opacity

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

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

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

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

This text has shadow with #823432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823432 on black background.


Color preview on white background

This text has color #823432 on white background.



Black color preview on #823432 background

This text has black color on #823432 background.


White color preview on #823432 background

This text has white color on #823432 background.