COLOR #464B42

HEX: #464B42
RGB: (70,75,66)

Color info

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

RGB color model

#464B42 color RGB value is (70,75,66).

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

RGB channels and saturation

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

70
75
66

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

Portions of RGB colors in percentages

R + G + B =
70 + 75 + 66 = 211 (100%)
R 70 of 211 ~ 33.18%
G 75 of 211 ~ 35.55%
B 66 of 211 ~ 31.28%

%33.18
%35.55
%31.28

CMYK color model

#464B42 color CMYK value is (7,0,12,71).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 70.59%
CMYK:
(7,0,12,71)
C7M0Y12K71 
(7%,0%,12%,71%)
(0.07/0.00/0.12/0.71)	

CMYK percentages

%6.67
%0
%12
%70.59

Codes

Color #464B42 in popluar color models

464B42
RGB707566
HSL93°6.38%27.65%
HSB/HSV93°12.00%29.41%
CMYK6.67%0.00%12.00%
70.59%

Color #464B42 in popluar number systems.

HEX464B42
Decimal707566
Binary100011010010111000010
Octal106113102

Shades and tints

Shades of #464B42

#464B42
(70,75,66)
#40453C
(64,69,60)
#3A3F36
(58,63,54)
#343930
(52,57,48)
#2E332A
(46,51,42)
#282D24
(40,45,36)
#22271E
(34,39,30)
#1C2118
(28,33,24)
#161B12
(22,27,18)
#10150C
(16,21,12)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #464B42

#464B42
(70,75,66)
#565B53
(86,91,83)
#666B64
(102,107,100)
#767B75
(118,123,117)
#868B86
(134,139,134)
#969B97
(150,155,151)
#A6ABA8
(166,171,168)
#B6BBB9
(182,187,185)
#C6CBCA
(198,203,202)
#D6DBDB
(214,219,219)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464B42; }

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

This text font color is #464B42.


Background Color

.myBgColor { background-color: #464B42; }

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

This div background color is #464B42.


Border color

.myBorderColor { border: 1px solid #464B42; }

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

This div border color is #464B42.


Opacity

.myOpacity80 { color: #464B42; opacity: 0.8; }

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

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

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

This text has shadow with #464B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B42 on black background.


Color preview on white background

This text has color #464B42 on white background.



Black color preview on #464B42 background

This text has black color on #464B42 background.


White color preview on #464B42 background

This text has white color on #464B42 background.