COLOR #823A25

HEX: #823A25
RGB: (130,58,37)

Color info

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

RGB color model

#823A25 color RGB value is (130,58,37).

  • red value is 130;
  • green value is 58;
  • blue value is 37.
RGB:
(130,58,37)
(51%,23%,15%)

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 37 of 255 = 15%

130
58
37

R + G + B ~ 30%. #823A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 58 + 37 = 225 (100%)
R 130 of 225 ~ 57.78%
G 58 of 225 ~ 25.78%
B 37 of 225 ~ 16.44%

%57.78
%25.78
%16.44

CMYK color model

#823A25 color CMYK value is (0,55,72,49).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 71.54%
  • key color value is 49.02%
CMYK:
(0,55,72,49)
C0M55Y72K49 
(0%,55%,72%,49%)
(0.00/0.55/0.72/0.49)	

CMYK percentages

%0
%55.38
%71.54
%49.02

Codes

Color #823A25 in popluar color models

823A25
RGB1305837
HSL14°55.69%32.75%
HSB/HSV14°71.54%50.98%
CMYK0.00%55.38%71.54%
49.02%

Color #823A25 in popluar number systems.

HEX823A25
Decimal1305837
Binary10000010111010100101
Octal2027245

Shades and tints

Shades of #823A25

#823A25
(130,58,37)
#773522
(119,53,34)
#6C301F
(108,48,31)
#612B1C
(97,43,28)
#562619
(86,38,25)
#4B2116
(75,33,22)
#401C13
(64,28,19)
#351710
(53,23,16)
#2A120D
(42,18,13)
#1F0D0A
(31,13,10)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #823A25

#823A25
(130,58,37)
#8D4B38
(141,75,56)
#985C4B
(152,92,75)
#A36D5E
(163,109,94)
#AE7E71
(174,126,113)
#B98F84
(185,143,132)
#C4A097
(196,160,151)
#CFB1AA
(207,177,170)
#DAC2BD
(218,194,189)
#E5D3D0
(229,211,208)
#F0E4E3
(240,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823A25 color. Also use rgb(130,58,37) instead hex code.

Text Font Color

.myTextColor { color: #823A25; }

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

This text font color is #823A25.


Background Color

.myBgColor { background-color: #823A25; }

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

This div background color is #823A25.


Border color

.myBorderColor { border: 1px solid #823A25; }

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

This div border color is #823A25.


Opacity

.myOpacity80 { color: #823A25; opacity: 0.8; }

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

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

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

This text has shadow with #823A25 color.

.textShadow {text-shadow: 3px 3px 1px #823A25, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823A25 on black background.


Color preview on white background

This text has color #823A25 on white background.



Black color preview on #823A25 background

This text has black color on #823A25 background.


White color preview on #823A25 background

This text has white color on #823A25 background.