COLOR #824653

HEX: #824653
RGB: (130,70,83)

Color info

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

RGB color model

#824653 color RGB value is (130,70,83).

  • red value is 130;
  • green value is 70;
  • blue value is 83.
RGB:
(130,70,83)
(51%,27%,33%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 83 of 255 = 33%

130
70
83

R + G + B ~ 37%. #824653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 83 = 283 (100%)
R 130 of 283 ~ 45.94%
G 70 of 283 ~ 24.73%
B 83 of 283 ~ 29.33%

%45.94
%24.73
%29.33

CMYK color model

#824653 color CMYK value is (0,46,36,49).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(0,46,36,49)
C0M46Y36K49 
(0%,46%,36%,49%)
(0.00/0.46/0.36/0.49)	

CMYK percentages

%0
%46.15
%36.15
%49.02

Codes

Color #824653 in popluar color models

824653
RGB1307083
HSL347°30.00%39.22%
HSB/HSV347°46.15%50.98%
CMYK0.00%46.15%36.15%
49.02%

Color #824653 in popluar number systems.

HEX824653
Decimal1307083
Binary1000001010001101010011
Octal202106123

Shades and tints

Shades of #824653

#824653
(130,70,83)
#77404C
(119,64,76)
#6C3A45
(108,58,69)
#61343E
(97,52,62)
#562E37
(86,46,55)
#4B2830
(75,40,48)
#402229
(64,34,41)
#351C22
(53,28,34)
#2A161B
(42,22,27)
#1F1014
(31,16,20)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #824653

#824653
(130,70,83)
#8D5662
(141,86,98)
#986671
(152,102,113)
#A37680
(163,118,128)
#AE868F
(174,134,143)
#B9969E
(185,150,158)
#C4A6AD
(196,166,173)
#CFB6BC
(207,182,188)
#DAC6CB
(218,198,203)
#E5D6DA
(229,214,218)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824653 color. Also use rgb(130,70,83) instead hex code.

Text Font Color

.myTextColor { color: #824653; }

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

This text font color is #824653.


Background Color

.myBgColor { background-color: #824653; }

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

This div background color is #824653.


Border color

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

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

This div border color is #824653.


Opacity

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

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

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

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

This text has shadow with #824653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824653 on black background.


Color preview on white background

This text has color #824653 on white background.



Black color preview on #824653 background

This text has black color on #824653 background.


White color preview on #824653 background

This text has white color on #824653 background.