COLOR #462350

HEX: #462350
RGB: (70,35,80)

Color info

#462350 contains red, green and blue colors in about the same proportion. Web safe color of #462350 is #333366 (or #336).

RGB color model

#462350 color RGB value is (70,35,80).

  • red value is 70;
  • green value is 35;
  • blue value is 80.
RGB:
(70,35,80)
(27%,14%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 35 of 255 = 14%
B 80 of 255 = 31%

70
35
80

R + G + B ~ 24%. #462350 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 35 + 80 = 185 (100%)
R 70 of 185 ~ 37.84%
G 35 of 185 ~ 18.92%
B 80 of 185 ~ 43.24%

%37.84
%18.92
%43.24

CMYK color model

#462350 color CMYK value is (13,56,0,69).

  • cyan value is 12.50%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,56,0,69)
C13M56Y0K69 
(13%,56%,0%,69%)
(0.13/0.56/0.00/0.69)	

CMYK percentages

%12.5
%56.25
%0
%68.63

Codes

Color #462350 in popluar color models

462350
RGB703580
HSL287°39.13%22.55%
HSB/HSV287°56.25%31.37%
CMYK12.50%56.25%0.00%
68.63%

Color #462350 in popluar number systems.

HEX462350
Decimal703580
Binary10001101000111010000
Octal10643120

Shades and tints

Shades of #462350

#462350
(70,35,80)
#402049
(64,32,73)
#3A1D42
(58,29,66)
#341A3B
(52,26,59)
#2E1734
(46,23,52)
#28142D
(40,20,45)
#221126
(34,17,38)
#1C0E1F
(28,14,31)
#160B18
(22,11,24)
#100811
(16,8,17)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #462350

#462350
(70,35,80)
#56375F
(86,55,95)
#664B6E
(102,75,110)
#765F7D
(118,95,125)
#86738C
(134,115,140)
#96879B
(150,135,155)
#A69BAA
(166,155,170)
#B6AFB9
(182,175,185)
#C6C3C8
(198,195,200)
#D6D7D7
(214,215,215)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462350 color. Also use rgb(70,35,80) instead hex code.

Text Font Color

.myTextColor { color: #462350; }

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

This text font color is #462350.


Background Color

.myBgColor { background-color: #462350; }

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

This div background color is #462350.


Border color

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

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

This div border color is #462350.


Opacity

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

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

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

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

This text has shadow with #462350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462350 on black background.


Color preview on white background

This text has color #462350 on white background.



Black color preview on #462350 background

This text has black color on #462350 background.


White color preview on #462350 background

This text has white color on #462350 background.