COLOR #462E40

HEX: #462E40 RGB: (70,46,64)

Color info

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

RGB color model

#462E40 color RGB value is (70,46,64).

RGB: (70,46,64) (27%, 18%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 64 of 255 = 25%

70
46
64

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

Portions of RGB colors in percentages

R + G + B = 70 + 46 + 64 = 180 (100%)
R 70 of 180 ~ 38.89%
G 46 of 180 ~ 25.56%
B 64 of 180 ~ 35.56'%

%38.89
%25.56
%35.56

CMYK color model

#462E40 color CMYK value is (0,34,9,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 8.57%
  • key color value is 72.55%

CMYK: (0,34,9,73)
C0M34Y9K73 (0%, 34%, 9%, 73%)
(0.00 / 0.34 / 0.09 / 0.73)

CMYK percentages

%0
%34.29
%8.57
%72.55

Codes

Color #462E40 in popluar color models

46 2E 40
RGB 70 46 64
HSL 315° 20.69% 22.75%
HSB/HSV 315° 34.29% 27.45%
CMYK 0.00% 34.29% 8.57%
72.55%

Color #462E40 in popluar number systems.

HEX 46 2E 40
Decimal 70 46 64
Binary 1000110 101110 1000000
Octal 106 56 100

Shades and tints

Shades of #462E40

#462E40
(70,46,64)
#402A3B
(64,42,59)
#3A2636
(58,38,54)
#342231
(52,34,49)
#2E1E2C
(46,30,44)
#281A27
(40,26,39)
#221622
(34,22,34)
#1C121D
(28,18,29)
#160E18
(22,14,24)
#100A13
(16,10,19)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #462E40

#462E40
(70,46,64)
#564151
(86,65,81)
#665462
(102,84,98)
#766773
(118,103,115)
#867A84
(134,122,132)
#968D95
(150,141,149)
#A6A0A6
(166,160,166)
#B6B3B7
(182,179,183)
#C6C6C8
(198,198,200)
#D6D9D9
(214,217,217)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E40; }

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

This text font color is #462E40.

Background Color

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

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

This div background color is #462E40.

Border color

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

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

This div border color is #462E40.

Opacity

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

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

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

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

This text has shadow with #462E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462E40.

Preview

Color preview on black background

This text has color #462E40 on black background.


Color preview on white background

This text has color #462E40 on white background.


Black color preview on #462E40 background

This text has black color on #462E40 background.


White color preview on #462E40 background

This text has white color on #462E40 background.


Related colors

Complementary color

Complementary color for #hex is #B9D1BF.


I love getcolorcode.com

Triadic colors

1 #40462E and #2E4046 with #462E40 are triadic colors.

2 #402E46 and #2E4640 with #462E40 are triadic colors.