COLOR #824D6E

HEX: #824D6E
RGB: (130,77,110)

Color info

#824D6E contains red, green and blue colors in about the same proportion. Web safe color of #824D6E is #993366 (or #936).

RGB color model

#824D6E color RGB value is (130,77,110).

  • red value is 130;
  • green value is 77;
  • blue value is 110.
RGB:
(130,77,110)
(51%,30%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 110 of 255 = 43%

130
77
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 110 = 317 (100%)
R 130 of 317 ~ 41.01%
G 77 of 317 ~ 24.29%
B 110 of 317 ~ 34.7%

%41.01
%24.29
%34.7

CMYK color model

#824D6E color CMYK value is (0,41,15,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(0,41,15,49)
C0M41Y15K49 
(0%,41%,15%,49%)
(0.00/0.41/0.15/0.49)	

CMYK percentages

%0
%40.77
%15.38
%49.02

Codes

Color #824D6E in popluar color models

824D6E
RGB13077110
HSL323°25.60%40.59%
HSB/HSV323°40.77%50.98%
CMYK0.00%40.77%15.38%
49.02%

Color #824D6E in popluar number systems.

HEX824D6E
Decimal13077110
Binary1000001010011011101110
Octal202115156

Shades and tints

Shades of #824D6E

#824D6E
(130,77,110)
#774664
(119,70,100)
#6C3F5A
(108,63,90)
#613850
(97,56,80)
#563146
(86,49,70)
#4B2A3C
(75,42,60)
#402332
(64,35,50)
#351C28
(53,28,40)
#2A151E
(42,21,30)
#1F0E14
(31,14,20)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #824D6E

#824D6E
(130,77,110)
#8D5D7B
(141,93,123)
#986D88
(152,109,136)
#A37D95
(163,125,149)
#AE8DA2
(174,141,162)
#B99DAF
(185,157,175)
#C4ADBC
(196,173,188)
#CFBDC9
(207,189,201)
#DACDD6
(218,205,214)
#E5DDE3
(229,221,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824D6E color. Also use rgb(130,77,110) instead hex code.

Text Font Color

.myTextColor { color: #824D6E; }

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

This text font color is #824D6E.


Background Color

.myBgColor { background-color: #824D6E; }

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

This div background color is #824D6E.


Border color

.myBorderColor { border: 1px solid #824D6E; }

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

This div border color is #824D6E.


Opacity

.myOpacity80 { color: #824D6E; opacity: 0.8; }

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

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

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

This text has shadow with #824D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D6E on black background.


Color preview on white background

This text has color #824D6E on white background.



Black color preview on #824D6E background

This text has black color on #824D6E background.


White color preview on #824D6E background

This text has white color on #824D6E background.