COLOR #464440

HEX: #464440
RGB: (70,68,64)

Color info

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

RGB color model

#464440 color RGB value is (70,68,64).

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

RGB channels and saturation

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

70
68
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 64 = 202 (100%)
R 70 of 202 ~ 34.65%
G 68 of 202 ~ 33.66%
B 64 of 202 ~ 31.68%

%34.65
%33.66
%31.68

CMYK color model

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

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

CMYK percentages

%0
%2.86
%8.57
%72.55

Codes

Color #464440 in popluar color models

464440
RGB706864
HSL40°4.48%26.27%
HSB/HSV40°8.57%27.45%
CMYK0.00%2.86%8.57%
72.55%

Color #464440 in popluar number systems.

HEX464440
Decimal706864
Binary100011010001001000000
Octal106104100

Shades and tints

Shades of #464440

#464440
(70,68,64)
#403E3B
(64,62,59)
#3A3836
(58,56,54)
#343231
(52,50,49)
#2E2C2C
(46,44,44)
#282627
(40,38,39)
#222022
(34,32,34)
#1C1A1D
(28,26,29)
#161418
(22,20,24)
#100E13
(16,14,19)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #464440

#464440
(70,68,64)
#565551
(86,85,81)
#666662
(102,102,98)
#767773
(118,119,115)
#868884
(134,136,132)
#969995
(150,153,149)
#A6AAA6
(166,170,166)
#B6BBB7
(182,187,183)
#C6CCC8
(198,204,200)
#D6DDD9
(214,221,217)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464440; }

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

This text font color is #464440.


Background Color

.myBgColor { background-color: #464440; }

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

This div background color is #464440.


Border color

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

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

This div border color is #464440.


Opacity

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

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

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

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

This text has shadow with #464440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464440 on black background.


Color preview on white background

This text has color #464440 on white background.



Black color preview on #464440 background

This text has black color on #464440 background.


White color preview on #464440 background

This text has white color on #464440 background.