COLOR #464346

HEX: #464346
RGB: (70,67,70)

Color info

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

RGB color model

#464346 color RGB value is (70,67,70).

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

RGB channels and saturation

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

70
67
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 70 = 207 (100%)
R 70 of 207 ~ 33.82%
G 67 of 207 ~ 32.37%
B 70 of 207 ~ 33.82%

%33.82
%32.37
%33.82

CMYK color model

#464346 color CMYK value is (0,4,0,73).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(0,4,0,73)
C0M4Y0K73 
(0%,4%,0%,73%)
(0.00/0.04/0.00/0.73)	

CMYK percentages

%0
%4.29
%0
%72.55

Codes

Color #464346 in popluar color models

464346
RGB706770
HSL300°2.19%26.86%
HSB/HSV300°4.29%27.45%
CMYK0.00%4.29%0.00%
72.55%

Color #464346 in popluar number systems.

HEX464346
Decimal706770
Binary100011010000111000110
Octal106103106

Shades and tints

Shades of #464346

#464346
(70,67,70)
#403D40
(64,61,64)
#3A373A
(58,55,58)
#343134
(52,49,52)
#2E2B2E
(46,43,46)
#282528
(40,37,40)
#221F22
(34,31,34)
#1C191C
(28,25,28)
#161316
(22,19,22)
#100D10
(16,13,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #464346

#464346
(70,67,70)
#565456
(86,84,86)
#666566
(102,101,102)
#767676
(118,118,118)
#868786
(134,135,134)
#969896
(150,152,150)
#A6A9A6
(166,169,166)
#B6BAB6
(182,186,182)
#C6CBC6
(198,203,198)
#D6DCD6
(214,220,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464346; }

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

This text font color is #464346.


Background Color

.myBgColor { background-color: #464346; }

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

This div background color is #464346.


Border color

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

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

This div border color is #464346.


Opacity

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

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

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

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

This text has shadow with #464346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464346 on black background.


Color preview on white background

This text has color #464346 on white background.



Black color preview on #464346 background

This text has black color on #464346 background.


White color preview on #464346 background

This text has white color on #464346 background.