COLOR #462A40

HEX: #462A40
RGB: (70,42,64)

Color info

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

RGB color model

#462A40 color RGB value is (70,42,64).

  • red value is 70;
  • green value is 42;
  • blue value is 64.
RGB: (70,42,64) (27%,16%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 64 of 255 = 25%

70
42
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 64 = 176 (100%)
R 70 of 176 ~ 39.77%
G 42 of 176 ~ 23.86%
B 64 of 176 ~ 36.36%

%39.77
%23.86
%36.36

CMYK color model

#462A40 color CMYK value is (0,40,9,73).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK: (0,40,9,73) C0M40Y9K73 (0%,40%,9%,73%) (0.00/0.40/0.09/0.73)

CMYK percentages

%0
%40
%8.57
%72.55

Codes

Color #462A40 in popluar color models

462A40
RGB704264
HSL313°25.00%21.96%
HSB/HSV313°40.00%27.45%
CMYK0.00%40.00%8.57%
72.55%

Color #462A40 in popluar number systems.

HEX462A40
Decimal704264
Binary10001101010101000000
Octal10652100

Shades and tints

Shades of #462A40

#462A40
(70,42,64)
#40273B
(64,39,59)
#3A2436
(58,36,54)
#342131
(52,33,49)
#2E1E2C
(46,30,44)
#281B27
(40,27,39)
#221822
(34,24,34)
#1C151D
(28,21,29)
#161218
(22,18,24)
#100F13
(16,15,19)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #462A40

#462A40
(70,42,64)
#563D51
(86,61,81)
#665062
(102,80,98)
#766373
(118,99,115)
#867684
(134,118,132)
#968995
(150,137,149)
#A69CA6
(166,156,166)
#B6AFB7
(182,175,183)
#C6C2C8
(198,194,200)
#D6D5D9
(214,213,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462A40; }

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

This text font color is #462A40.


Background Color

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

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

This div background color is #462A40.


Border color

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

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

This div border color is #462A40.


Opacity

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

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

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

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

This text has shadow with #462A40 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #462A40 on black background.


Color preview on white background

This text has color #462A40 on white background.



Black color preview on #462A40 background

This text has black color on #462A40 background.


White color preview on #462A40 background

This text has white color on #462A40 background.