COLOR #832248

HEX: #832248
RGB: (131,34,72)

Color info

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

RGB color model

#832248 color RGB value is (131,34,72).

  • red value is 131;
  • green value is 34;
  • blue value is 72.
RGB:
(131,34,72)
(51%,13%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 34 of 255 = 13%
B 72 of 255 = 28%

131
34
72

R + G + B ~ 31%. #832248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 34 + 72 = 237 (100%)
R 131 of 237 ~ 55.27%
G 34 of 237 ~ 14.35%
B 72 of 237 ~ 30.38%

%55.27
%14.35
%30.38

CMYK color model

#832248 color CMYK value is (0,74,45,49).

  • cyan value is 0.00%
  • magenta value is 74.05%
  • yellow value is 45.04%
  • key color value is 48.63%
CMYK:
(0,74,45,49)
C0M74Y45K49 
(0%,74%,45%,49%)
(0.00/0.74/0.45/0.49)	

CMYK percentages

%0
%74.05
%45.04
%48.63

Codes

Color #832248 in popluar color models

832248
RGB1313472
HSL336°58.79%32.35%
HSB/HSV336°74.05%51.37%
CMYK0.00%74.05%45.04%
48.63%

Color #832248 in popluar number systems.

HEX832248
Decimal1313472
Binary100000111000101001000
Octal20342110

Shades and tints

Shades of #832248

#832248
(131,34,72)
#781F42
(120,31,66)
#6D1C3C
(109,28,60)
#621936
(98,25,54)
#571630
(87,22,48)
#4C132A
(76,19,42)
#411024
(65,16,36)
#360D1E
(54,13,30)
#2B0A18
(43,10,24)
#200712
(32,7,18)
#15040C
(21,4,12)
#000000
(0,0,0)

Tints of #832248

#832248
(131,34,72)
#8E3658
(142,54,88)
#994A68
(153,74,104)
#A45E78
(164,94,120)
#AF7288
(175,114,136)
#BA8698
(186,134,152)
#C59AA8
(197,154,168)
#D0AEB8
(208,174,184)
#DBC2C8
(219,194,200)
#E6D6D8
(230,214,216)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832248 color. Also use rgb(131,34,72) instead hex code.

Text Font Color

.myTextColor { color: #832248; }

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

This text font color is #832248.


Background Color

.myBgColor { background-color: #832248; }

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

This div background color is #832248.


Border color

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

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

This div border color is #832248.


Opacity

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

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

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

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

This text has shadow with #832248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832248 on black background.


Color preview on white background

This text has color #832248 on white background.



Black color preview on #832248 background

This text has black color on #832248 background.


White color preview on #832248 background

This text has white color on #832248 background.