COLOR #823670

HEX: #823670
RGB: (130,54,112)

Color info

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

RGB color model

#823670 color RGB value is (130,54,112).

  • red value is 130;
  • green value is 54;
  • blue value is 112.
RGB:
(130,54,112)
(51%,21%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 54 of 255 = 21%
B 112 of 255 = 44%

130
54
112

R + G + B ~ 39%. #823670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 54 + 112 = 296 (100%)
R 130 of 296 ~ 43.92%
G 54 of 296 ~ 18.24%
B 112 of 296 ~ 37.84%

%43.92
%18.24
%37.84

CMYK color model

#823670 color CMYK value is (0,58,14,49).

  • cyan value is 0.00%
  • magenta value is 58.46%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,58,14,49)
C0M58Y14K49 
(0%,58%,14%,49%)
(0.00/0.58/0.14/0.49)	

CMYK percentages

%0
%58.46
%13.85
%49.02

Codes

Color #823670 in popluar color models

823670
RGB13054112
HSL314°41.30%36.08%
HSB/HSV314°58.46%50.98%
CMYK0.00%58.46%13.85%
49.02%

Color #823670 in popluar number systems.

HEX823670
Decimal13054112
Binary100000101101101110000
Octal20266160

Shades and tints

Shades of #823670

#823670
(130,54,112)
#773266
(119,50,102)
#6C2E5C
(108,46,92)
#612A52
(97,42,82)
#562648
(86,38,72)
#4B223E
(75,34,62)
#401E34
(64,30,52)
#351A2A
(53,26,42)
#2A1620
(42,22,32)
#1F1216
(31,18,22)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #823670

#823670
(130,54,112)
#8D487D
(141,72,125)
#985A8A
(152,90,138)
#A36C97
(163,108,151)
#AE7EA4
(174,126,164)
#B990B1
(185,144,177)
#C4A2BE
(196,162,190)
#CFB4CB
(207,180,203)
#DAC6D8
(218,198,216)
#E5D8E5
(229,216,229)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823670 color. Also use rgb(130,54,112) instead hex code.

Text Font Color

.myTextColor { color: #823670; }

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

This text font color is #823670.


Background Color

.myBgColor { background-color: #823670; }

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

This div background color is #823670.


Border color

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

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

This div border color is #823670.


Opacity

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

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

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

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

This text has shadow with #823670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823670 on black background.


Color preview on white background

This text has color #823670 on white background.



Black color preview on #823670 background

This text has black color on #823670 background.


White color preview on #823670 background

This text has white color on #823670 background.