COLOR #464345

HEX: #464345
RGB: (70,67,69)

Color info

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

RGB color model

#464345 color RGB value is (70,67,69).

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

RGB channels and saturation

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

70
67
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 69 = 206 (100%)
R 70 of 206 ~ 33.98%
G 67 of 206 ~ 32.52%
B 69 of 206 ~ 33.5%

%33.98
%32.52
%33.5

CMYK color model

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

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

CMYK percentages

%0
%4.29
%1.43
%72.55

Codes

Color #464345 in popluar color models

464345
RGB706769
HSL320°2.19%26.86%
HSB/HSV320°4.29%27.45%
CMYK0.00%4.29%1.43%
72.55%

Color #464345 in popluar number systems.

HEX464345
Decimal706769
Binary100011010000111000101
Octal106103105

Shades and tints

Shades of #464345

#464345
(70,67,69)
#403D3F
(64,61,63)
#3A3739
(58,55,57)
#343133
(52,49,51)
#2E2B2D
(46,43,45)
#282527
(40,37,39)
#221F21
(34,31,33)
#1C191B
(28,25,27)
#161315
(22,19,21)
#100D0F
(16,13,15)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #464345

#464345
(70,67,69)
#565455
(86,84,85)
#666565
(102,101,101)
#767675
(118,118,117)
#868785
(134,135,133)
#969895
(150,152,149)
#A6A9A5
(166,169,165)
#B6BAB5
(182,186,181)
#C6CBC5
(198,203,197)
#D6DCD5
(214,220,213)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464345; }

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

This text font color is #464345.


Background Color

.myBgColor { background-color: #464345; }

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

This div background color is #464345.


Border color

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

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

This div border color is #464345.


Opacity

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

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

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

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

This text has shadow with #464345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464345 on black background.


Color preview on white background

This text has color #464345 on white background.



Black color preview on #464345 background

This text has black color on #464345 background.


White color preview on #464345 background

This text has white color on #464345 background.