COLOR #823B54

HEX: #823B54
RGB: (130,59,84)

Color info

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

RGB color model

#823B54 color RGB value is (130,59,84).

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

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 84 of 255 = 33%

130
59
84

R + G + B ~ 36%. #823B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 59 + 84 = 273 (100%)
R 130 of 273 ~ 47.62%
G 59 of 273 ~ 21.61%
B 84 of 273 ~ 30.77%

%47.62
%21.61
%30.77

CMYK color model

#823B54 color CMYK value is (0,55,35,49).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,55,35,49)
C0M55Y35K49 
(0%,55%,35%,49%)
(0.00/0.55/0.35/0.49)	

CMYK percentages

%0
%54.62
%35.38
%49.02

Codes

Color #823B54 in popluar color models

823B54
RGB1305984
HSL339°37.57%37.06%
HSB/HSV339°54.62%50.98%
CMYK0.00%54.62%35.38%
49.02%

Color #823B54 in popluar number systems.

HEX823B54
Decimal1305984
Binary100000101110111010100
Octal20273124

Shades and tints

Shades of #823B54

#823B54
(130,59,84)
#77364D
(119,54,77)
#6C3146
(108,49,70)
#612C3F
(97,44,63)
#562738
(86,39,56)
#4B2231
(75,34,49)
#401D2A
(64,29,42)
#351823
(53,24,35)
#2A131C
(42,19,28)
#1F0E15
(31,14,21)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #823B54

#823B54
(130,59,84)
#8D4C63
(141,76,99)
#985D72
(152,93,114)
#A36E81
(163,110,129)
#AE7F90
(174,127,144)
#B9909F
(185,144,159)
#C4A1AE
(196,161,174)
#CFB2BD
(207,178,189)
#DAC3CC
(218,195,204)
#E5D4DB
(229,212,219)
#F0E5EA
(240,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823B54; }

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

This text font color is #823B54.


Background Color

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

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

This div background color is #823B54.


Border color

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

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

This div border color is #823B54.


Opacity

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

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

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

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

This text has shadow with #823B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823B54 on black background.


Color preview on white background

This text has color #823B54 on white background.



Black color preview on #823B54 background

This text has black color on #823B54 background.


White color preview on #823B54 background

This text has white color on #823B54 background.