COLOR #823D2F

HEX: #823D2F
RGB: (130,61,47)

Color info

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

RGB color model

#823D2F color RGB value is (130,61,47).

  • red value is 130;
  • green value is 61;
  • blue value is 47.
RGB:
(130,61,47)
(51%,24%,18%)

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 47 of 255 = 18%

130
61
47

R + G + B ~ 31%. #823D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 47 = 238 (100%)
R 130 of 238 ~ 54.62%
G 61 of 238 ~ 25.63%
B 47 of 238 ~ 19.75%

%54.62
%25.63
%19.75

CMYK color model

#823D2F color CMYK value is (0,53,64,49).

  • cyan value is 0.00%
  • magenta value is 53.08%
  • yellow value is 63.85%
  • key color value is 49.02%
CMYK:
(0,53,64,49)
C0M53Y64K49 
(0%,53%,64%,49%)
(0.00/0.53/0.64/0.49)	

CMYK percentages

%0
%53.08
%63.85
%49.02

Codes

Color #823D2F in popluar color models

823D2F
RGB1306147
HSL10°46.89%34.71%
HSB/HSV10°63.85%50.98%
CMYK0.00%53.08%63.85%
49.02%

Color #823D2F in popluar number systems.

HEX823D2F
Decimal1306147
Binary10000010111101101111
Octal2027557

Shades and tints

Shades of #823D2F

#823D2F
(130,61,47)
#77382B
(119,56,43)
#6C3327
(108,51,39)
#612E23
(97,46,35)
#56291F
(86,41,31)
#4B241B
(75,36,27)
#401F17
(64,31,23)
#351A13
(53,26,19)
#2A150F
(42,21,15)
#1F100B
(31,16,11)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #823D2F

#823D2F
(130,61,47)
#8D4E41
(141,78,65)
#985F53
(152,95,83)
#A37065
(163,112,101)
#AE8177
(174,129,119)
#B99289
(185,146,137)
#C4A39B
(196,163,155)
#CFB4AD
(207,180,173)
#DAC5BF
(218,197,191)
#E5D6D1
(229,214,209)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823D2F color. Also use rgb(130,61,47) instead hex code.

Text Font Color

.myTextColor { color: #823D2F; }

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

This text font color is #823D2F.


Background Color

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

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

This div background color is #823D2F.


Border color

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

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

This div border color is #823D2F.


Opacity

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

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

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

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

This text has shadow with #823D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823D2F on black background.


Color preview on white background

This text has color #823D2F on white background.



Black color preview on #823D2F background

This text has black color on #823D2F background.


White color preview on #823D2F background

This text has white color on #823D2F background.