COLOR #464641

HEX: #464641 RGB: (70,70,65)

Color info

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

RGB color model

#464641 color RGB value is (70,70,65).

RGB: (70,70,65) (27%, 27%, 25%)

RGB channels and saturation

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

70
70
65

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

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 65 = 205 (100%)
R 70 of 205 ~ 34.15%
G 70 of 205 ~ 34.15%
B 65 of 205 ~ 31.71'%

%34.15
%34.15
%31.71

CMYK color model

#464641 color CMYK value is (0,0,7,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%

CMYK: (0,0,7,73)
C0M0Y7K73 (0%, 0%, 7%, 73%)
(0.00 / 0.00 / 0.07 / 0.73)

CMYK percentages

%0
%0
%7.14
%72.55

Codes

Color #464641 in popluar color models

46 46 41
RGB 70 70 65
HSL 60° 3.70% 26.47%
HSB/HSV 60° 7.14% 27.45%
CMYK 0.00% 0.00% 7.14%
72.55%

Color #464641 in popluar number systems.

HEX 46 46 41
Decimal 70 70 65
Binary 1000110 1000110 1000001
Octal 106 106 101

Shades and tints

Shades of #464641

#464641
(70,70,65)
#40403C
(64,64,60)
#3A3A37
(58,58,55)
#343432
(52,52,50)
#2E2E2D
(46,46,45)
#282828
(40,40,40)
#222223
(34,34,35)
#1C1C1E
(28,28,30)
#161619
(22,22,25)
#101014
(16,16,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #464641

#464641
(70,70,65)
#565652
(86,86,82)
#666663
(102,102,99)
#767674
(118,118,116)
#868685
(134,134,133)
#969696
(150,150,150)
#A6A6A7
(166,166,167)
#B6B6B8
(182,182,184)
#C6C6C9
(198,198,201)
#D6D6DA
(214,214,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464641; }

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

This text font color is #464641.

Background Color

.myBgColor { background-color: #464641; }

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

This div background color is #464641.

Border color

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

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

This div border color is #464641.

Opacity

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

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

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

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

This text has shadow with #464641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464641.

Preview

Color preview on black background

This text has color #464641 on black background.


Color preview on white background

This text has color #464641 on white background.


Black color preview on #464641 background

This text has black color on #464641 background.


White color preview on #464641 background

This text has white color on #464641 background.


Related colors

Complementary color

Complementary color for #hex is #B9B9BE.


I love getcolorcode.com