COLOR #823B48

HEX: #823B48 RGB: (130,59,72)

Color info

#823B48 contains mainly red and blue colors. Web safe color of #823B48 is #993333 (or #933).

RGB color model

#823B48 color RGB value is (130,59,72).

RGB: (130,59,72) (51%, 23%, 28%)

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 72 of 255 = 28%

130
59
72

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

Portions of RGB colors in percentages

R + G + B = 130 + 59 + 72 = 261 (100%)
R 130 of 261 ~ 49.81%
G 59 of 261 ~ 22.61%
B 72 of 261 ~ 27.59'%

%49.81
%22.61
%27.59

CMYK color model

#823B48 color CMYK value is (0,55,45,49).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 44.62%
  • key color value is 49.02%
CMYK: (0,55,45,49) C0M55Y45K49 (0%,55%,45%,49%) (0.00/0.55/0.45/0.49) 

CMYK percentages

%0
%54.62
%44.62
%49.02

Codes

Color #823B48 in popluar color models

82 3B 48
RGB 130 59 72
HSL 349° 37.57% 37.06%
HSB/HSV 349° 54.62% 50.98%
CMYK 0.00% 54.62% 44.62%
49.02%

Color #823B48 in popluar number systems.

HEX 82 3B 48
Decimal 130 59 72
Binary 10000010 111011 1001000
Octal 202 73 110

Shades and tints

Shades of #823B48

#823B48
(130,59,72)
#773642
(119,54,66)
#6C313C
(108,49,60)
#612C36
(97,44,54)
#562730
(86,39,48)
#4B222A
(75,34,42)
#401D24
(64,29,36)
#35181E
(53,24,30)
#2A1318
(42,19,24)
#1F0E12
(31,14,18)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #823B48

#823B48
(130,59,72)
#8D4C58
(141,76,88)
#985D68
(152,93,104)
#A36E78
(163,110,120)
#AE7F88
(174,127,136)
#B99098
(185,144,152)
#C4A1A8
(196,161,168)
#CFB2B8
(207,178,184)
#DAC3C8
(218,195,200)
#E5D4D8
(229,212,216)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823B48; }

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

This text font color is #823B48.

Background Color

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

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

This div background color is #823B48.

Border color

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

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

This div border color is #823B48.

Opacity

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

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

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

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

This text has shadow with #823B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823B48.

Preview

Color preview on black background

This text has color #823B48 on black background.


Color preview on white background

This text has color #823B48 on white background.


Black color preview on #823B48 background

This text has black color on #823B48 background.


White color preview on #823B48 background

This text has white color on #823B48 background.


Related colors

Complementary color

Complementary color for #hex is #7DC4B7.


I love getcolorcode.com

Triadic colors

1 #48823B and #3B4882 with #823B48 are triadic colors.

2 #483B82 and #3B8248 with #823B48 are triadic colors.