COLOR #823C69

HEX: #823C69 RGB: (130,60,105)

Color info

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

RGB color model

#823C69 color RGB value is (130,60,105).

RGB: (130,60,105) (51%, 24%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 60 of 255 = 24%
B 105 of 255 = 41%

130
60
105

R + G + B ~ 39%. #823C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 60 + 105 = 295 (100%)
R 130 of 295 ~ 44.07%
G 60 of 295 ~ 20.34%
B 105 of 295 ~ 35.59'%

%44.07
%20.34
%35.59

CMYK color model

#823C69 color CMYK value is (0,54,19,49).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 19.23%
  • key color value is 49.02%

CMYK: (0,54,19,49)
C0M54Y19K49 (0%, 54%, 19%, 49%)
(0.00 / 0.54 / 0.19 / 0.49)

CMYK percentages

%0
%53.85
%19.23
%49.02

Codes

Color #823C69 in popluar color models

82 3C 69
RGB 130 60 105
HSL 321° 36.84% 37.25%
HSB/HSV 321° 53.85% 50.98%
CMYK 0.00% 53.85% 19.23%
49.02%

Color #823C69 in popluar number systems.

HEX 82 3C 69
Decimal 130 60 105
Binary 10000010 111100 1101001
Octal 202 74 151

Shades and tints

Shades of #823C69

#823C69
(130,60,105)
#773760
(119,55,96)
#6C3257
(108,50,87)
#612D4E
(97,45,78)
#562845
(86,40,69)
#4B233C
(75,35,60)
#401E33
(64,30,51)
#35192A
(53,25,42)
#2A1421
(42,20,33)
#1F0F18
(31,15,24)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #823C69

#823C69
(130,60,105)
#8D4D76
(141,77,118)
#985E83
(152,94,131)
#A36F90
(163,111,144)
#AE809D
(174,128,157)
#B991AA
(185,145,170)
#C4A2B7
(196,162,183)
#CFB3C4
(207,179,196)
#DAC4D1
(218,196,209)
#E5D5DE
(229,213,222)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823C69 color. Also use rgb(130,60,105) instead hex code.

Text Font Color

.myTextColor { color: #823C69; }

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

This text font color is #823C69.

Background Color

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

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

This div background color is #823C69.

Border color

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

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

This div border color is #823C69.

Opacity

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

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

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

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

This text has shadow with #823C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823C69.

Preview

Color preview on black background

This text has color #823C69 on black background.


Color preview on white background

This text has color #823C69 on white background.


Black color preview on #823C69 background

This text has black color on #823C69 background.


White color preview on #823C69 background

This text has white color on #823C69 background.


Related colors

Complementary color

Complementary color for #hex is #7DC396.


I love getcolorcode.com

Triadic colors

1 #69823C and #3C6982 with #823C69 are triadic colors.

2 #693C82 and #3C8269 with #823C69 are triadic colors.