COLOR #824E6B

HEX: #824E6B
RGB: (130,78,107)

Color info

#824E6B contains red, green and blue colors in about the same proportion. Web safe color of #824E6B is #996666 (or #966).

RGB color model

#824E6B color RGB value is (130,78,107).

  • red value is 130;
  • green value is 78;
  • blue value is 107.
RGB:
(130,78,107)
(51%,31%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 107 of 255 = 42%

130
78
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 107 = 315 (100%)
R 130 of 315 ~ 41.27%
G 78 of 315 ~ 24.76%
B 107 of 315 ~ 33.97%

%41.27
%24.76
%33.97

CMYK color model

#824E6B color CMYK value is (0,40,18,49).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(0,40,18,49)
C0M40Y18K49 
(0%,40%,18%,49%)
(0.00/0.40/0.18/0.49)	

CMYK percentages

%0
%40
%17.69
%49.02

Codes

Color #824E6B in popluar color models

824E6B
RGB13078107
HSL327°25.00%40.78%
HSB/HSV327°40.00%50.98%
CMYK0.00%40.00%17.69%
49.02%

Color #824E6B in popluar number systems.

HEX824E6B
Decimal13078107
Binary1000001010011101101011
Octal202116153

Shades and tints

Shades of #824E6B

#824E6B
(130,78,107)
#774762
(119,71,98)
#6C4059
(108,64,89)
#613950
(97,57,80)
#563247
(86,50,71)
#4B2B3E
(75,43,62)
#402435
(64,36,53)
#351D2C
(53,29,44)
#2A1623
(42,22,35)
#1F0F1A
(31,15,26)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #824E6B

#824E6B
(130,78,107)
#8D5E78
(141,94,120)
#986E85
(152,110,133)
#A37E92
(163,126,146)
#AE8E9F
(174,142,159)
#B99EAC
(185,158,172)
#C4AEB9
(196,174,185)
#CFBEC6
(207,190,198)
#DACED3
(218,206,211)
#E5DEE0
(229,222,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824E6B color. Also use rgb(130,78,107) instead hex code.

Text Font Color

.myTextColor { color: #824E6B; }

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

This text font color is #824E6B.


Background Color

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

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

This div background color is #824E6B.


Border color

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

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

This div border color is #824E6B.


Opacity

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

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

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

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

This text has shadow with #824E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824E6B on black background.


Color preview on white background

This text has color #824E6B on white background.



Black color preview on #824E6B background

This text has black color on #824E6B background.


White color preview on #824E6B background

This text has white color on #824E6B background.