COLOR #824A6C

HEX: #824A6C
RGB: (130,74,108)

Color info

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

RGB color model

#824A6C color RGB value is (130,74,108).

  • red value is 130;
  • green value is 74;
  • blue value is 108.
RGB:
(130,74,108)
(51%,29%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 74 of 255 = 29%
B 108 of 255 = 42%

130
74
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 74 + 108 = 312 (100%)
R 130 of 312 ~ 41.67%
G 74 of 312 ~ 23.72%
B 108 of 312 ~ 34.62%

%41.67
%23.72
%34.62

CMYK color model

#824A6C color CMYK value is (0,43,17,49).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,43,17,49)
C0M43Y17K49 
(0%,43%,17%,49%)
(0.00/0.43/0.17/0.49)	

CMYK percentages

%0
%43.08
%16.92
%49.02

Codes

Color #824A6C in popluar color models

824A6C
RGB13074108
HSL324°27.45%40.00%
HSB/HSV324°43.08%50.98%
CMYK0.00%43.08%16.92%
49.02%

Color #824A6C in popluar number systems.

HEX824A6C
Decimal13074108
Binary1000001010010101101100
Octal202112154

Shades and tints

Shades of #824A6C

#824A6C
(130,74,108)
#774463
(119,68,99)
#6C3E5A
(108,62,90)
#613851
(97,56,81)
#563248
(86,50,72)
#4B2C3F
(75,44,63)
#402636
(64,38,54)
#35202D
(53,32,45)
#2A1A24
(42,26,36)
#1F141B
(31,20,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #824A6C

#824A6C
(130,74,108)
#8D5A79
(141,90,121)
#986A86
(152,106,134)
#A37A93
(163,122,147)
#AE8AA0
(174,138,160)
#B99AAD
(185,154,173)
#C4AABA
(196,170,186)
#CFBAC7
(207,186,199)
#DACAD4
(218,202,212)
#E5DAE1
(229,218,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824A6C color. Also use rgb(130,74,108) instead hex code.

Text Font Color

.myTextColor { color: #824A6C; }

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

This text font color is #824A6C.


Background Color

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

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

This div background color is #824A6C.


Border color

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

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

This div border color is #824A6C.


Opacity

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

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

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

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

This text has shadow with #824A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824A6C on black background.


Color preview on white background

This text has color #824A6C on white background.



Black color preview on #824A6C background

This text has black color on #824A6C background.


White color preview on #824A6C background

This text has white color on #824A6C background.