COLOR #823A72

HEX: #823A72
RGB: (130,58,114)

Color info

#823A72 contains mainly red and blue colors. Web safe color of #823A72 is #993366 (or #936).

RGB color model

#823A72 color RGB value is (130,58,114).

  • red value is 130;
  • green value is 58;
  • blue value is 114.
RGB:
(130,58,114)
(51%,23%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 114 of 255 = 45%

130
58
114

R + G + B ~ 40%. #823A72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 58 + 114 = 302 (100%)
R 130 of 302 ~ 43.05%
G 58 of 302 ~ 19.21%
B 114 of 302 ~ 37.75%

%43.05
%19.21
%37.75

CMYK color model

#823A72 color CMYK value is (0,55,12,49).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,55,12,49)
C0M55Y12K49 
(0%,55%,12%,49%)
(0.00/0.55/0.12/0.49)	

CMYK percentages

%0
%55.38
%12.31
%49.02

Codes

Color #823A72 in popluar color models

823A72
RGB13058114
HSL313°38.30%36.86%
HSB/HSV313°55.38%50.98%
CMYK0.00%55.38%12.31%
49.02%

Color #823A72 in popluar number systems.

HEX823A72
Decimal13058114
Binary100000101110101110010
Octal20272162

Shades and tints

Shades of #823A72

#823A72
(130,58,114)
#773568
(119,53,104)
#6C305E
(108,48,94)
#612B54
(97,43,84)
#56264A
(86,38,74)
#4B2140
(75,33,64)
#401C36
(64,28,54)
#35172C
(53,23,44)
#2A1222
(42,18,34)
#1F0D18
(31,13,24)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #823A72

#823A72
(130,58,114)
#8D4B7E
(141,75,126)
#985C8A
(152,92,138)
#A36D96
(163,109,150)
#AE7EA2
(174,126,162)
#B98FAE
(185,143,174)
#C4A0BA
(196,160,186)
#CFB1C6
(207,177,198)
#DAC2D2
(218,194,210)
#E5D3DE
(229,211,222)
#F0E4EA
(240,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823A72 color. Also use rgb(130,58,114) instead hex code.

Text Font Color

.myTextColor { color: #823A72; }

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

This text font color is #823A72.


Background Color

.myBgColor { background-color: #823A72; }

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

This div background color is #823A72.


Border color

.myBorderColor { border: 1px solid #823A72; }

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

This div border color is #823A72.


Opacity

.myOpacity80 { color: #823A72; opacity: 0.8; }

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

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

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

This text has shadow with #823A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823A72 on black background.


Color preview on white background

This text has color #823A72 on white background.



Black color preview on #823A72 background

This text has black color on #823A72 background.


White color preview on #823A72 background

This text has white color on #823A72 background.