COLOR #462A3C

HEX: #462A3C
RGB: (70,42,60)

Color info

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

RGB color model

#462A3C color RGB value is (70,42,60).

  • red value is 70;
  • green value is 42;
  • blue value is 60.
RGB:
(70,42,60)
(27%,16%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 60 of 255 = 24%

70
42
60

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

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 60 = 172 (100%)
R 70 of 172 ~ 40.7%
G 42 of 172 ~ 24.42%
B 60 of 172 ~ 34.88%

%40.7
%24.42
%34.88

CMYK color model

#462A3C color CMYK value is (0,40,14,73).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(0,40,14,73)
C0M40Y14K73 
(0%,40%,14%,73%)
(0.00/0.40/0.14/0.73)	

CMYK percentages

%0
%40
%14.29
%72.55

Codes

Color #462A3C in popluar color models

462A3C
RGB704260
HSL321°25.00%21.96%
HSB/HSV321°40.00%27.45%
CMYK0.00%40.00%14.29%
72.55%

Color #462A3C in popluar number systems.

HEX462A3C
Decimal704260
Binary1000110101010111100
Octal1065274

Shades and tints

Shades of #462A3C

#462A3C
(70,42,60)
#402737
(64,39,55)
#3A2432
(58,36,50)
#34212D
(52,33,45)
#2E1E28
(46,30,40)
#281B23
(40,27,35)
#22181E
(34,24,30)
#1C1519
(28,21,25)
#161214
(22,18,20)
#100F0F
(16,15,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #462A3C

#462A3C
(70,42,60)
#563D4D
(86,61,77)
#66505E
(102,80,94)
#76636F
(118,99,111)
#867680
(134,118,128)
#968991
(150,137,145)
#A69CA2
(166,156,162)
#B6AFB3
(182,175,179)
#C6C2C4
(198,194,196)
#D6D5D5
(214,213,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462A3C color. Also use rgb(70,42,60) instead hex code.

Text Font Color

.myTextColor { color: #462A3C; }

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

This text font color is #462A3C.


Background Color

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

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

This div background color is #462A3C.


Border color

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

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

This div border color is #462A3C.


Opacity

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

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

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

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

This text has shadow with #462A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462A3C on black background.


Color preview on white background

This text has color #462A3C on white background.



Black color preview on #462A3C background

This text has black color on #462A3C background.


White color preview on #462A3C background

This text has white color on #462A3C background.