COLOR #462E3E

HEX: #462E3E
RGB: (70,46,62)

Color info

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

RGB color model

#462E3E color RGB value is (70,46,62).

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

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 62 of 255 = 24%

70
46
62

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

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 62 = 178 (100%)
R 70 of 178 ~ 39.33%
G 46 of 178 ~ 25.84%
B 62 of 178 ~ 34.83%

%39.33
%25.84
%34.83

CMYK color model

#462E3E color CMYK value is (0,34,11,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK:
(0,34,11,73)
C0M34Y11K73 
(0%,34%,11%,73%)
(0.00/0.34/0.11/0.73)	

CMYK percentages

%0
%34.29
%11.43
%72.55

Codes

Color #462E3E in popluar color models

462E3E
RGB704662
HSL320°20.69%22.75%
HSB/HSV320°34.29%27.45%
CMYK0.00%34.29%11.43%
72.55%

Color #462E3E in popluar number systems.

HEX462E3E
Decimal704662
Binary1000110101110111110
Octal1065676

Shades and tints

Shades of #462E3E

#462E3E
(70,46,62)
#402A39
(64,42,57)
#3A2634
(58,38,52)
#34222F
(52,34,47)
#2E1E2A
(46,30,42)
#281A25
(40,26,37)
#221620
(34,22,32)
#1C121B
(28,18,27)
#160E16
(22,14,22)
#100A11
(16,10,17)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #462E3E

#462E3E
(70,46,62)
#56414F
(86,65,79)
#665460
(102,84,96)
#766771
(118,103,113)
#867A82
(134,122,130)
#968D93
(150,141,147)
#A6A0A4
(166,160,164)
#B6B3B5
(182,179,181)
#C6C6C6
(198,198,198)
#D6D9D7
(214,217,215)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E3E; }

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

This text font color is #462E3E.


Background Color

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

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

This div background color is #462E3E.


Border color

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

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

This div border color is #462E3E.


Opacity

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

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

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

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

This text has shadow with #462E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E3E on black background.


Color preview on white background

This text has color #462E3E on white background.



Black color preview on #462E3E background

This text has black color on #462E3E background.


White color preview on #462E3E background

This text has white color on #462E3E background.