COLOR #823855

HEX: #823855
RGB: (130,56,85)

Color info

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

RGB color model

#823855 color RGB value is (130,56,85).

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

RGB channels and saturation

R 130 of 255 = 51%
G 56 of 255 = 22%
B 85 of 255 = 33%

130
56
85

R + G + B ~ 35%. #823855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 56 + 85 = 271 (100%)
R 130 of 271 ~ 47.97%
G 56 of 271 ~ 20.66%
B 85 of 271 ~ 31.37%

%47.97
%20.66
%31.37

CMYK color model

#823855 color CMYK value is (0,57,35,49).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(0,57,35,49)
C0M57Y35K49 
(0%,57%,35%,49%)
(0.00/0.57/0.35/0.49)	

CMYK percentages

%0
%56.92
%34.62
%49.02

Codes

Color #823855 in popluar color models

823855
RGB1305685
HSL336°39.78%36.47%
HSB/HSV336°56.92%50.98%
CMYK0.00%56.92%34.62%
49.02%

Color #823855 in popluar number systems.

HEX823855
Decimal1305685
Binary100000101110001010101
Octal20270125

Shades and tints

Shades of #823855

#823855
(130,56,85)
#77334E
(119,51,78)
#6C2E47
(108,46,71)
#612940
(97,41,64)
#562439
(86,36,57)
#4B1F32
(75,31,50)
#401A2B
(64,26,43)
#351524
(53,21,36)
#2A101D
(42,16,29)
#1F0B16
(31,11,22)
#14060F
(20,6,15)
#000000
(0,0,0)

Tints of #823855

#823855
(130,56,85)
#8D4A64
(141,74,100)
#985C73
(152,92,115)
#A36E82
(163,110,130)
#AE8091
(174,128,145)
#B992A0
(185,146,160)
#C4A4AF
(196,164,175)
#CFB6BE
(207,182,190)
#DAC8CD
(218,200,205)
#E5DADC
(229,218,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823855; }

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

This text font color is #823855.


Background Color

.myBgColor { background-color: #823855; }

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

This div background color is #823855.


Border color

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

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

This div border color is #823855.


Opacity

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

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

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

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

This text has shadow with #823855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823855 on black background.


Color preview on white background

This text has color #823855 on white background.



Black color preview on #823855 background

This text has black color on #823855 background.


White color preview on #823855 background

This text has white color on #823855 background.