COLOR #823962

HEX: #823962
RGB: (130,57,98)

Color info

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

RGB color model

#823962 color RGB value is (130,57,98).

  • red value is 130;
  • green value is 57;
  • blue value is 98.
RGB:
(130,57,98)
(51%,22%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 57 of 255 = 22%
B 98 of 255 = 38%

130
57
98

R + G + B ~ 37%. #823962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 57 + 98 = 285 (100%)
R 130 of 285 ~ 45.61%
G 57 of 285 ~ 20%
B 98 of 285 ~ 34.39%

%45.61
%20
%34.39

CMYK color model

#823962 color CMYK value is (0,56,25,49).

  • cyan value is 0.00%
  • magenta value is 56.15%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(0,56,25,49)
C0M56Y25K49 
(0%,56%,25%,49%)
(0.00/0.56/0.25/0.49)	

CMYK percentages

%0
%56.15
%24.62
%49.02

Codes

Color #823962 in popluar color models

823962
RGB1305798
HSL326°39.04%36.67%
HSB/HSV326°56.15%50.98%
CMYK0.00%56.15%24.62%
49.02%

Color #823962 in popluar number systems.

HEX823962
Decimal1305798
Binary100000101110011100010
Octal20271142

Shades and tints

Shades of #823962

#823962
(130,57,98)
#77345A
(119,52,90)
#6C2F52
(108,47,82)
#612A4A
(97,42,74)
#562542
(86,37,66)
#4B203A
(75,32,58)
#401B32
(64,27,50)
#35162A
(53,22,42)
#2A1122
(42,17,34)
#1F0C1A
(31,12,26)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #823962

#823962
(130,57,98)
#8D4B70
(141,75,112)
#985D7E
(152,93,126)
#A36F8C
(163,111,140)
#AE819A
(174,129,154)
#B993A8
(185,147,168)
#C4A5B6
(196,165,182)
#CFB7C4
(207,183,196)
#DAC9D2
(218,201,210)
#E5DBE0
(229,219,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823962 color. Also use rgb(130,57,98) instead hex code.

Text Font Color

.myTextColor { color: #823962; }

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

This text font color is #823962.


Background Color

.myBgColor { background-color: #823962; }

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

This div background color is #823962.


Border color

.myBorderColor { border: 1px solid #823962; }

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

This div border color is #823962.


Opacity

.myOpacity80 { color: #823962; opacity: 0.8; }

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

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

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

This text has shadow with #823962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823962 on black background.


Color preview on white background

This text has color #823962 on white background.



Black color preview on #823962 background

This text has black color on #823962 background.


White color preview on #823962 background

This text has white color on #823962 background.