COLOR #462D46

HEX: #462D46
RGB: (70,45,70)

Color info

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

RGB color model

#462D46 color RGB value is (70,45,70).

  • red value is 70;
  • green value is 45;
  • blue value is 70.
RGB:
(70,45,70)
(27%,18%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 70 of 255 = 27%

70
45
70

R + G + B ~ 24%. #462D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 70 = 185 (100%)
R 70 of 185 ~ 37.84%
G 45 of 185 ~ 24.32%
B 70 of 185 ~ 37.84%

%37.84
%24.32
%37.84

CMYK color model

#462D46 color CMYK value is (0,36,0,73).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(0,36,0,73)
C0M36Y0K73 
(0%,36%,0%,73%)
(0.00/0.36/0.00/0.73)	

CMYK percentages

%0
%35.71
%0
%72.55

Codes

Color #462D46 in popluar color models

462D46
RGB704570
HSL300°21.74%22.55%
HSB/HSV300°35.71%27.45%
CMYK0.00%35.71%0.00%
72.55%

Color #462D46 in popluar number systems.

HEX462D46
Decimal704570
Binary10001101011011000110
Octal10655106

Shades and tints

Shades of #462D46

#462D46
(70,45,70)
#402940
(64,41,64)
#3A253A
(58,37,58)
#342134
(52,33,52)
#2E1D2E
(46,29,46)
#281928
(40,25,40)
#221522
(34,21,34)
#1C111C
(28,17,28)
#160D16
(22,13,22)
#100910
(16,9,16)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #462D46

#462D46
(70,45,70)
#564056
(86,64,86)
#665366
(102,83,102)
#766676
(118,102,118)
#867986
(134,121,134)
#968C96
(150,140,150)
#A69FA6
(166,159,166)
#B6B2B6
(182,178,182)
#C6C5C6
(198,197,198)
#D6D8D6
(214,216,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462D46; }

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

This text font color is #462D46.


Background Color

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

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

This div background color is #462D46.


Border color

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

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

This div border color is #462D46.


Opacity

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

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

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

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

This text has shadow with #462D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D46 on black background.


Color preview on white background

This text has color #462D46 on white background.



Black color preview on #462D46 background

This text has black color on #462D46 background.


White color preview on #462D46 background

This text has white color on #462D46 background.