COLOR #464046

HEX: #464046
RGB: (70,64,70)

Color info

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

RGB color model

#464046 color RGB value is (70,64,70).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 70 of 255 = 27%

70
64
70

R + G + B ~ 26%. #464046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 70 = 204 (100%)
R 70 of 204 ~ 34.31%
G 64 of 204 ~ 31.37%
B 70 of 204 ~ 34.31%

%34.31
%31.37
%34.31

CMYK color model

#464046 color CMYK value is (0,9,0,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(0,9,0,73)
C0M9Y0K73 
(0%,9%,0%,73%)
(0.00/0.09/0.00/0.73)	

CMYK percentages

%0
%8.57
%0
%72.55

Codes

Color #464046 in popluar color models

464046
RGB706470
HSL300°4.48%26.27%
HSB/HSV300°8.57%27.45%
CMYK0.00%8.57%0.00%
72.55%

Color #464046 in popluar number systems.

HEX464046
Decimal706470
Binary100011010000001000110
Octal106100106

Shades and tints

Shades of #464046

#464046
(70,64,70)
#403B40
(64,59,64)
#3A363A
(58,54,58)
#343134
(52,49,52)
#2E2C2E
(46,44,46)
#282728
(40,39,40)
#222222
(34,34,34)
#1C1D1C
(28,29,28)
#161816
(22,24,22)
#101310
(16,19,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #464046

#464046
(70,64,70)
#565156
(86,81,86)
#666266
(102,98,102)
#767376
(118,115,118)
#868486
(134,132,134)
#969596
(150,149,150)
#A6A6A6
(166,166,166)
#B6B7B6
(182,183,182)
#C6C8C6
(198,200,198)
#D6D9D6
(214,217,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464046; }

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

This text font color is #464046.


Background Color

.myBgColor { background-color: #464046; }

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

This div background color is #464046.


Border color

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

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

This div border color is #464046.


Opacity

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

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

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

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

This text has shadow with #464046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464046 on black background.


Color preview on white background

This text has color #464046 on white background.



Black color preview on #464046 background

This text has black color on #464046 background.


White color preview on #464046 background

This text has white color on #464046 background.