COLOR #824075

HEX: #824075
RGB: (130,64,117)

Color info

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

RGB color model

#824075 color RGB value is (130,64,117).

  • red value is 130;
  • green value is 64;
  • blue value is 117.
RGB:
(130,64,117)
(51%,25%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 64 of 255 = 25%
B 117 of 255 = 46%

130
64
117

R + G + B ~ 41%. #824075 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 64 + 117 = 311 (100%)
R 130 of 311 ~ 41.8%
G 64 of 311 ~ 20.58%
B 117 of 311 ~ 37.62%

%41.8
%20.58
%37.62

CMYK color model

#824075 color CMYK value is (0,51,10,49).

  • cyan value is 0.00%
  • magenta value is 50.77%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(0,51,10,49)
C0M51Y10K49 
(0%,51%,10%,49%)
(0.00/0.51/0.10/0.49)	

CMYK percentages

%0
%50.77
%10
%49.02

Codes

Color #824075 in popluar color models

824075
RGB13064117
HSL312°34.02%38.04%
HSB/HSV312°50.77%50.98%
CMYK0.00%50.77%10.00%
49.02%

Color #824075 in popluar number systems.

HEX824075
Decimal13064117
Binary1000001010000001110101
Octal202100165

Shades and tints

Shades of #824075

#824075
(130,64,117)
#773B6B
(119,59,107)
#6C3661
(108,54,97)
#613157
(97,49,87)
#562C4D
(86,44,77)
#4B2743
(75,39,67)
#402239
(64,34,57)
#351D2F
(53,29,47)
#2A1825
(42,24,37)
#1F131B
(31,19,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #824075

#824075
(130,64,117)
#8D5181
(141,81,129)
#98628D
(152,98,141)
#A37399
(163,115,153)
#AE84A5
(174,132,165)
#B995B1
(185,149,177)
#C4A6BD
(196,166,189)
#CFB7C9
(207,183,201)
#DAC8D5
(218,200,213)
#E5D9E1
(229,217,225)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824075; }

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

This text font color is #824075.


Background Color

.myBgColor { background-color: #824075; }

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

This div background color is #824075.


Border color

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

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

This div border color is #824075.


Opacity

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

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

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

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

This text has shadow with #824075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824075 on black background.


Color preview on white background

This text has color #824075 on white background.



Black color preview on #824075 background

This text has black color on #824075 background.


White color preview on #824075 background

This text has white color on #824075 background.