COLOR #464347

HEX: #464347
RGB: (70,67,71)

Color info

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

RGB color model

#464347 color RGB value is (70,67,71).

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

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 71 of 255 = 28%

70
67
71

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 71 = 208 (100%)
R 70 of 208 ~ 33.65%
G 67 of 208 ~ 32.21%
B 71 of 208 ~ 34.13%

%33.65
%32.21
%34.13

CMYK color model

#464347 color CMYK value is (1,6,0,72).

  • cyan value is 1.41%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(1,6,0,72)
C1M6Y0K72 
(1%,6%,0%,72%)
(0.01/0.06/0.00/0.72)	

CMYK percentages

%1.41
%5.63
%0
%72.16

Codes

Color #464347 in popluar color models

464347
RGB706771
HSL285°2.90%27.06%
HSB/HSV285°5.63%27.84%
CMYK1.41%5.63%0.00%
72.16%

Color #464347 in popluar number systems.

HEX464347
Decimal706771
Binary100011010000111000111
Octal106103107

Shades and tints

Shades of #464347

#464347
(70,67,71)
#403D41
(64,61,65)
#3A373B
(58,55,59)
#343135
(52,49,53)
#2E2B2F
(46,43,47)
#282529
(40,37,41)
#221F23
(34,31,35)
#1C191D
(28,25,29)
#161317
(22,19,23)
#100D11
(16,13,17)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #464347

#464347
(70,67,71)
#565457
(86,84,87)
#666567
(102,101,103)
#767677
(118,118,119)
#868787
(134,135,135)
#969897
(150,152,151)
#A6A9A7
(166,169,167)
#B6BAB7
(182,186,183)
#C6CBC7
(198,203,199)
#D6DCD7
(214,220,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464347; }

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

This text font color is #464347.


Background Color

.myBgColor { background-color: #464347; }

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

This div background color is #464347.


Border color

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

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

This div border color is #464347.


Opacity

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

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

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

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

This text has shadow with #464347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464347 on black background.


Color preview on white background

This text has color #464347 on white background.



Black color preview on #464347 background

This text has black color on #464347 background.


White color preview on #464347 background

This text has white color on #464347 background.