COLOR #462B40

HEX: #462B40
RGB: (70,43,64)

Color info

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

RGB color model

#462B40 color RGB value is (70,43,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 43 of 255 = 17%
B 64 of 255 = 25%

70
43
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 43 + 64 = 177 (100%)
R 70 of 177 ~ 39.55%
G 43 of 177 ~ 24.29%
B 64 of 177 ~ 36.16%

%39.55
%24.29
%36.16

CMYK color model

#462B40 color CMYK value is (0,39,9,73).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,39,9,73)
C0M39Y9K73 
(0%,39%,9%,73%)
(0.00/0.39/0.09/0.73)	

CMYK percentages

%0
%38.57
%8.57
%72.55

Codes

Color #462B40 in popluar color models

462B40
RGB704364
HSL313°23.89%22.16%
HSB/HSV313°38.57%27.45%
CMYK0.00%38.57%8.57%
72.55%

Color #462B40 in popluar number systems.

HEX462B40
Decimal704364
Binary10001101010111000000
Octal10653100

Shades and tints

Shades of #462B40

#462B40
(70,43,64)
#40283B
(64,40,59)
#3A2536
(58,37,54)
#342231
(52,34,49)
#2E1F2C
(46,31,44)
#281C27
(40,28,39)
#221922
(34,25,34)
#1C161D
(28,22,29)
#161318
(22,19,24)
#101013
(16,16,19)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #462B40

#462B40
(70,43,64)
#563E51
(86,62,81)
#665162
(102,81,98)
#766473
(118,100,115)
#867784
(134,119,132)
#968A95
(150,138,149)
#A69DA6
(166,157,166)
#B6B0B7
(182,176,183)
#C6C3C8
(198,195,200)
#D6D6D9
(214,214,217)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462B40; }

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

This text font color is #462B40.


Background Color

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

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

This div background color is #462B40.


Border color

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

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

This div border color is #462B40.


Opacity

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

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

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

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

This text has shadow with #462B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462B40 on black background.


Color preview on white background

This text has color #462B40 on white background.



Black color preview on #462B40 background

This text has black color on #462B40 background.


White color preview on #462B40 background

This text has white color on #462B40 background.