COLOR #823B78

HEX: #823B78
RGB: (130,59,120)

Color info

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

RGB color model

#823B78 color RGB value is (130,59,120).

  • red value is 130;
  • green value is 59;
  • blue value is 120.
RGB:
(130,59,120)
(51%,23%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 120 of 255 = 47%

130
59
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 59 + 120 = 309 (100%)
R 130 of 309 ~ 42.07%
G 59 of 309 ~ 19.09%
B 120 of 309 ~ 38.83%

%42.07
%19.09
%38.83

CMYK color model

#823B78 color CMYK value is (0,55,8,49).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,55,8,49)
C0M55Y8K49 
(0%,55%,8%,49%)
(0.00/0.55/0.08/0.49)	

CMYK percentages

%0
%54.62
%7.69
%49.02

Codes

Color #823B78 in popluar color models

823B78
RGB13059120
HSL308°37.57%37.06%
HSB/HSV308°54.62%50.98%
CMYK0.00%54.62%7.69%
49.02%

Color #823B78 in popluar number systems.

HEX823B78
Decimal13059120
Binary100000101110111111000
Octal20273170

Shades and tints

Shades of #823B78

#823B78
(130,59,120)
#77366E
(119,54,110)
#6C3164
(108,49,100)
#612C5A
(97,44,90)
#562750
(86,39,80)
#4B2246
(75,34,70)
#401D3C
(64,29,60)
#351832
(53,24,50)
#2A1328
(42,19,40)
#1F0E1E
(31,14,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #823B78

#823B78
(130,59,120)
#8D4C84
(141,76,132)
#985D90
(152,93,144)
#A36E9C
(163,110,156)
#AE7FA8
(174,127,168)
#B990B4
(185,144,180)
#C4A1C0
(196,161,192)
#CFB2CC
(207,178,204)
#DAC3D8
(218,195,216)
#E5D4E4
(229,212,228)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823B78 color. Also use rgb(130,59,120) instead hex code.

Text Font Color

.myTextColor { color: #823B78; }

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

This text font color is #823B78.


Background Color

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

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

This div background color is #823B78.


Border color

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

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

This div border color is #823B78.


Opacity

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

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

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

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

This text has shadow with #823B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823B78 on black background.


Color preview on white background

This text has color #823B78 on white background.



Black color preview on #823B78 background

This text has black color on #823B78 background.


White color preview on #823B78 background

This text has white color on #823B78 background.