COLOR #823E71

HEX: #823E71 RGB: (130,62,113)

Color info

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

RGB color model

#823E71 color RGB value is (130,62,113).

RGB: (130,62,113) (51%, 24%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 62 of 255 = 24%
B 113 of 255 = 44%

130
62
113

R + G + B ~ 40%. #823E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 62 + 113 = 305 (100%)
R 130 of 305 ~ 42.62%
G 62 of 305 ~ 20.33%
B 113 of 305 ~ 37.05'%

%42.62
%20.33
%37.05

CMYK color model

#823E71 color CMYK value is (0,52,13,49).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 13.08%
  • key color value is 49.02%

CMYK: (0,52,13,49)
C0M52Y13K49 (0%, 52%, 13%, 49%)
(0.00 / 0.52 / 0.13 / 0.49)

CMYK percentages

%0
%52.31
%13.08
%49.02

Codes

Color #823E71 in popluar color models

82 3E 71
RGB 130 62 113
HSL 315° 35.42% 37.65%
HSB/HSV 315° 52.31% 50.98%
CMYK 0.00% 52.31% 13.08%
49.02%

Color #823E71 in popluar number systems.

HEX 82 3E 71
Decimal 130 62 113
Binary 10000010 111110 1110001
Octal 202 76 161

Shades and tints

Shades of #823E71

#823E71
(130,62,113)
#773967
(119,57,103)
#6C345D
(108,52,93)
#612F53
(97,47,83)
#562A49
(86,42,73)
#4B253F
(75,37,63)
#402035
(64,32,53)
#351B2B
(53,27,43)
#2A1621
(42,22,33)
#1F1117
(31,17,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #823E71

#823E71
(130,62,113)
#8D4F7D
(141,79,125)
#986089
(152,96,137)
#A37195
(163,113,149)
#AE82A1
(174,130,161)
#B993AD
(185,147,173)
#C4A4B9
(196,164,185)
#CFB5C5
(207,181,197)
#DAC6D1
(218,198,209)
#E5D7DD
(229,215,221)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823E71 color. Also use rgb(130,62,113) instead hex code.

Text Font Color

.myTextColor { color: #823E71; }

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

This text font color is #823E71.

Background Color

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

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

This div background color is #823E71.

Border color

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

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

This div border color is #823E71.

Opacity

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

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

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

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

This text has shadow with #823E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823E71.

Preview

Color preview on black background

This text has color #823E71 on black background.


Color preview on white background

This text has color #823E71 on white background.


Black color preview on #823E71 background

This text has black color on #823E71 background.


White color preview on #823E71 background

This text has white color on #823E71 background.


Related colors

Complementary color

Complementary color for #hex is #7DC18E.


I love getcolorcode.com

Triadic colors

1 #71823E and #3E7182 with #823E71 are triadic colors.

2 #713E82 and #3E8271 with #823E71 are triadic colors.