COLOR #462D44

HEX: #462D44
RGB: (70,45,68)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
45
68

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 68 = 183 (100%)
R 70 of 183 ~ 38.25%
G 45 of 183 ~ 24.59%
B 68 of 183 ~ 37.16%

%38.25
%24.59
%37.16

CMYK color model

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

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

CMYK percentages

%0
%35.71
%2.86
%72.55

Codes

Color #462D44 in popluar color models

462D44
RGB704568
HSL305°21.74%22.55%
HSB/HSV305°35.71%27.45%
CMYK0.00%35.71%2.86%
72.55%

Color #462D44 in popluar number systems.

HEX462D44
Decimal704568
Binary10001101011011000100
Octal10655104

Shades and tints

Shades of #462D44

#462D44
(70,45,68)
#40293E
(64,41,62)
#3A2538
(58,37,56)
#342132
(52,33,50)
#2E1D2C
(46,29,44)
#281926
(40,25,38)
#221520
(34,21,32)
#1C111A
(28,17,26)
#160D14
(22,13,20)
#10090E
(16,9,14)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #462D44

#462D44
(70,45,68)
#564055
(86,64,85)
#665366
(102,83,102)
#766677
(118,102,119)
#867988
(134,121,136)
#968C99
(150,140,153)
#A69FAA
(166,159,170)
#B6B2BB
(182,178,187)
#C6C5CC
(198,197,204)
#D6D8DD
(214,216,221)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462D44; }

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

This text font color is #462D44.


Background Color

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

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

This div background color is #462D44.


Border color

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

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

This div border color is #462D44.


Opacity

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

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

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

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

This text has shadow with #462D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D44 on black background.


Color preview on white background

This text has color #462D44 on white background.



Black color preview on #462D44 background

This text has black color on #462D44 background.


White color preview on #462D44 background

This text has white color on #462D44 background.