COLOR #824D23

HEX: #824D23
RGB: (130,77,35)

Color info

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

RGB color model

#824D23 color RGB value is (130,77,35).

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

RGB channels and saturation

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

130
77
35

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

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 35 = 242 (100%)
R 130 of 242 ~ 53.72%
G 77 of 242 ~ 31.82%
B 35 of 242 ~ 14.46%

%53.72
%31.82
%14.46

CMYK color model

#824D23 color CMYK value is (0,41,73,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 73.08%
  • key color value is 49.02%
CMYK:
(0,41,73,49)
C0M41Y73K49 
(0%,41%,73%,49%)
(0.00/0.41/0.73/0.49)	

CMYK percentages

%0
%40.77
%73.08
%49.02

Codes

Color #824D23 in popluar color models

824D23
RGB1307735
HSL27°57.58%32.35%
HSB/HSV27°73.08%50.98%
CMYK0.00%40.77%73.08%
49.02%

Color #824D23 in popluar number systems.

HEX824D23
Decimal1307735
Binary100000101001101100011
Octal20211543

Shades and tints

Shades of #824D23

#824D23
(130,77,35)
#774620
(119,70,32)
#6C3F1D
(108,63,29)
#61381A
(97,56,26)
#563117
(86,49,23)
#4B2A14
(75,42,20)
#402311
(64,35,17)
#351C0E
(53,28,14)
#2A150B
(42,21,11)
#1F0E08
(31,14,8)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #824D23

#824D23
(130,77,35)
#8D5D37
(141,93,55)
#986D4B
(152,109,75)
#A37D5F
(163,125,95)
#AE8D73
(174,141,115)
#B99D87
(185,157,135)
#C4AD9B
(196,173,155)
#CFBDAF
(207,189,175)
#DACDC3
(218,205,195)
#E5DDD7
(229,221,215)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824D23; }

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

This text font color is #824D23.


Background Color

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

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

This div background color is #824D23.


Border color

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

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

This div border color is #824D23.


Opacity

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

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

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

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

This text has shadow with #824D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D23 on black background.


Color preview on white background

This text has color #824D23 on white background.



Black color preview on #824D23 background

This text has black color on #824D23 background.


White color preview on #824D23 background

This text has white color on #824D23 background.