COLOR #823F65

HEX: #823F65 RGB: (130,63,101)

Color info

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

RGB color model

#823F65 color RGB value is (130,63,101).

RGB: (130,63,101) (51%, 25%, 40%)

RGB channels and saturation

R 130 of 255 = 51%
G 63 of 255 = 25%
B 101 of 255 = 40%

130
63
101

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

Portions of RGB colors in percentages

R + G + B = 130 + 63 + 101 = 294 (100%)
R 130 of 294 ~ 44.22%
G 63 of 294 ~ 21.43%
B 101 of 294 ~ 34.35'%

%44.22
%21.43
%34.35

CMYK color model

#823F65 color CMYK value is (0,52,22,49).

  • cyan value is 0.00%
  • magenta value is 51.54%
  • yellow value is 22.31%
  • key color value is 49.02%

CMYK: (0,52,22,49)
C0M52Y22K49 (0%, 52%, 22%, 49%)
(0.00 / 0.52 / 0.22 / 0.49)

CMYK percentages

%0
%51.54
%22.31
%49.02

Codes

Color #823F65 in popluar color models

82 3F 65
RGB 130 63 101
HSL 326° 34.72% 37.84%
HSB/HSV 326° 51.54% 50.98%
CMYK 0.00% 51.54% 22.31%
49.02%

Color #823F65 in popluar number systems.

HEX 82 3F 65
Decimal 130 63 101
Binary 10000010 111111 1100101
Octal 202 77 145

Shades and tints

Shades of #823F65

#823F65
(130,63,101)
#773A5C
(119,58,92)
#6C3553
(108,53,83)
#61304A
(97,48,74)
#562B41
(86,43,65)
#4B2638
(75,38,56)
#40212F
(64,33,47)
#351C26
(53,28,38)
#2A171D
(42,23,29)
#1F1214
(31,18,20)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #823F65

#823F65
(130,63,101)
#8D5073
(141,80,115)
#986181
(152,97,129)
#A3728F
(163,114,143)
#AE839D
(174,131,157)
#B994AB
(185,148,171)
#C4A5B9
(196,165,185)
#CFB6C7
(207,182,199)
#DAC7D5
(218,199,213)
#E5D8E3
(229,216,227)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823F65 color. Also use rgb(130,63,101) instead hex code.

Text Font Color

.myTextColor { color: #823F65; }

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

This text font color is #823F65.

Background Color

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

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

This div background color is #823F65.

Border color

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

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

This div border color is #823F65.

Opacity

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

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

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

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

This text has shadow with #823F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823F65.

Preview

Color preview on black background

This text has color #823F65 on black background.


Color preview on white background

This text has color #823F65 on white background.


Black color preview on #823F65 background

This text has black color on #823F65 background.


White color preview on #823F65 background

This text has white color on #823F65 background.


Related colors

Complementary color

Complementary color for #hex is #7DC09A.


I love getcolorcode.com

Triadic colors

1 #65823F and #3F6582 with #823F65 are triadic colors.

2 #653F82 and #3F8265 with #823F65 are triadic colors.