COLOR #824E67

HEX: #824E67 RGB: (130,78,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
78
103

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

Portions of RGB colors in percentages

R + G + B = 130 + 78 + 103 = 311 (100%)
R 130 of 311 ~ 41.8%
G 78 of 311 ~ 25.08%
B 103 of 311 ~ 33.12'%

%41.8
%25.08
%33.12

CMYK color model

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

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

CMYK: (0,40,21,49)
C0M40Y21K49 (0%, 40%, 21%, 49%)
(0.00 / 0.40 / 0.21 / 0.49)

CMYK percentages

%0
%40
%20.77
%49.02

Codes

Color #824E67 in popluar color models

82 4E 67
RGB 130 78 103
HSL 331° 25.00% 40.78%
HSB/HSV 331° 40.00% 50.98%
CMYK 0.00% 40.00% 20.77%
49.02%

Color #824E67 in popluar number systems.

HEX 82 4E 67
Decimal 130 78 103
Binary 10000010 1001110 1100111
Octal 202 116 147

Shades and tints

Shades of #824E67

#824E67
(130,78,103)
#77475E
(119,71,94)
#6C4055
(108,64,85)
#61394C
(97,57,76)
#563243
(86,50,67)
#4B2B3A
(75,43,58)
#402431
(64,36,49)
#351D28
(53,29,40)
#2A161F
(42,22,31)
#1F0F16
(31,15,22)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #824E67

#824E67
(130,78,103)
#8D5E74
(141,94,116)
#986E81
(152,110,129)
#A37E8E
(163,126,142)
#AE8E9B
(174,142,155)
#B99EA8
(185,158,168)
#C4AEB5
(196,174,181)
#CFBEC2
(207,190,194)
#DACECF
(218,206,207)
#E5DEDC
(229,222,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824E67; }

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

This text font color is #824E67.

Background Color

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

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

This div background color is #824E67.

Border color

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

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

This div border color is #824E67.

Opacity

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

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

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

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

This text has shadow with #824E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824E67.

Preview

Color preview on black background

This text has color #824E67 on black background.


Color preview on white background

This text has color #824E67 on white background.


Black color preview on #824E67 background

This text has black color on #824E67 background.


White color preview on #824E67 background

This text has white color on #824E67 background.


Related colors

Complementary color

Complementary color for #hex is #7DB198.


I love getcolorcode.com

Triadic colors

1 #67824E and #4E6782 with #824E67 are triadic colors.

2 #674E82 and #4E8267 with #824E67 are triadic colors.