COLOR #462250

HEX: #462250
RGB: (70,34,80)

Color info

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

RGB color model

#462250 color RGB value is (70,34,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 34 of 255 = 13%
B 80 of 255 = 31%

70
34
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 34 + 80 = 184 (100%)
R 70 of 184 ~ 38.04%
G 34 of 184 ~ 18.48%
B 80 of 184 ~ 43.48%

%38.04
%18.48
%43.48

CMYK color model

#462250 color CMYK value is (13,58,0,69).

  • cyan value is 12.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,58,0,69)
C13M58Y0K69 
(13%,58%,0%,69%)
(0.13/0.58/0.00/0.69)	

CMYK percentages

%12.5
%57.5
%0
%68.63

Codes

Color #462250 in popluar color models

462250
RGB703480
HSL287°40.35%22.35%
HSB/HSV287°57.50%31.37%
CMYK12.50%57.50%0.00%
68.63%

Color #462250 in popluar number systems.

HEX462250
Decimal703480
Binary10001101000101010000
Octal10642120

Shades and tints

Shades of #462250

#462250
(70,34,80)
#401F49
(64,31,73)
#3A1C42
(58,28,66)
#34193B
(52,25,59)
#2E1634
(46,22,52)
#28132D
(40,19,45)
#221026
(34,16,38)
#1C0D1F
(28,13,31)
#160A18
(22,10,24)
#100711
(16,7,17)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #462250

#462250
(70,34,80)
#56365F
(86,54,95)
#664A6E
(102,74,110)
#765E7D
(118,94,125)
#86728C
(134,114,140)
#96869B
(150,134,155)
#A69AAA
(166,154,170)
#B6AEB9
(182,174,185)
#C6C2C8
(198,194,200)
#D6D6D7
(214,214,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462250; }

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

This text font color is #462250.


Background Color

.myBgColor { background-color: #462250; }

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

This div background color is #462250.


Border color

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

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

This div border color is #462250.


Opacity

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

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

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

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

This text has shadow with #462250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462250 on black background.


Color preview on white background

This text has color #462250 on white background.



Black color preview on #462250 background

This text has black color on #462250 background.


White color preview on #462250 background

This text has white color on #462250 background.