COLOR #46434D

HEX: #46434D
RGB: (70,67,77)

Color info

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

RGB color model

#46434D color RGB value is (70,67,77).

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

RGB channels and saturation

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

70
67
77

R + G + B ~ 28%. #46434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 77 = 214 (100%)
R 70 of 214 ~ 32.71%
G 67 of 214 ~ 31.31%
B 77 of 214 ~ 35.98%

%32.71
%31.31
%35.98

CMYK color model

#46434D color CMYK value is (9,13,0,70).

  • cyan value is 9.09%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(9,13,0,70)
C9M13Y0K70 
(9%,13%,0%,70%)
(0.09/0.13/0.00/0.70)	

CMYK percentages

%9.09
%12.99
%0
%69.8

Codes

Color #46434D in popluar color models

46434D
RGB706777
HSL258°6.94%28.24%
HSB/HSV258°12.99%30.20%
CMYK9.09%12.99%0.00%
69.80%

Color #46434D in popluar number systems.

HEX46434D
Decimal706777
Binary100011010000111001101
Octal106103115

Shades and tints

Shades of #46434D

#46434D
(70,67,77)
#403D46
(64,61,70)
#3A373F
(58,55,63)
#343138
(52,49,56)
#2E2B31
(46,43,49)
#28252A
(40,37,42)
#221F23
(34,31,35)
#1C191C
(28,25,28)
#161315
(22,19,21)
#100D0E
(16,13,14)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #46434D

#46434D
(70,67,77)
#56545D
(86,84,93)
#66656D
(102,101,109)
#76767D
(118,118,125)
#86878D
(134,135,141)
#96989D
(150,152,157)
#A6A9AD
(166,169,173)
#B6BABD
(182,186,189)
#C6CBCD
(198,203,205)
#D6DCDD
(214,220,221)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46434D; }

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

This text font color is #46434D.


Background Color

.myBgColor { background-color: #46434D; }

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

This div background color is #46434D.


Border color

.myBorderColor { border: 1px solid #46434D; }

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

This div border color is #46434D.


Opacity

.myOpacity80 { color: #46434D; opacity: 0.8; }

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

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

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

This text has shadow with #46434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46434D on black background.


Color preview on white background

This text has color #46434D on white background.



Black color preview on #46434D background

This text has black color on #46434D background.


White color preview on #46434D background

This text has white color on #46434D background.