COLOR #464546

HEX: #464546
RGB: (70,69,70)

Color info

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

RGB color model

#464546 color RGB value is (70,69,70).

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

RGB channels and saturation

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

70
69
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 70 = 209 (100%)
R 70 of 209 ~ 33.49%
G 69 of 209 ~ 33.01%
B 70 of 209 ~ 33.49%

%33.49
%33.01
%33.49

CMYK color model

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

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

CMYK percentages

%0
%1.43
%0
%72.55

Codes

Color #464546 in popluar color models

464546
RGB706970
HSL300°0.72%27.25%
HSB/HSV300°1.43%27.45%
CMYK0.00%1.43%0.00%
72.55%

Color #464546 in popluar number systems.

HEX464546
Decimal706970
Binary100011010001011000110
Octal106105106

Shades and tints

Shades of #464546

#464546
(70,69,70)
#403F40
(64,63,64)
#3A393A
(58,57,58)
#343334
(52,51,52)
#2E2D2E
(46,45,46)
#282728
(40,39,40)
#222122
(34,33,34)
#1C1B1C
(28,27,28)
#161516
(22,21,22)
#100F10
(16,15,16)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #464546

#464546
(70,69,70)
#565556
(86,85,86)
#666566
(102,101,102)
#767576
(118,117,118)
#868586
(134,133,134)
#969596
(150,149,150)
#A6A5A6
(166,165,166)
#B6B5B6
(182,181,182)
#C6C5C6
(198,197,198)
#D6D5D6
(214,213,214)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464546; }

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

This text font color is #464546.


Background Color

.myBgColor { background-color: #464546; }

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

This div background color is #464546.


Border color

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

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

This div border color is #464546.


Opacity

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

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

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

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

This text has shadow with #464546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464546 on black background.


Color preview on white background

This text has color #464546 on white background.



Black color preview on #464546 background

This text has black color on #464546 background.


White color preview on #464546 background

This text has white color on #464546 background.