COLOR #462C3B

HEX: #462C3B
RGB: (70,44,59)

Color info

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

RGB color model

#462C3B color RGB value is (70,44,59).

  • red value is 70;
  • green value is 44;
  • blue value is 59.
RGB:
(70,44,59)
(27%,17%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 59 of 255 = 23%

70
44
59

R + G + B ~ 22%. #462C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 59 = 173 (100%)
R 70 of 173 ~ 40.46%
G 44 of 173 ~ 25.43%
B 59 of 173 ~ 34.1%

%40.46
%25.43
%34.1

CMYK color model

#462C3B color CMYK value is (0,37,16,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(0,37,16,73)
C0M37Y16K73 
(0%,37%,16%,73%)
(0.00/0.37/0.16/0.73)	

CMYK percentages

%0
%37.14
%15.71
%72.55

Codes

Color #462C3B in popluar color models

462C3B
RGB704459
HSL325°22.81%22.35%
HSB/HSV325°37.14%27.45%
CMYK0.00%37.14%15.71%
72.55%

Color #462C3B in popluar number systems.

HEX462C3B
Decimal704459
Binary1000110101100111011
Octal1065473

Shades and tints

Shades of #462C3B

#462C3B
(70,44,59)
#402836
(64,40,54)
#3A2431
(58,36,49)
#34202C
(52,32,44)
#2E1C27
(46,28,39)
#281822
(40,24,34)
#22141D
(34,20,29)
#1C1018
(28,16,24)
#160C13
(22,12,19)
#10080E
(16,8,14)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #462C3B

#462C3B
(70,44,59)
#563F4C
(86,63,76)
#66525D
(102,82,93)
#76656E
(118,101,110)
#86787F
(134,120,127)
#968B90
(150,139,144)
#A69EA1
(166,158,161)
#B6B1B2
(182,177,178)
#C6C4C3
(198,196,195)
#D6D7D4
(214,215,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C3B color. Also use rgb(70,44,59) instead hex code.

Text Font Color

.myTextColor { color: #462C3B; }

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

This text font color is #462C3B.


Background Color

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

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

This div background color is #462C3B.


Border color

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

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

This div border color is #462C3B.


Opacity

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

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

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

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

This text has shadow with #462C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C3B on black background.


Color preview on white background

This text has color #462C3B on white background.



Black color preview on #462C3B background

This text has black color on #462C3B background.


White color preview on #462C3B background

This text has white color on #462C3B background.