COLOR #823D43

HEX: #823D43
RGB: (130,61,67)

Color info

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

RGB color model

#823D43 color RGB value is (130,61,67).

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

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 67 of 255 = 26%

130
61
67

R + G + B ~ 34%. #823D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 67 = 258 (100%)
R 130 of 258 ~ 50.39%
G 61 of 258 ~ 23.64%
B 67 of 258 ~ 25.97%

%50.39
%23.64
%25.97

CMYK color model

#823D43 color CMYK value is (0,53,48,49).

  • cyan value is 0.00%
  • magenta value is 53.08%
  • yellow value is 48.46%
  • key color value is 49.02%
CMYK:
(0,53,48,49)
C0M53Y48K49 
(0%,53%,48%,49%)
(0.00/0.53/0.48/0.49)	

CMYK percentages

%0
%53.08
%48.46
%49.02

Codes

Color #823D43 in popluar color models

823D43
RGB1306167
HSL355°36.13%37.45%
HSB/HSV355°53.08%50.98%
CMYK0.00%53.08%48.46%
49.02%

Color #823D43 in popluar number systems.

HEX823D43
Decimal1306167
Binary100000101111011000011
Octal20275103

Shades and tints

Shades of #823D43

#823D43
(130,61,67)
#77383D
(119,56,61)
#6C3337
(108,51,55)
#612E31
(97,46,49)
#56292B
(86,41,43)
#4B2425
(75,36,37)
#401F1F
(64,31,31)
#351A19
(53,26,25)
#2A1513
(42,21,19)
#1F100D
(31,16,13)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #823D43

#823D43
(130,61,67)
#8D4E54
(141,78,84)
#985F65
(152,95,101)
#A37076
(163,112,118)
#AE8187
(174,129,135)
#B99298
(185,146,152)
#C4A3A9
(196,163,169)
#CFB4BA
(207,180,186)
#DAC5CB
(218,197,203)
#E5D6DC
(229,214,220)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823D43; }

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

This text font color is #823D43.


Background Color

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

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

This div background color is #823D43.


Border color

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

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

This div border color is #823D43.


Opacity

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

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

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

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

This text has shadow with #823D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823D43 on black background.


Color preview on white background

This text has color #823D43 on white background.



Black color preview on #823D43 background

This text has black color on #823D43 background.


White color preview on #823D43 background

This text has white color on #823D43 background.