COLOR #462748

HEX: #462748
RGB: (70,39,72)

Color info

#462748 contains red, green and blue colors in about the same proportion. Web safe color of #462748 is #333333 (or #333).

RGB color model

#462748 color RGB value is (70,39,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 72 of 255 = 28%

70
39
72

R + G + B ~ 23%. #462748 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 72 = 181 (100%)
R 70 of 181 ~ 38.67%
G 39 of 181 ~ 21.55%
B 72 of 181 ~ 39.78%

%38.67
%21.55
%39.78

CMYK color model

#462748 color CMYK value is (3,46,0,72).

  • cyan value is 2.78%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,46,0,72)
C3M46Y0K72 
(3%,46%,0%,72%)
(0.03/0.46/0.00/0.72)	

CMYK percentages

%2.78
%45.83
%0
%71.76

Codes

Color #462748 in popluar color models

462748
RGB703972
HSL296°29.73%21.76%
HSB/HSV296°45.83%28.24%
CMYK2.78%45.83%0.00%
71.76%

Color #462748 in popluar number systems.

HEX462748
Decimal703972
Binary10001101001111001000
Octal10647110

Shades and tints

Shades of #462748

#462748
(70,39,72)
#402442
(64,36,66)
#3A213C
(58,33,60)
#341E36
(52,30,54)
#2E1B30
(46,27,48)
#28182A
(40,24,42)
#221524
(34,21,36)
#1C121E
(28,18,30)
#160F18
(22,15,24)
#100C12
(16,12,18)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #462748

#462748
(70,39,72)
#563A58
(86,58,88)
#664D68
(102,77,104)
#766078
(118,96,120)
#867388
(134,115,136)
#968698
(150,134,152)
#A699A8
(166,153,168)
#B6ACB8
(182,172,184)
#C6BFC8
(198,191,200)
#D6D2D8
(214,210,216)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462748; }

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

This text font color is #462748.


Background Color

.myBgColor { background-color: #462748; }

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

This div background color is #462748.


Border color

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

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

This div border color is #462748.


Opacity

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

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

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

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

This text has shadow with #462748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462748 on black background.


Color preview on white background

This text has color #462748 on white background.



Black color preview on #462748 background

This text has black color on #462748 background.


White color preview on #462748 background

This text has white color on #462748 background.