COLOR #462543

HEX: #462543
RGB: (70,37,67)

Color info

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

RGB color model

#462543 color RGB value is (70,37,67).

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

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 67 of 255 = 26%

70
37
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 37 + 67 = 174 (100%)
R 70 of 174 ~ 40.23%
G 37 of 174 ~ 21.26%
B 67 of 174 ~ 38.51%

%40.23
%21.26
%38.51

CMYK color model

#462543 color CMYK value is (0,47,4,73).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 4.29%
  • key color value is 72.55%
CMYK:
(0,47,4,73)
C0M47Y4K73 
(0%,47%,4%,73%)
(0.00/0.47/0.04/0.73)	

CMYK percentages

%0
%47.14
%4.29
%72.55

Codes

Color #462543 in popluar color models

462543
RGB703767
HSL305°30.84%20.98%
HSB/HSV305°47.14%27.45%
CMYK0.00%47.14%4.29%
72.55%

Color #462543 in popluar number systems.

HEX462543
Decimal703767
Binary10001101001011000011
Octal10645103

Shades and tints

Shades of #462543

#462543
(70,37,67)
#40223D
(64,34,61)
#3A1F37
(58,31,55)
#341C31
(52,28,49)
#2E192B
(46,25,43)
#281625
(40,22,37)
#22131F
(34,19,31)
#1C1019
(28,16,25)
#160D13
(22,13,19)
#100A0D
(16,10,13)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #462543

#462543
(70,37,67)
#563854
(86,56,84)
#664B65
(102,75,101)
#765E76
(118,94,118)
#867187
(134,113,135)
#968498
(150,132,152)
#A697A9
(166,151,169)
#B6AABA
(182,170,186)
#C6BDCB
(198,189,203)
#D6D0DC
(214,208,220)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462543; }

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

This text font color is #462543.


Background Color

.myBgColor { background-color: #462543; }

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

This div background color is #462543.


Border color

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

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

This div border color is #462543.


Opacity

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

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

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

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

This text has shadow with #462543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462543 on black background.


Color preview on white background

This text has color #462543 on white background.



Black color preview on #462543 background

This text has black color on #462543 background.


White color preview on #462543 background

This text has white color on #462543 background.