COLOR #462E3F

HEX: #462E3F
RGB: (70,46,63)

Color info

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

RGB color model

#462E3F color RGB value is (70,46,63).

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

RGB channels and saturation

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

70
46
63

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

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 63 = 179 (100%)
R 70 of 179 ~ 39.11%
G 46 of 179 ~ 25.7%
B 63 of 179 ~ 35.2%

%39.11
%25.7
%35.2

CMYK color model

#462E3F color CMYK value is (0,34,10,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(0,34,10,73)
C0M34Y10K73 
(0%,34%,10%,73%)
(0.00/0.34/0.10/0.73)	

CMYK percentages

%0
%34.29
%10
%72.55

Codes

Color #462E3F in popluar color models

462E3F
RGB704663
HSL318°20.69%22.75%
HSB/HSV318°34.29%27.45%
CMYK0.00%34.29%10.00%
72.55%

Color #462E3F in popluar number systems.

HEX462E3F
Decimal704663
Binary1000110101110111111
Octal1065677

Shades and tints

Shades of #462E3F

#462E3F
(70,46,63)
#402A3A
(64,42,58)
#3A2635
(58,38,53)
#342230
(52,34,48)
#2E1E2B
(46,30,43)
#281A26
(40,26,38)
#221621
(34,22,33)
#1C121C
(28,18,28)
#160E17
(22,14,23)
#100A12
(16,10,18)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #462E3F

#462E3F
(70,46,63)
#564150
(86,65,80)
#665461
(102,84,97)
#766772
(118,103,114)
#867A83
(134,122,131)
#968D94
(150,141,148)
#A6A0A5
(166,160,165)
#B6B3B6
(182,179,182)
#C6C6C7
(198,198,199)
#D6D9D8
(214,217,216)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E3F; }

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

This text font color is #462E3F.


Background Color

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

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

This div background color is #462E3F.


Border color

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

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

This div border color is #462E3F.


Opacity

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

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

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

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

This text has shadow with #462E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E3F on black background.


Color preview on white background

This text has color #462E3F on white background.



Black color preview on #462E3F background

This text has black color on #462E3F background.


White color preview on #462E3F background

This text has white color on #462E3F background.