COLOR #462553

HEX: #462553
RGB: (70,37,83)

Color info

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

RGB color model

#462553 color RGB value is (70,37,83).

  • red value is 70;
  • green value is 37;
  • blue value is 83.
RGB:
(70,37,83)
(27%,15%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 83 of 255 = 33%

70
37
83

R + G + B ~ 25%. #462553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 37 + 83 = 190 (100%)
R 70 of 190 ~ 36.84%
G 37 of 190 ~ 19.47%
B 83 of 190 ~ 43.68%

%36.84
%19.47
%43.68

CMYK color model

#462553 color CMYK value is (16,55,0,67).

  • cyan value is 15.66%
  • magenta value is 55.42%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(16,55,0,67)
C16M55Y0K67 
(16%,55%,0%,67%)
(0.16/0.55/0.00/0.67)	

CMYK percentages

%15.66
%55.42
%0
%67.45

Codes

Color #462553 in popluar color models

462553
RGB703783
HSL283°38.33%23.53%
HSB/HSV283°55.42%32.55%
CMYK15.66%55.42%0.00%
67.45%

Color #462553 in popluar number systems.

HEX462553
Decimal703783
Binary10001101001011010011
Octal10645123

Shades and tints

Shades of #462553

#462553
(70,37,83)
#40224C
(64,34,76)
#3A1F45
(58,31,69)
#341C3E
(52,28,62)
#2E1937
(46,25,55)
#281630
(40,22,48)
#221329
(34,19,41)
#1C1022
(28,16,34)
#160D1B
(22,13,27)
#100A14
(16,10,20)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #462553

#462553
(70,37,83)
#563862
(86,56,98)
#664B71
(102,75,113)
#765E80
(118,94,128)
#86718F
(134,113,143)
#96849E
(150,132,158)
#A697AD
(166,151,173)
#B6AABC
(182,170,188)
#C6BDCB
(198,189,203)
#D6D0DA
(214,208,218)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462553 color. Also use rgb(70,37,83) instead hex code.

Text Font Color

.myTextColor { color: #462553; }

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

This text font color is #462553.


Background Color

.myBgColor { background-color: #462553; }

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

This div background color is #462553.


Border color

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

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

This div border color is #462553.


Opacity

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

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

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

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

This text has shadow with #462553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462553 on black background.


Color preview on white background

This text has color #462553 on white background.



Black color preview on #462553 background

This text has black color on #462553 background.


White color preview on #462553 background

This text has white color on #462553 background.