COLOR #463C42

HEX: #463C42
RGB: (70,60,66)

Color info

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

RGB color model

#463C42 color RGB value is (70,60,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 66 of 255 = 26%

70
60
66

R + G + B ~ 26%. #463C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 66 = 196 (100%)
R 70 of 196 ~ 35.71%
G 60 of 196 ~ 30.61%
B 66 of 196 ~ 33.67%

%35.71
%30.61
%33.67

CMYK color model

#463C42 color CMYK value is (0,14,6,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(0,14,6,73)
C0M14Y6K73 
(0%,14%,6%,73%)
(0.00/0.14/0.06/0.73)	

CMYK percentages

%0
%14.29
%5.71
%72.55

Codes

Color #463C42 in popluar color models

463C42
RGB706066
HSL324°7.69%25.49%
HSB/HSV324°14.29%27.45%
CMYK0.00%14.29%5.71%
72.55%

Color #463C42 in popluar number systems.

HEX463C42
Decimal706066
Binary10001101111001000010
Octal10674102

Shades and tints

Shades of #463C42

#463C42
(70,60,66)
#40373C
(64,55,60)
#3A3236
(58,50,54)
#342D30
(52,45,48)
#2E282A
(46,40,42)
#282324
(40,35,36)
#221E1E
(34,30,30)
#1C1918
(28,25,24)
#161412
(22,20,18)
#100F0C
(16,15,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463C42

#463C42
(70,60,66)
#564D53
(86,77,83)
#665E64
(102,94,100)
#766F75
(118,111,117)
#868086
(134,128,134)
#969197
(150,145,151)
#A6A2A8
(166,162,168)
#B6B3B9
(182,179,185)
#C6C4CA
(198,196,202)
#D6D5DB
(214,213,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C42 color. Also use rgb(70,60,66) instead hex code.

Text Font Color

.myTextColor { color: #463C42; }

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

This text font color is #463C42.


Background Color

.myBgColor { background-color: #463C42; }

<div style="background-color:#463C42">Inner text</div>

This div background color is #463C42.


Border color

.myBorderColor { border: 1px solid #463C42; }

<div style="border:3px solid #463C42">Div</div>

This div border color is #463C42.


Opacity

.myOpacity80 { color: #463C42; opacity: 0.8; }

<p style="color:#463C42;opacity:0.8;">80%</p>

Text with #463C42 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 #463C42;}

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

This text has shadow with #463C42 color.

.textShadow {text-shadow: 3px 3px 1px #463C42, 3px 3px 1px red;}

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

This text has shadow with #463C42 primary color and red secondary color.


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

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

This text has shadow with #463C42 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C42 on black background.


Color preview on white background

This text has color #463C42 on white background.



Black color preview on #463C42 background

This text has black color on #463C42 background.


White color preview on #463C42 background

This text has white color on #463C42 background.