COLOR #464D3F

HEX: #464D3F
RGB: (70,77,63)

Color info

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

RGB color model

#464D3F color RGB value is (70,77,63).

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

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 63 of 255 = 25%

70
77
63

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

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 63 = 210 (100%)
R 70 of 210 ~ 33.33%
G 77 of 210 ~ 36.67%
B 63 of 210 ~ 30%

%33.33
%36.67
%30

CMYK color model

#464D3F color CMYK value is (9,0,18,70).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(9,0,18,70)
C9M0Y18K70 
(9%,0%,18%,70%)
(0.09/0.00/0.18/0.70)	

CMYK percentages

%9.09
%0
%18.18
%69.8

Codes

Color #464D3F in popluar color models

464D3F
RGB707763
HSL90°10.00%27.45%
HSB/HSV90°18.18%30.20%
CMYK9.09%0.00%18.18%
69.80%

Color #464D3F in popluar number systems.

HEX464D3F
Decimal707763
Binary10001101001101111111
Octal10611577

Shades and tints

Shades of #464D3F

#464D3F
(70,77,63)
#40463A
(64,70,58)
#3A3F35
(58,63,53)
#343830
(52,56,48)
#2E312B
(46,49,43)
#282A26
(40,42,38)
#222321
(34,35,33)
#1C1C1C
(28,28,28)
#161517
(22,21,23)
#100E12
(16,14,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #464D3F

#464D3F
(70,77,63)
#565D50
(86,93,80)
#666D61
(102,109,97)
#767D72
(118,125,114)
#868D83
(134,141,131)
#969D94
(150,157,148)
#A6ADA5
(166,173,165)
#B6BDB6
(182,189,182)
#C6CDC7
(198,205,199)
#D6DDD8
(214,221,216)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D3F color. Also use rgb(70,77,63) instead hex code.

Text Font Color

.myTextColor { color: #464D3F; }

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

This text font color is #464D3F.


Background Color

.myBgColor { background-color: #464D3F; }

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

This div background color is #464D3F.


Border color

.myBorderColor { border: 1px solid #464D3F; }

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

This div border color is #464D3F.


Opacity

.myOpacity80 { color: #464D3F; opacity: 0.8; }

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

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

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

This text has shadow with #464D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D3F on black background.


Color preview on white background

This text has color #464D3F on white background.



Black color preview on #464D3F background

This text has black color on #464D3F background.


White color preview on #464D3F background

This text has white color on #464D3F background.