COLOR #824D74

HEX: #824D74
RGB: (130,77,116)

Color info

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

RGB color model

#824D74 color RGB value is (130,77,116).

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

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 116 of 255 = 45%

130
77
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 116 = 323 (100%)
R 130 of 323 ~ 40.25%
G 77 of 323 ~ 23.84%
B 116 of 323 ~ 35.91%

%40.25
%23.84
%35.91

CMYK color model

#824D74 color CMYK value is (0,41,11,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(0,41,11,49)
C0M41Y11K49 
(0%,41%,11%,49%)
(0.00/0.41/0.11/0.49)	

CMYK percentages

%0
%40.77
%10.77
%49.02

Codes

Color #824D74 in popluar color models

824D74
RGB13077116
HSL316°25.60%40.59%
HSB/HSV316°40.77%50.98%
CMYK0.00%40.77%10.77%
49.02%

Color #824D74 in popluar number systems.

HEX824D74
Decimal13077116
Binary1000001010011011110100
Octal202115164

Shades and tints

Shades of #824D74

#824D74
(130,77,116)
#77466A
(119,70,106)
#6C3F60
(108,63,96)
#613856
(97,56,86)
#56314C
(86,49,76)
#4B2A42
(75,42,66)
#402338
(64,35,56)
#351C2E
(53,28,46)
#2A1524
(42,21,36)
#1F0E1A
(31,14,26)
#140710
(20,7,16)
#000000
(0,0,0)

Tints of #824D74

#824D74
(130,77,116)
#8D5D80
(141,93,128)
#986D8C
(152,109,140)
#A37D98
(163,125,152)
#AE8DA4
(174,141,164)
#B99DB0
(185,157,176)
#C4ADBC
(196,173,188)
#CFBDC8
(207,189,200)
#DACDD4
(218,205,212)
#E5DDE0
(229,221,224)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824D74; }

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

This text font color is #824D74.


Background Color

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

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

This div background color is #824D74.


Border color

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

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

This div border color is #824D74.


Opacity

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

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

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

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

This text has shadow with #824D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D74 on black background.


Color preview on white background

This text has color #824D74 on white background.



Black color preview on #824D74 background

This text has black color on #824D74 background.


White color preview on #824D74 background

This text has white color on #824D74 background.