COLOR #823431

HEX: #823431
RGB: (130,52,49)

Color info

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

RGB color model

#823431 color RGB value is (130,52,49).

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

RGB channels and saturation

R 130 of 255 = 51%
G 52 of 255 = 20%
B 49 of 255 = 19%

130
52
49

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

Portions of RGB colors in percentages

R + G + B =
130 + 52 + 49 = 231 (100%)
R 130 of 231 ~ 56.28%
G 52 of 231 ~ 22.51%
B 49 of 231 ~ 21.21%

%56.28
%22.51
%21.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 62.31%
  • 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
%62.31
%49.02

Codes

Color #823431 in popluar color models

823431
RGB1305249
HSL45.25%35.10%
HSB/HSV62.31%50.98%
CMYK0.00%60.00%62.31%
49.02%

Color #823431 in popluar number systems.

HEX823431
Decimal1305249
Binary10000010110100110001
Octal2026461

Shades and tints

Shades of #823431

#823431
(130,52,49)
#77302D
(119,48,45)
#6C2C29
(108,44,41)
#612825
(97,40,37)
#562421
(86,36,33)
#4B201D
(75,32,29)
#401C19
(64,28,25)
#351815
(53,24,21)
#2A1411
(42,20,17)
#1F100D
(31,16,13)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #823431

#823431
(130,52,49)
#8D4643
(141,70,67)
#985855
(152,88,85)
#A36A67
(163,106,103)
#AE7C79
(174,124,121)
#B98E8B
(185,142,139)
#C4A09D
(196,160,157)
#CFB2AF
(207,178,175)
#DAC4C1
(218,196,193)
#E5D6D3
(229,214,211)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823431; }

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

This text font color is #823431.


Background Color

.myBgColor { background-color: #823431; }

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

This div background color is #823431.


Border color

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

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

This div border color is #823431.


Opacity

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

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

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

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

This text has shadow with #823431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823431 on black background.


Color preview on white background

This text has color #823431 on white background.



Black color preview on #823431 background

This text has black color on #823431 background.


White color preview on #823431 background

This text has white color on #823431 background.