COLOR #823879

HEX: #823879
RGB: (130,56,121)

Color info

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

RGB color model

#823879 color RGB value is (130,56,121).

  • red value is 130;
  • green value is 56;
  • blue value is 121.
RGB:
(130,56,121)
(51%,22%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 56 of 255 = 22%
B 121 of 255 = 47%

130
56
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 56 + 121 = 307 (100%)
R 130 of 307 ~ 42.35%
G 56 of 307 ~ 18.24%
B 121 of 307 ~ 39.41%

%42.35
%18.24
%39.41

CMYK color model

#823879 color CMYK value is (0,57,7,49).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,57,7,49)
C0M57Y7K49 
(0%,57%,7%,49%)
(0.00/0.57/0.07/0.49)	

CMYK percentages

%0
%56.92
%6.92
%49.02

Codes

Color #823879 in popluar color models

823879
RGB13056121
HSL307°39.78%36.47%
HSB/HSV307°56.92%50.98%
CMYK0.00%56.92%6.92%
49.02%

Color #823879 in popluar number systems.

HEX823879
Decimal13056121
Binary100000101110001111001
Octal20270171

Shades and tints

Shades of #823879

#823879
(130,56,121)
#77336E
(119,51,110)
#6C2E63
(108,46,99)
#612958
(97,41,88)
#56244D
(86,36,77)
#4B1F42
(75,31,66)
#401A37
(64,26,55)
#35152C
(53,21,44)
#2A1021
(42,16,33)
#1F0B16
(31,11,22)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #823879

#823879
(130,56,121)
#8D4A85
(141,74,133)
#985C91
(152,92,145)
#A36E9D
(163,110,157)
#AE80A9
(174,128,169)
#B992B5
(185,146,181)
#C4A4C1
(196,164,193)
#CFB6CD
(207,182,205)
#DAC8D9
(218,200,217)
#E5DAE5
(229,218,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823879 color. Also use rgb(130,56,121) instead hex code.

Text Font Color

.myTextColor { color: #823879; }

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

This text font color is #823879.


Background Color

.myBgColor { background-color: #823879; }

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

This div background color is #823879.


Border color

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

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

This div border color is #823879.


Opacity

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

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

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

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

This text has shadow with #823879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823879 on black background.


Color preview on white background

This text has color #823879 on white background.



Black color preview on #823879 background

This text has black color on #823879 background.


White color preview on #823879 background

This text has white color on #823879 background.