COLOR #462354

HEX: #462354
RGB: (70,35,84)

Color info

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

RGB color model

#462354 color RGB value is (70,35,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 35 of 255 = 14%
B 84 of 255 = 33%

70
35
84

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

Portions of RGB colors in percentages

R + G + B =
70 + 35 + 84 = 189 (100%)
R 70 of 189 ~ 37.04%
G 35 of 189 ~ 18.52%
B 84 of 189 ~ 44.44%

%37.04
%18.52
%44.44

CMYK color model

#462354 color CMYK value is (17,58,0,67).

  • cyan value is 16.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(17,58,0,67)
C17M58Y0K67 
(17%,58%,0%,67%)
(0.17/0.58/0.00/0.67)	

CMYK percentages

%16.67
%58.33
%0
%67.06

Codes

Color #462354 in popluar color models

462354
RGB703584
HSL283°41.18%23.33%
HSB/HSV283°58.33%32.94%
CMYK16.67%58.33%0.00%
67.06%

Color #462354 in popluar number systems.

HEX462354
Decimal703584
Binary10001101000111010100
Octal10643124

Shades and tints

Shades of #462354

#462354
(70,35,84)
#40204D
(64,32,77)
#3A1D46
(58,29,70)
#341A3F
(52,26,63)
#2E1738
(46,23,56)
#281431
(40,20,49)
#22112A
(34,17,42)
#1C0E23
(28,14,35)
#160B1C
(22,11,28)
#100815
(16,8,21)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #462354

#462354
(70,35,84)
#563763
(86,55,99)
#664B72
(102,75,114)
#765F81
(118,95,129)
#867390
(134,115,144)
#96879F
(150,135,159)
#A69BAE
(166,155,174)
#B6AFBD
(182,175,189)
#C6C3CC
(198,195,204)
#D6D7DB
(214,215,219)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462354; }

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

This text font color is #462354.


Background Color

.myBgColor { background-color: #462354; }

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

This div background color is #462354.


Border color

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

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

This div border color is #462354.


Opacity

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

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

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

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

This text has shadow with #462354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462354 on black background.


Color preview on white background

This text has color #462354 on white background.



Black color preview on #462354 background

This text has black color on #462354 background.


White color preview on #462354 background

This text has white color on #462354 background.