COLOR #823C3F

HEX: #823C3F
RGB: (130,60,63)

Color info

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

RGB color model

#823C3F color RGB value is (130,60,63).

  • red value is 130;
  • green value is 60;
  • blue value is 63.
RGB:
(130,60,63)
(51%,24%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 60 of 255 = 24%
B 63 of 255 = 25%

130
60
63

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

Portions of RGB colors in percentages

R + G + B =
130 + 60 + 63 = 253 (100%)
R 130 of 253 ~ 51.38%
G 60 of 253 ~ 23.72%
B 63 of 253 ~ 24.9%

%51.38
%23.72
%24.9

CMYK color model

#823C3F color CMYK value is (0,54,52,49).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,54,52,49)
C0M54Y52K49 
(0%,54%,52%,49%)
(0.00/0.54/0.52/0.49)	

CMYK percentages

%0
%53.85
%51.54
%49.02

Codes

Color #823C3F in popluar color models

823C3F
RGB1306063
HSL357°36.84%37.25%
HSB/HSV357°53.85%50.98%
CMYK0.00%53.85%51.54%
49.02%

Color #823C3F in popluar number systems.

HEX823C3F
Decimal1306063
Binary10000010111100111111
Octal2027477

Shades and tints

Shades of #823C3F

#823C3F
(130,60,63)
#77373A
(119,55,58)
#6C3235
(108,50,53)
#612D30
(97,45,48)
#56282B
(86,40,43)
#4B2326
(75,35,38)
#401E21
(64,30,33)
#35191C
(53,25,28)
#2A1417
(42,20,23)
#1F0F12
(31,15,18)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #823C3F

#823C3F
(130,60,63)
#8D4D50
(141,77,80)
#985E61
(152,94,97)
#A36F72
(163,111,114)
#AE8083
(174,128,131)
#B99194
(185,145,148)
#C4A2A5
(196,162,165)
#CFB3B6
(207,179,182)
#DAC4C7
(218,196,199)
#E5D5D8
(229,213,216)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823C3F color. Also use rgb(130,60,63) instead hex code.

Text Font Color

.myTextColor { color: #823C3F; }

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

This text font color is #823C3F.


Background Color

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

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

This div background color is #823C3F.


Border color

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

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

This div border color is #823C3F.


Opacity

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

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

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

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

This text has shadow with #823C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823C3F on black background.


Color preview on white background

This text has color #823C3F on white background.



Black color preview on #823C3F background

This text has black color on #823C3F background.


White color preview on #823C3F background

This text has white color on #823C3F background.