COLOR #824E4E

HEX: #824E4E RGB: (130,78,78)

Color info

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

RGB color model

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

RGB: (130,78,78) (51%, 31%, 31%)

RGB channels and saturation

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

130
78
78

R + G + B ~ 38%. #824E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 78 + 78 = 286 (100%)
R 130 of 286 ~ 45.45%
G 78 of 286 ~ 27.27%
B 78 of 286 ~ 27.27'%

%45.45
%27.27
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 49.02%

CMYK: (0,40,40,49)
C0M40Y40K49 (0%, 40%, 40%, 49%)
(0.00 / 0.40 / 0.40 / 0.49)

CMYK percentages

%0
%40
%40
%49.02

Codes

Color #824E4E in popluar color models

82 4E 4E
RGB 130 78 78
HSL 25.00% 40.78%
HSB/HSV 40.00% 50.98%
CMYK 0.00% 40.00% 40.00%
49.02%

Color #824E4E in popluar number systems.

HEX 82 4E 4E
Decimal 130 78 78
Binary 10000010 1001110 1001110
Octal 202 116 116

Shades and tints

Shades of #824E4E

#824E4E
(130,78,78)
#774747
(119,71,71)
#6C4040
(108,64,64)
#613939
(97,57,57)
#563232
(86,50,50)
#4B2B2B
(75,43,43)
#402424
(64,36,36)
#351D1D
(53,29,29)
#2A1616
(42,22,22)
#1F0F0F
(31,15,15)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #824E4E

#824E4E
(130,78,78)
#8D5E5E
(141,94,94)
#986E6E
(152,110,110)
#A37E7E
(163,126,126)
#AE8E8E
(174,142,142)
#B99E9E
(185,158,158)
#C4AEAE
(196,174,174)
#CFBEBE
(207,190,190)
#DACECE
(218,206,206)
#E5DEDE
(229,222,222)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824E4E; }

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

This text font color is #824E4E.

Background Color

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

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

This div background color is #824E4E.

Border color

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

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

This div border color is #824E4E.

Opacity

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

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

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

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

This text has shadow with #824E4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824E4E.

Preview

Color preview on black background

This text has color #824E4E on black background.


Color preview on white background

This text has color #824E4E on white background.


Black color preview on #824E4E background

This text has black color on #824E4E background.


White color preview on #824E4E background

This text has white color on #824E4E background.


Related colors

Complementary color

Complementary color for #hex is #7DB1B1.


I love getcolorcode.com