COLOR #463942

HEX: #463942
RGB: (70,57,66)

Color info

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

RGB color model

#463942 color RGB value is (70,57,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 66 of 255 = 26%

70
57
66

R + G + B ~ 25%. #463942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 66 = 193 (100%)
R 70 of 193 ~ 36.27%
G 57 of 193 ~ 29.53%
B 66 of 193 ~ 34.2%

%36.27
%29.53
%34.2

CMYK color model

#463942 color CMYK value is (0,19,6,73).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK: (0,19,6,73) C0M19Y6K73 (0%,19%,6%,73%) (0.00/0.19/0.06/0.73)

CMYK percentages

%0
%18.57
%5.71
%72.55

Codes

Color #463942 in popluar color models

463942
RGB705766
HSL318°10.24%24.90%
HSB/HSV318°18.57%27.45%
CMYK0.00%18.57%5.71%
72.55%

Color #463942 in popluar number systems.

HEX463942
Decimal705766
Binary10001101110011000010
Octal10671102

Shades and tints

Shades of #463942

#463942
(70,57,66)
#40343C
(64,52,60)
#3A2F36
(58,47,54)
#342A30
(52,42,48)
#2E252A
(46,37,42)
#282024
(40,32,36)
#221B1E
(34,27,30)
#1C1618
(28,22,24)
#161112
(22,17,18)
#100C0C
(16,12,12)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #463942

#463942
(70,57,66)
#564B53
(86,75,83)
#665D64
(102,93,100)
#766F75
(118,111,117)
#868186
(134,129,134)
#969397
(150,147,151)
#A6A5A8
(166,165,168)
#B6B7B9
(182,183,185)
#C6C9CA
(198,201,202)
#D6DBDB
(214,219,219)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463942; }

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

This text font color is #463942.


Background Color

.myBgColor { background-color: #463942; }

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

This div background color is #463942.


Border color

.myBorderColor { border: 1px solid #463942; }

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

This div border color is #463942.


Opacity

.myOpacity80 { color: #463942; opacity: 0.8; }

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

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

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

This text has shadow with #463942 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #463942 on black background.


Color preview on white background

This text has color #463942 on white background.



Black color preview on #463942 background

This text has black color on #463942 background.


White color preview on #463942 background

This text has white color on #463942 background.