COLOR #823248

HEX: #823248 RGB: (130,50,72)

Color info

#823248 contains mainly red and blue colors. Web safe color of #823248 is #993333 (or #933).

RGB color model

#823248 color RGB value is (130,50,72).

RGB: (130,50,72) (51%, 20%, 28%)

RGB channels and saturation

R 130 of 255 = 51%
G 50 of 255 = 20%
B 72 of 255 = 28%

130
50
72

R + G + B ~ 33%. #823248 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 50 + 72 = 252 (100%)
R 130 of 252 ~ 51.59%
G 50 of 252 ~ 19.84%
B 72 of 252 ~ 28.57'%

%51.59
%19.84
%28.57

CMYK color model

#823248 color CMYK value is (0,62,45,49).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 44.62%
  • key color value is 49.02%

CMYK: (0,62,45,49)
C0M62Y45K49 (0%, 62%, 45%, 49%)
(0.00 / 0.62 / 0.45 / 0.49)

CMYK percentages

%0
%61.54
%44.62
%49.02

Codes

Color #823248 in popluar color models

82 32 48
RGB 130 50 72
HSL 344° 44.44% 35.29%
HSB/HSV 344° 61.54% 50.98%
CMYK 0.00% 61.54% 44.62%
49.02%

Color #823248 in popluar number systems.

HEX 82 32 48
Decimal 130 50 72
Binary 10000010 110010 1001000
Octal 202 62 110

Shades and tints

Shades of #823248

#823248
(130,50,72)
#772E42
(119,46,66)
#6C2A3C
(108,42,60)
#612636
(97,38,54)
#562230
(86,34,48)
#4B1E2A
(75,30,42)
#401A24
(64,26,36)
#35161E
(53,22,30)
#2A1218
(42,18,24)
#1F0E12
(31,14,18)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #823248

#823248
(130,50,72)
#8D4458
(141,68,88)
#985668
(152,86,104)
#A36878
(163,104,120)
#AE7A88
(174,122,136)
#B98C98
(185,140,152)
#C49EA8
(196,158,168)
#CFB0B8
(207,176,184)
#DAC2C8
(218,194,200)
#E5D4D8
(229,212,216)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823248; }

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

This text font color is #823248.

Background Color

.myBgColor { background-color: #823248; }

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

This div background color is #823248.

Border color

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

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

This div border color is #823248.

Opacity

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

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

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

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

This text has shadow with #823248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823248.

Preview

Color preview on black background

This text has color #823248 on black background.


Color preview on white background

This text has color #823248 on white background.


Black color preview on #823248 background

This text has black color on #823248 background.


White color preview on #823248 background

This text has white color on #823248 background.


Related colors

Complementary color

Complementary color for #hex is #7DCDB7.


I love getcolorcode.com

Triadic colors

1 #488232 and #324882 with #823248 are triadic colors.

2 #483282 and #328248 with #823248 are triadic colors.