COLOR #824F6B

HEX: #824F6B RGB: (130,79,107)

Color info

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

RGB color model

#824F6B color RGB value is (130,79,107).

RGB: (130,79,107) (51%, 31%, 42%)

RGB channels and saturation

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

130
79
107

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

Portions of RGB colors in percentages

R + G + B = 130 + 79 + 107 = 316 (100%)
R 130 of 316 ~ 41.14%
G 79 of 316 ~ 25%
B 107 of 316 ~ 33.86'%

%41.14
%25
%33.86

CMYK color model

#824F6B color CMYK value is (0,39,18,49).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK: (0,39,18,49) C0M39Y18K49 (0%,39%,18%,49%) (0.00/0.39/0.18/0.49) 

CMYK percentages

%0
%39.23
%17.69
%49.02

Codes

Color #824F6B in popluar color models

82 4F 6B
RGB 130 79 107
HSL 327° 24.40% 40.98%
HSB/HSV 327° 39.23% 50.98%
CMYK 0.00% 39.23% 17.69%
49.02%

Color #824F6B in popluar number systems.

HEX 82 4F 6B
Decimal 130 79 107
Binary 10000010 1001111 1101011
Octal 202 117 153

Shades and tints

Shades of #824F6B

#824F6B
(130,79,107)
#774862
(119,72,98)
#6C4159
(108,65,89)
#613A50
(97,58,80)
#563347
(86,51,71)
#4B2C3E
(75,44,62)
#402535
(64,37,53)
#351E2C
(53,30,44)
#2A1723
(42,23,35)
#1F101A
(31,16,26)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #824F6B

#824F6B
(130,79,107)
#8D5F78
(141,95,120)
#986F85
(152,111,133)
#A37F92
(163,127,146)
#AE8F9F
(174,143,159)
#B99FAC
(185,159,172)
#C4AFB9
(196,175,185)
#CFBFC6
(207,191,198)
#DACFD3
(218,207,211)
#E5DFE0
(229,223,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824F6B; }

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

This text font color is #824F6B.

Background Color

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

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

This div background color is #824F6B.

Border color

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

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

This div border color is #824F6B.

Opacity

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

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

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

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

This text has shadow with #824F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824F6B.

Preview

Color preview on black background

This text has color #824F6B on black background.


Color preview on white background

This text has color #824F6B on white background.


Black color preview on #824F6B background

This text has black color on #824F6B background.


White color preview on #824F6B background

This text has white color on #824F6B background.


Related colors

Complementary color

Complementary color for #hex is #7DB094.


I love getcolorcode.com

Triadic colors

1 #6B824F and #4F6B82 with #824F6B are triadic colors.

2 #6B4F82 and #4F826B with #824F6B are triadic colors.