COLOR #464F3F

HEX: #464F3F
RGB: (70,79,63)

Color info

#464F3F contains red, green and blue colors in about the same proportion. Web safe color of #464F3F is #336633 (or #363).

RGB color model

#464F3F color RGB value is (70,79,63).

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

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 63 of 255 = 25%

70
79
63

R + G + B ~ 28%. #464F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 63 = 212 (100%)
R 70 of 212 ~ 33.02%
G 79 of 212 ~ 37.26%
B 63 of 212 ~ 29.72%

%33.02
%37.26
%29.72

CMYK color model

#464F3F color CMYK value is (11,0,20,69).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(11,0,20,69)
C11M0Y20K69 
(11%,0%,20%,69%)
(0.11/0.00/0.20/0.69)	

CMYK percentages

%11.39
%0
%20.25
%69.02

Codes

Color #464F3F in popluar color models

464F3F
RGB707963
HSL94°11.27%27.84%
HSB/HSV94°20.25%30.98%
CMYK11.39%0.00%20.25%
69.02%

Color #464F3F in popluar number systems.

HEX464F3F
Decimal707963
Binary10001101001111111111
Octal10611777

Shades and tints

Shades of #464F3F

#464F3F
(70,79,63)
#40483A
(64,72,58)
#3A4135
(58,65,53)
#343A30
(52,58,48)
#2E332B
(46,51,43)
#282C26
(40,44,38)
#222521
(34,37,33)
#1C1E1C
(28,30,28)
#161717
(22,23,23)
#101012
(16,16,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #464F3F

#464F3F
(70,79,63)
#565F50
(86,95,80)
#666F61
(102,111,97)
#767F72
(118,127,114)
#868F83
(134,143,131)
#969F94
(150,159,148)
#A6AFA5
(166,175,165)
#B6BFB6
(182,191,182)
#C6CFC7
(198,207,199)
#D6DFD8
(214,223,216)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F3F; }

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

This text font color is #464F3F.


Background Color

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

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

This div background color is #464F3F.


Border color

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

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

This div border color is #464F3F.


Opacity

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

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

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

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

This text has shadow with #464F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F3F on black background.


Color preview on white background

This text has color #464F3F on white background.



Black color preview on #464F3F background

This text has black color on #464F3F background.


White color preview on #464F3F background

This text has white color on #464F3F background.