COLOR #824D64

HEX: #824D64
RGB: (130,77,100)

Color info

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

RGB color model

#824D64 color RGB value is (130,77,100).

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

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 100 of 255 = 39%

130
77
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 100 = 307 (100%)
R 130 of 307 ~ 42.35%
G 77 of 307 ~ 25.08%
B 100 of 307 ~ 32.57%

%42.35
%25.08
%32.57

CMYK color model

#824D64 color CMYK value is (0,41,23,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(0,41,23,49)
C0M41Y23K49 
(0%,41%,23%,49%)
(0.00/0.41/0.23/0.49)	

CMYK percentages

%0
%40.77
%23.08
%49.02

Codes

Color #824D64 in popluar color models

824D64
RGB13077100
HSL334°25.60%40.59%
HSB/HSV334°40.77%50.98%
CMYK0.00%40.77%23.08%
49.02%

Color #824D64 in popluar number systems.

HEX824D64
Decimal13077100
Binary1000001010011011100100
Octal202115144

Shades and tints

Shades of #824D64

#824D64
(130,77,100)
#77465B
(119,70,91)
#6C3F52
(108,63,82)
#613849
(97,56,73)
#563140
(86,49,64)
#4B2A37
(75,42,55)
#40232E
(64,35,46)
#351C25
(53,28,37)
#2A151C
(42,21,28)
#1F0E13
(31,14,19)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #824D64

#824D64
(130,77,100)
#8D5D72
(141,93,114)
#986D80
(152,109,128)
#A37D8E
(163,125,142)
#AE8D9C
(174,141,156)
#B99DAA
(185,157,170)
#C4ADB8
(196,173,184)
#CFBDC6
(207,189,198)
#DACDD4
(218,205,212)
#E5DDE2
(229,221,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824D64; }

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

This text font color is #824D64.


Background Color

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

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

This div background color is #824D64.


Border color

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

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

This div border color is #824D64.


Opacity

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

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

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

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

This text has shadow with #824D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D64 on black background.


Color preview on white background

This text has color #824D64 on white background.



Black color preview on #824D64 background

This text has black color on #824D64 background.


White color preview on #824D64 background

This text has white color on #824D64 background.