COLOR #832B40

HEX: #832B40
RGB: (131,43,64)

Color info

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

RGB color model

#832B40 color RGB value is (131,43,64).

  • red value is 131;
  • green value is 43;
  • blue value is 64.
RGB:
(131,43,64)
(51%,17%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 43 of 255 = 17%
B 64 of 255 = 25%

131
43
64

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

Portions of RGB colors in percentages

R + G + B =
131 + 43 + 64 = 238 (100%)
R 131 of 238 ~ 55.04%
G 43 of 238 ~ 18.07%
B 64 of 238 ~ 26.89%

%55.04
%18.07
%26.89

CMYK color model

#832B40 color CMYK value is (0,67,51,49).

  • cyan value is 0.00%
  • magenta value is 67.18%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(0,67,51,49)
C0M67Y51K49 
(0%,67%,51%,49%)
(0.00/0.67/0.51/0.49)	

CMYK percentages

%0
%67.18
%51.15
%48.63

Codes

Color #832B40 in popluar color models

832B40
RGB1314364
HSL346°50.57%34.12%
HSB/HSV346°67.18%51.37%
CMYK0.00%67.18%51.15%
48.63%

Color #832B40 in popluar number systems.

HEX832B40
Decimal1314364
Binary100000111010111000000
Octal20353100

Shades and tints

Shades of #832B40

#832B40
(131,43,64)
#78283B
(120,40,59)
#6D2536
(109,37,54)
#622231
(98,34,49)
#571F2C
(87,31,44)
#4C1C27
(76,28,39)
#411922
(65,25,34)
#36161D
(54,22,29)
#2B1318
(43,19,24)
#201013
(32,16,19)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #832B40

#832B40
(131,43,64)
#8E3E51
(142,62,81)
#995162
(153,81,98)
#A46473
(164,100,115)
#AF7784
(175,119,132)
#BA8A95
(186,138,149)
#C59DA6
(197,157,166)
#D0B0B7
(208,176,183)
#DBC3C8
(219,195,200)
#E6D6D9
(230,214,217)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832B40 color. Also use rgb(131,43,64) instead hex code.

Text Font Color

.myTextColor { color: #832B40; }

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

This text font color is #832B40.


Background Color

.myBgColor { background-color: #832B40; }

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

This div background color is #832B40.


Border color

.myBorderColor { border: 1px solid #832B40; }

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

This div border color is #832B40.


Opacity

.myOpacity80 { color: #832B40; opacity: 0.8; }

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

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

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

This text has shadow with #832B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832B40 on black background.


Color preview on white background

This text has color #832B40 on white background.



Black color preview on #832B40 background

This text has black color on #832B40 background.


White color preview on #832B40 background

This text has white color on #832B40 background.