COLOR #823A75

HEX: #823A75 RGB: (130,58,117)

Color info

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

RGB color model

#823A75 color RGB value is (130,58,117).

RGB: (130,58,117) (51%, 23%, 46%)

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 117 of 255 = 46%

130
58
117

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

Portions of RGB colors in percentages

R + G + B = 130 + 58 + 117 = 305 (100%)
R 130 of 305 ~ 42.62%
G 58 of 305 ~ 19.02%
B 117 of 305 ~ 38.36'%

%42.62
%19.02
%38.36

CMYK color model

#823A75 color CMYK value is (0,55,10,49).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 10.00%
  • key color value is 49.02%

CMYK: (0,55,10,49)
C0M55Y10K49 (0%, 55%, 10%, 49%)
(0.00 / 0.55 / 0.10 / 0.49)

CMYK percentages

%0
%55.38
%10
%49.02

Codes

Color #823A75 in popluar color models

82 3A 75
RGB 130 58 117
HSL 311° 38.30% 36.86%
HSB/HSV 311° 55.38% 50.98%
CMYK 0.00% 55.38% 10.00%
49.02%

Color #823A75 in popluar number systems.

HEX 82 3A 75
Decimal 130 58 117
Binary 10000010 111010 1110101
Octal 202 72 165

Shades and tints

Shades of #823A75

#823A75
(130,58,117)
#77356B
(119,53,107)
#6C3061
(108,48,97)
#612B57
(97,43,87)
#56264D
(86,38,77)
#4B2143
(75,33,67)
#401C39
(64,28,57)
#35172F
(53,23,47)
#2A1225
(42,18,37)
#1F0D1B
(31,13,27)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #823A75

#823A75
(130,58,117)
#8D4B81
(141,75,129)
#985C8D
(152,92,141)
#A36D99
(163,109,153)
#AE7EA5
(174,126,165)
#B98FB1
(185,143,177)
#C4A0BD
(196,160,189)
#CFB1C9
(207,177,201)
#DAC2D5
(218,194,213)
#E5D3E1
(229,211,225)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823A75 color. Also use rgb(130,58,117) instead hex code.

Text Font Color

.myTextColor { color: #823A75; }

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

This text font color is #823A75.

Background Color

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

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

This div background color is #823A75.

Border color

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

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

This div border color is #823A75.

Opacity

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

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

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

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

This text has shadow with #823A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823A75.

Preview

Color preview on black background

This text has color #823A75 on black background.


Color preview on white background

This text has color #823A75 on white background.


Black color preview on #823A75 background

This text has black color on #823A75 background.


White color preview on #823A75 background

This text has white color on #823A75 background.


Related colors

Complementary color

Complementary color for #hex is #7DC58A.


I love getcolorcode.com

Triadic colors

1 #75823A and #3A7582 with #823A75 are triadic colors.

2 #753A82 and #3A8275 with #823A75 are triadic colors.