COLOR #462C57

HEX: #462C57
RGB: (70,44,87)

Color info

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

RGB color model

#462C57 color RGB value is (70,44,87).

  • red value is 70;
  • green value is 44;
  • blue value is 87.
RGB:
(70,44,87)
(27%,17%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 87 of 255 = 34%

70
44
87

R + G + B ~ 26%. #462C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 87 = 201 (100%)
R 70 of 201 ~ 34.83%
G 44 of 201 ~ 21.89%
B 87 of 201 ~ 43.28%

%34.83
%21.89
%43.28

CMYK color model

#462C57 color CMYK value is (20,49,0,66).

  • cyan value is 19.54%
  • magenta value is 49.43%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(20,49,0,66)
C20M49Y0K66 
(20%,49%,0%,66%)
(0.20/0.49/0.00/0.66)	

CMYK percentages

%19.54
%49.43
%0
%65.88

Codes

Color #462C57 in popluar color models

462C57
RGB704487
HSL276°32.82%25.69%
HSB/HSV276°49.43%34.12%
CMYK19.54%49.43%0.00%
65.88%

Color #462C57 in popluar number systems.

HEX462C57
Decimal704487
Binary10001101011001010111
Octal10654127

Shades and tints

Shades of #462C57

#462C57
(70,44,87)
#402850
(64,40,80)
#3A2449
(58,36,73)
#342042
(52,32,66)
#2E1C3B
(46,28,59)
#281834
(40,24,52)
#22142D
(34,20,45)
#1C1026
(28,16,38)
#160C1F
(22,12,31)
#100818
(16,8,24)
#0A0411
(10,4,17)
#000000
(0,0,0)

Tints of #462C57

#462C57
(70,44,87)
#563F66
(86,63,102)
#665275
(102,82,117)
#766584
(118,101,132)
#867893
(134,120,147)
#968BA2
(150,139,162)
#A69EB1
(166,158,177)
#B6B1C0
(182,177,192)
#C6C4CF
(198,196,207)
#D6D7DE
(214,215,222)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C57 color. Also use rgb(70,44,87) instead hex code.

Text Font Color

.myTextColor { color: #462C57; }

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

This text font color is #462C57.


Background Color

.myBgColor { background-color: #462C57; }

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

This div background color is #462C57.


Border color

.myBorderColor { border: 1px solid #462C57; }

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

This div border color is #462C57.


Opacity

.myOpacity80 { color: #462C57; opacity: 0.8; }

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

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

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

This text has shadow with #462C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C57 on black background.


Color preview on white background

This text has color #462C57 on white background.



Black color preview on #462C57 background

This text has black color on #462C57 background.


White color preview on #462C57 background

This text has white color on #462C57 background.