COLOR #823A3E

HEX: #823A3E
RGB: (130,58,62)

Color info

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

RGB color model

#823A3E color RGB value is (130,58,62).

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

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 62 of 255 = 24%

130
58
62

R + G + B ~ 33%. #823A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 58 + 62 = 250 (100%)
R 130 of 250 ~ 52%
G 58 of 250 ~ 23.2%
B 62 of 250 ~ 24.8%

%52
%23.2
%24.8

CMYK color model

#823A3E color CMYK value is (0,55,52,49).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 52.31%
  • key color value is 49.02%
CMYK:
(0,55,52,49)
C0M55Y52K49 
(0%,55%,52%,49%)
(0.00/0.55/0.52/0.49)	

CMYK percentages

%0
%55.38
%52.31
%49.02

Codes

Color #823A3E in popluar color models

823A3E
RGB1305862
HSL357°38.30%36.86%
HSB/HSV357°55.38%50.98%
CMYK0.00%55.38%52.31%
49.02%

Color #823A3E in popluar number systems.

HEX823A3E
Decimal1305862
Binary10000010111010111110
Octal2027276

Shades and tints

Shades of #823A3E

#823A3E
(130,58,62)
#773539
(119,53,57)
#6C3034
(108,48,52)
#612B2F
(97,43,47)
#56262A
(86,38,42)
#4B2125
(75,33,37)
#401C20
(64,28,32)
#35171B
(53,23,27)
#2A1216
(42,18,22)
#1F0D11
(31,13,17)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #823A3E

#823A3E
(130,58,62)
#8D4B4F
(141,75,79)
#985C60
(152,92,96)
#A36D71
(163,109,113)
#AE7E82
(174,126,130)
#B98F93
(185,143,147)
#C4A0A4
(196,160,164)
#CFB1B5
(207,177,181)
#DAC2C6
(218,194,198)
#E5D3D7
(229,211,215)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823A3E; }

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

This text font color is #823A3E.


Background Color

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

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

This div background color is #823A3E.


Border color

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

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

This div border color is #823A3E.


Opacity

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

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

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

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

This text has shadow with #823A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823A3E on black background.


Color preview on white background

This text has color #823A3E on white background.



Black color preview on #823A3E background

This text has black color on #823A3E background.


White color preview on #823A3E background

This text has white color on #823A3E background.