COLOR #823683

HEX: #823683
RGB: (130,54,131)

Color info

#823683 contains mainly red and blue colors. Web safe color of #823683 is #993399 (or #939).

RGB color model

#823683 color RGB value is (130,54,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 54 of 255 = 21%
B 131 of 255 = 51%

130
54
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 54 + 131 = 315 (100%)
R 130 of 315 ~ 41.27%
G 54 of 315 ~ 17.14%
B 131 of 315 ~ 41.59%

%41.27
%17.14
%41.59

CMYK color model

#823683 color CMYK value is (1,59,0,49).

  • cyan value is 0.76%
  • magenta value is 58.78%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,59,0,49)
C1M59Y0K49 
(1%,59%,0%,49%)
(0.01/0.59/0.00/0.49)	

CMYK percentages

%0.76
%58.78
%0
%48.63

Codes

Color #823683 in popluar color models

823683
RGB13054131
HSL299°41.62%36.27%
HSB/HSV299°58.78%51.37%
CMYK0.76%58.78%0.00%
48.63%

Color #823683 in popluar number systems.

HEX823683
Decimal13054131
Binary1000001011011010000011
Octal20266203

Shades and tints

Shades of #823683

#823683
(130,54,131)
#773278
(119,50,120)
#6C2E6D
(108,46,109)
#612A62
(97,42,98)
#562657
(86,38,87)
#4B224C
(75,34,76)
#401E41
(64,30,65)
#351A36
(53,26,54)
#2A162B
(42,22,43)
#1F1220
(31,18,32)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #823683

#823683
(130,54,131)
#8D488E
(141,72,142)
#985A99
(152,90,153)
#A36CA4
(163,108,164)
#AE7EAF
(174,126,175)
#B990BA
(185,144,186)
#C4A2C5
(196,162,197)
#CFB4D0
(207,180,208)
#DAC6DB
(218,198,219)
#E5D8E6
(229,216,230)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823683; }

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

This text font color is #823683.


Background Color

.myBgColor { background-color: #823683; }

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

This div background color is #823683.


Border color

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

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

This div border color is #823683.


Opacity

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

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

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

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

This text has shadow with #823683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823683 on black background.


Color preview on white background

This text has color #823683 on white background.



Black color preview on #823683 background

This text has black color on #823683 background.


White color preview on #823683 background

This text has white color on #823683 background.