COLOR #823B3F

HEX: #823B3F RGB: (130,59,63)

Color info

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

RGB color model

#823B3F color RGB value is (130,59,63).

RGB: (130,59,63) (51%, 23%, 25%)

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 63 of 255 = 25%

130
59
63

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

Portions of RGB colors in percentages

R + G + B = 130 + 59 + 63 = 252 (100%)
R 130 of 252 ~ 51.59%
G 59 of 252 ~ 23.41%
B 63 of 252 ~ 25'%

%51.59
%23.41
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 51.54%
  • 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
%54.62
%51.54
%49.02

Codes

Color #823B3F in popluar color models

82 3B 3F
RGB 130 59 63
HSL 357° 37.57% 37.06%
HSB/HSV 357° 54.62% 50.98%
CMYK 0.00% 54.62% 51.54%
49.02%

Color #823B3F in popluar number systems.

HEX 82 3B 3F
Decimal 130 59 63
Binary 10000010 111011 111111
Octal 202 73 77

Shades and tints

Shades of #823B3F

#823B3F
(130,59,63)
#77363A
(119,54,58)
#6C3135
(108,49,53)
#612C30
(97,44,48)
#56272B
(86,39,43)
#4B2226
(75,34,38)
#401D21
(64,29,33)
#35181C
(53,24,28)
#2A1317
(42,19,23)
#1F0E12
(31,14,18)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #823B3F

#823B3F
(130,59,63)
#8D4C50
(141,76,80)
#985D61
(152,93,97)
#A36E72
(163,110,114)
#AE7F83
(174,127,131)
#B99094
(185,144,148)
#C4A1A5
(196,161,165)
#CFB2B6
(207,178,182)
#DAC3C7
(218,195,199)
#E5D4D8
(229,212,216)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823B3F; }

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

This text font color is #823B3F.

Background Color

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

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

This div background color is #823B3F.

Border color

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

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

This div border color is #823B3F.

Opacity

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

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

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

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

This text has shadow with #823B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823B3F.

Preview

Color preview on black background

This text has color #823B3F on black background.


Color preview on white background

This text has color #823B3F on white background.


Black color preview on #823B3F background

This text has black color on #823B3F background.


White color preview on #823B3F background

This text has white color on #823B3F background.


Related colors

Complementary color

Complementary color for #hex is #7DC4C0.


I love getcolorcode.com

Triadic colors

1 #3F823B and #3B3F82 with #823B3F are triadic colors.

2 #3F3B82 and #3B823F with #823B3F are triadic colors.