COLOR #464642

HEX: #464642
RGB: (70,70,66)

Color info

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

RGB color model

#464642 color RGB value is (70,70,66).

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

RGB channels and saturation

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

70
70
66

R + G + B ~ 27%. #464642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 66 = 206 (100%)
R 70 of 206 ~ 33.98%
G 70 of 206 ~ 33.98%
B 66 of 206 ~ 32.04%

%33.98
%33.98
%32.04

CMYK color model

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

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

CMYK percentages

%0
%0
%5.71
%72.55

Codes

Color #464642 in popluar color models

464642
RGB707066
HSL60°2.94%26.67%
HSB/HSV60°5.71%27.45%
CMYK0.00%0.00%5.71%
72.55%

Color #464642 in popluar number systems.

HEX464642
Decimal707066
Binary100011010001101000010
Octal106106102

Shades and tints

Shades of #464642

#464642
(70,70,66)
#40403C
(64,64,60)
#3A3A36
(58,58,54)
#343430
(52,52,48)
#2E2E2A
(46,46,42)
#282824
(40,40,36)
#22221E
(34,34,30)
#1C1C18
(28,28,24)
#161612
(22,22,18)
#10100C
(16,16,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #464642

#464642
(70,70,66)
#565653
(86,86,83)
#666664
(102,102,100)
#767675
(118,118,117)
#868686
(134,134,134)
#969697
(150,150,151)
#A6A6A8
(166,166,168)
#B6B6B9
(182,182,185)
#C6C6CA
(198,198,202)
#D6D6DB
(214,214,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464642; }

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

This text font color is #464642.


Background Color

.myBgColor { background-color: #464642; }

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

This div background color is #464642.


Border color

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

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

This div border color is #464642.


Opacity

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

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

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

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

This text has shadow with #464642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464642 on black background.


Color preview on white background

This text has color #464642 on white background.



Black color preview on #464642 background

This text has black color on #464642 background.


White color preview on #464642 background

This text has white color on #464642 background.