COLOR #824C23

HEX: #824C23
RGB: (130,76,35)

Color info

#824C23 contains mainly red and green colors. Web safe color of #824C23 is #993333 (or #933).

RGB color model

#824C23 color RGB value is (130,76,35).

  • red value is 130;
  • green value is 76;
  • blue value is 35.
RGB:
(130,76,35)
(51%,30%,14%)

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 35 of 255 = 14%

130
76
35

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 35 = 241 (100%)
R 130 of 241 ~ 53.94%
G 76 of 241 ~ 31.54%
B 35 of 241 ~ 14.52%

%53.94
%31.54
%14.52

CMYK color model

#824C23 color CMYK value is (0,42,73,49).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 73.08%
  • key color value is 49.02%
CMYK:
(0,42,73,49)
C0M42Y73K49 
(0%,42%,73%,49%)
(0.00/0.42/0.73/0.49)	

CMYK percentages

%0
%41.54
%73.08
%49.02

Codes

Color #824C23 in popluar color models

824C23
RGB1307635
HSL26°57.58%32.35%
HSB/HSV26°73.08%50.98%
CMYK0.00%41.54%73.08%
49.02%

Color #824C23 in popluar number systems.

HEX824C23
Decimal1307635
Binary100000101001100100011
Octal20211443

Shades and tints

Shades of #824C23

#824C23
(130,76,35)
#774620
(119,70,32)
#6C401D
(108,64,29)
#613A1A
(97,58,26)
#563417
(86,52,23)
#4B2E14
(75,46,20)
#402811
(64,40,17)
#35220E
(53,34,14)
#2A1C0B
(42,28,11)
#1F1608
(31,22,8)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #824C23

#824C23
(130,76,35)
#8D5C37
(141,92,55)
#986C4B
(152,108,75)
#A37C5F
(163,124,95)
#AE8C73
(174,140,115)
#B99C87
(185,156,135)
#C4AC9B
(196,172,155)
#CFBCAF
(207,188,175)
#DACCC3
(218,204,195)
#E5DCD7
(229,220,215)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824C23 color. Also use rgb(130,76,35) instead hex code.

Text Font Color

.myTextColor { color: #824C23; }

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

This text font color is #824C23.


Background Color

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

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

This div background color is #824C23.


Border color

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

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

This div border color is #824C23.


Opacity

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

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

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

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

This text has shadow with #824C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C23 on black background.


Color preview on white background

This text has color #824C23 on white background.



Black color preview on #824C23 background

This text has black color on #824C23 background.


White color preview on #824C23 background

This text has white color on #824C23 background.