COLOR #462752

HEX: #462752
RGB: (70,39,82)

Color info

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

RGB color model

#462752 color RGB value is (70,39,82).

  • red value is 70;
  • green value is 39;
  • blue value is 82.
RGB:
(70,39,82)
(27%,15%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 82 of 255 = 32%

70
39
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 82 = 191 (100%)
R 70 of 191 ~ 36.65%
G 39 of 191 ~ 20.42%
B 82 of 191 ~ 42.93%

%36.65
%20.42
%42.93

CMYK color model

#462752 color CMYK value is (15,52,0,68).

  • cyan value is 14.63%
  • magenta value is 52.44%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(15,52,0,68)
C15M52Y0K68 
(15%,52%,0%,68%)
(0.15/0.52/0.00/0.68)	

CMYK percentages

%14.63
%52.44
%0
%67.84

Codes

Color #462752 in popluar color models

462752
RGB703982
HSL283°35.54%23.73%
HSB/HSV283°52.44%32.16%
CMYK14.63%52.44%0.00%
67.84%

Color #462752 in popluar number systems.

HEX462752
Decimal703982
Binary10001101001111010010
Octal10647122

Shades and tints

Shades of #462752

#462752
(70,39,82)
#40244B
(64,36,75)
#3A2144
(58,33,68)
#341E3D
(52,30,61)
#2E1B36
(46,27,54)
#28182F
(40,24,47)
#221528
(34,21,40)
#1C1221
(28,18,33)
#160F1A
(22,15,26)
#100C13
(16,12,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #462752

#462752
(70,39,82)
#563A61
(86,58,97)
#664D70
(102,77,112)
#76607F
(118,96,127)
#86738E
(134,115,142)
#96869D
(150,134,157)
#A699AC
(166,153,172)
#B6ACBB
(182,172,187)
#C6BFCA
(198,191,202)
#D6D2D9
(214,210,217)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462752 color. Also use rgb(70,39,82) instead hex code.

Text Font Color

.myTextColor { color: #462752; }

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

This text font color is #462752.


Background Color

.myBgColor { background-color: #462752; }

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

This div background color is #462752.


Border color

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

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

This div border color is #462752.


Opacity

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

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

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

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

This text has shadow with #462752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462752 on black background.


Color preview on white background

This text has color #462752 on white background.



Black color preview on #462752 background

This text has black color on #462752 background.


White color preview on #462752 background

This text has white color on #462752 background.