COLOR #824B69

HEX: #824B69 RGB: (130,75,105)

Color info

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

RGB color model

#824B69 color RGB value is (130,75,105).

RGB: (130,75,105) (51%, 29%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 105 of 255 = 41%

130
75
105

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

Portions of RGB colors in percentages

R + G + B = 130 + 75 + 105 = 310 (100%)
R 130 of 310 ~ 41.94%
G 75 of 310 ~ 24.19%
B 105 of 310 ~ 33.87'%

%41.94
%24.19
%33.87

CMYK color model

#824B69 color CMYK value is (0,42,19,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 19.23%
  • key color value is 49.02%

CMYK: (0,42,19,49)
C0M42Y19K49 (0%, 42%, 19%, 49%)
(0.00 / 0.42 / 0.19 / 0.49)

CMYK percentages

%0
%42.31
%19.23
%49.02

Codes

Color #824B69 in popluar color models

82 4B 69
RGB 130 75 105
HSL 327° 26.83% 40.20%
HSB/HSV 327° 42.31% 50.98%
CMYK 0.00% 42.31% 19.23%
49.02%

Color #824B69 in popluar number systems.

HEX 82 4B 69
Decimal 130 75 105
Binary 10000010 1001011 1101001
Octal 202 113 151

Shades and tints

Shades of #824B69

#824B69
(130,75,105)
#774560
(119,69,96)
#6C3F57
(108,63,87)
#61394E
(97,57,78)
#563345
(86,51,69)
#4B2D3C
(75,45,60)
#402733
(64,39,51)
#35212A
(53,33,42)
#2A1B21
(42,27,33)
#1F1518
(31,21,24)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #824B69

#824B69
(130,75,105)
#8D5B76
(141,91,118)
#986B83
(152,107,131)
#A37B90
(163,123,144)
#AE8B9D
(174,139,157)
#B99BAA
(185,155,170)
#C4ABB7
(196,171,183)
#CFBBC4
(207,187,196)
#DACBD1
(218,203,209)
#E5DBDE
(229,219,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B69; }

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

This text font color is #824B69.

Background Color

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

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

This div background color is #824B69.

Border color

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

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

This div border color is #824B69.

Opacity

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

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

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

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

This text has shadow with #824B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824B69.

Preview

Color preview on black background

This text has color #824B69 on black background.


Color preview on white background

This text has color #824B69 on white background.


Black color preview on #824B69 background

This text has black color on #824B69 background.


White color preview on #824B69 background

This text has white color on #824B69 background.


Related colors

Complementary color

Complementary color for #hex is #7DB496.


I love getcolorcode.com

Triadic colors

1 #69824B and #4B6982 with #824B69 are triadic colors.

2 #694B82 and #4B8269 with #824B69 are triadic colors.