COLOR #824B67

HEX: #824B67
RGB: (130,75,103)

Color info

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

RGB color model

#824B67 color RGB value is (130,75,103).

  • red value is 130;
  • green value is 75;
  • blue value is 103.
RGB:
(130,75,103)
(51%,29%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 103 of 255 = 40%

130
75
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 103 = 308 (100%)
R 130 of 308 ~ 42.21%
G 75 of 308 ~ 24.35%
B 103 of 308 ~ 33.44%

%42.21
%24.35
%33.44

CMYK color model

#824B67 color CMYK value is (0,42,21,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,42,21,49)
C0M42Y21K49 
(0%,42%,21%,49%)
(0.00/0.42/0.21/0.49)	

CMYK percentages

%0
%42.31
%20.77
%49.02

Codes

Color #824B67 in popluar color models

824B67
RGB13075103
HSL329°26.83%40.20%
HSB/HSV329°42.31%50.98%
CMYK0.00%42.31%20.77%
49.02%

Color #824B67 in popluar number systems.

HEX824B67
Decimal13075103
Binary1000001010010111100111
Octal202113147

Shades and tints

Shades of #824B67

#824B67
(130,75,103)
#77455E
(119,69,94)
#6C3F55
(108,63,85)
#61394C
(97,57,76)
#563343
(86,51,67)
#4B2D3A
(75,45,58)
#402731
(64,39,49)
#352128
(53,33,40)
#2A1B1F
(42,27,31)
#1F1516
(31,21,22)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #824B67

#824B67
(130,75,103)
#8D5B74
(141,91,116)
#986B81
(152,107,129)
#A37B8E
(163,123,142)
#AE8B9B
(174,139,155)
#B99BA8
(185,155,168)
#C4ABB5
(196,171,181)
#CFBBC2
(207,187,194)
#DACBCF
(218,203,207)
#E5DBDC
(229,219,220)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B67; }

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

This text font color is #824B67.


Background Color

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

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

This div background color is #824B67.


Border color

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

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

This div border color is #824B67.


Opacity

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

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

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

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

This text has shadow with #824B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B67 on black background.


Color preview on white background

This text has color #824B67 on white background.



Black color preview on #824B67 background

This text has black color on #824B67 background.


White color preview on #824B67 background

This text has white color on #824B67 background.