COLOR #832615

HEX: #832615 RGB: (131,38,21)

Color info

#832615 contains mainly red color. Web safe color of #832615 is #993300 (or #930).

RGB color model

#832615 color RGB value is (131,38,21).

RGB: (131,38,21) (51%, 15%, 8%)

RGB channels and saturation

R 131 of 255 = 51%
G 38 of 255 = 15%
B 21 of 255 = 8%

131
38
21

R + G + B ~ 25%. #832615 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 38 + 21 = 190 (100%)
R 131 of 190 ~ 68.95%
G 38 of 190 ~ 20%
B 21 of 190 ~ 11.05'%

%68.95
%20
%11.05

CMYK color model

#832615 color CMYK value is (0,71,84,49).

  • cyan value is 0.00%
  • magenta value is 70.99%
  • yellow value is 83.97%
  • key color value is 48.63%

CMYK: (0,71,84,49)
C0M71Y84K49 (0%, 71%, 84%, 49%)
(0.00 / 0.71 / 0.84 / 0.49)

CMYK percentages

%0
%70.99
%83.97
%48.63

Codes

Color #832615 in popluar color models

83 26 15
RGB 131 38 21
HSL 72.37% 29.80%
HSB/HSV 83.97% 51.37%
CMYK 0.00% 70.99% 83.97%
48.63%

Color #832615 in popluar number systems.

HEX 83 26 15
Decimal 131 38 21
Binary 10000011 100110 10101
Octal 203 46 25

Shades and tints

Shades of #832615

#832615
(131,38,21)
#782314
(120,35,20)
#6D2013
(109,32,19)
#621D12
(98,29,18)
#571A11
(87,26,17)
#4C1710
(76,23,16)
#41140F
(65,20,15)
#36110E
(54,17,14)
#2B0E0D
(43,14,13)
#200B0C
(32,11,12)
#15080B
(21,8,11)
#000000
(0,0,0)

Tints of #832615

#832615
(131,38,21)
#8E392A
(142,57,42)
#994C3F
(153,76,63)
#A45F54
(164,95,84)
#AF7269
(175,114,105)
#BA857E
(186,133,126)
#C59893
(197,152,147)
#D0ABA8
(208,171,168)
#DBBEBD
(219,190,189)
#E6D1D2
(230,209,210)
#F1E4E7
(241,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832615 color. Also use rgb(131,38,21) instead hex code.

Text Font Color

.myTextColor { color: #832615; }

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

This text font color is #832615.

Background Color

.myBgColor { background-color: #832615; }

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

This div background color is #832615.

Border color

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

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

This div border color is #832615.

Opacity

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

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

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

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

This text has shadow with #832615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #832615.

Preview

Color preview on black background

This text has color #832615 on black background.


Color preview on white background

This text has color #832615 on white background.


Black color preview on #832615 background

This text has black color on #832615 background.


White color preview on #832615 background

This text has white color on #832615 background.


Related colors

Complementary color

Complementary color for #hex is #7CD9EA.


I love getcolorcode.com

Triadic colors

1 #158326 and #261583 with #832615 are triadic colors.

2 #152683 and #268315 with #832615 are triadic colors.