COLOR #824135

HEX: #824135 RGB: (130,65,53)

Color info

#824135 contains mainly red color. Web safe color of #824135 is #993333 (or #933).

RGB color model

#824135 color RGB value is (130,65,53).

RGB: (130,65,53) (51%, 25%, 21%)

RGB channels and saturation

R 130 of 255 = 51%
G 65 of 255 = 25%
B 53 of 255 = 21%

130
65
53

R + G + B ~ 32%. #824135 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 65 + 53 = 248 (100%)
R 130 of 248 ~ 52.42%
G 65 of 248 ~ 26.21%
B 53 of 248 ~ 21.37'%

%52.42
%26.21
%21.37

CMYK color model

#824135 color CMYK value is (0,50,59,49).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 59.23%
  • key color value is 49.02%

CMYK: (0,50,59,49)
C0M50Y59K49 (0%, 50%, 59%, 49%)
(0.00 / 0.50 / 0.59 / 0.49)

CMYK percentages

%0
%50
%59.23
%49.02

Codes

Color #824135 in popluar color models

82 41 35
RGB 130 65 53
HSL 42.08% 35.88%
HSB/HSV 59.23% 50.98%
CMYK 0.00% 50.00% 59.23%
49.02%

Color #824135 in popluar number systems.

HEX 82 41 35
Decimal 130 65 53
Binary 10000010 1000001 110101
Octal 202 101 65

Shades and tints

Shades of #824135

#824135
(130,65,53)
#773C31
(119,60,49)
#6C372D
(108,55,45)
#613229
(97,50,41)
#562D25
(86,45,37)
#4B2821
(75,40,33)
#40231D
(64,35,29)
#351E19
(53,30,25)
#2A1915
(42,25,21)
#1F1411
(31,20,17)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #824135

#824135
(130,65,53)
#8D5247
(141,82,71)
#986359
(152,99,89)
#A3746B
(163,116,107)
#AE857D
(174,133,125)
#B9968F
(185,150,143)
#C4A7A1
(196,167,161)
#CFB8B3
(207,184,179)
#DAC9C5
(218,201,197)
#E5DAD7
(229,218,215)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824135 color. Also use rgb(130,65,53) instead hex code.

Text Font Color

.myTextColor { color: #824135; }

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

This text font color is #824135.

Background Color

.myBgColor { background-color: #824135; }

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

This div background color is #824135.

Border color

.myBorderColor { border: 1px solid #824135; }

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

This div border color is #824135.

Opacity

.myOpacity80 { color: #824135; opacity: 0.8; }

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

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

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

This text has shadow with #824135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824135.

Preview

Color preview on black background

This text has color #824135 on black background.


Color preview on white background

This text has color #824135 on white background.


Black color preview on #824135 background

This text has black color on #824135 background.


White color preview on #824135 background

This text has white color on #824135 background.


Related colors

Complementary color

Complementary color for #hex is #7DBECA.


I love getcolorcode.com

Triadic colors

1 #358241 and #413582 with #824135 are triadic colors.

2 #354182 and #418235 with #824135 are triadic colors.