COLOR #823B51

HEX: #823B51
RGB: (130,59,81)

Color info

#823B51 contains mainly red and blue colors. Web safe color of #823B51 is #993366 (or #936).

RGB color model

#823B51 color RGB value is (130,59,81).

  • red value is 130;
  • green value is 59;
  • blue value is 81.
RGB:
(130,59,81)
(51%,23%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 81 of 255 = 32%

130
59
81

R + G + B ~ 35%. #823B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 59 + 81 = 270 (100%)
R 130 of 270 ~ 48.15%
G 59 of 270 ~ 21.85%
B 81 of 270 ~ 30%

%48.15
%21.85
%30

CMYK color model

#823B51 color CMYK value is (0,55,38,49).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,55,38,49)
C0M55Y38K49 
(0%,55%,38%,49%)
(0.00/0.55/0.38/0.49)	

CMYK percentages

%0
%54.62
%37.69
%49.02

Codes

Color #823B51 in popluar color models

823B51
RGB1305981
HSL341°37.57%37.06%
HSB/HSV341°54.62%50.98%
CMYK0.00%54.62%37.69%
49.02%

Color #823B51 in popluar number systems.

HEX823B51
Decimal1305981
Binary100000101110111010001
Octal20273121

Shades and tints

Shades of #823B51

#823B51
(130,59,81)
#77364A
(119,54,74)
#6C3143
(108,49,67)
#612C3C
(97,44,60)
#562735
(86,39,53)
#4B222E
(75,34,46)
#401D27
(64,29,39)
#351820
(53,24,32)
#2A1319
(42,19,25)
#1F0E12
(31,14,18)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #823B51

#823B51
(130,59,81)
#8D4C60
(141,76,96)
#985D6F
(152,93,111)
#A36E7E
(163,110,126)
#AE7F8D
(174,127,141)
#B9909C
(185,144,156)
#C4A1AB
(196,161,171)
#CFB2BA
(207,178,186)
#DAC3C9
(218,195,201)
#E5D4D8
(229,212,216)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823B51; }

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

This text font color is #823B51.


Background Color

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

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

This div background color is #823B51.


Border color

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

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

This div border color is #823B51.


Opacity

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

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

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

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

This text has shadow with #823B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823B51 on black background.


Color preview on white background

This text has color #823B51 on white background.



Black color preview on #823B51 background

This text has black color on #823B51 background.


White color preview on #823B51 background

This text has white color on #823B51 background.