COLOR #464044

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
64
68

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

Portions of RGB colors in percentages

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

%34.65
%31.68
%33.66

CMYK color model

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

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

CMYK percentages

%0
%8.57
%2.86
%72.55

Codes

Color #464044 in popluar color models

464044
RGB706468
HSL320°4.48%26.27%
HSB/HSV320°8.57%27.45%
CMYK0.00%8.57%2.86%
72.55%

Color #464044 in popluar number systems.

HEX464044
Decimal706468
Binary100011010000001000100
Octal106100104

Shades and tints

Shades of #464044

#464044
(70,64,68)
#403B3E
(64,59,62)
#3A3638
(58,54,56)
#343132
(52,49,50)
#2E2C2C
(46,44,44)
#282726
(40,39,38)
#222220
(34,34,32)
#1C1D1A
(28,29,26)
#161814
(22,24,20)
#10130E
(16,19,14)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #464044

#464044
(70,64,68)
#565155
(86,81,85)
#666266
(102,98,102)
#767377
(118,115,119)
#868488
(134,132,136)
#969599
(150,149,153)
#A6A6AA
(166,166,170)
#B6B7BB
(182,183,187)
#C6C8CC
(198,200,204)
#D6D9DD
(214,217,221)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464044; }

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

This text font color is #464044.


Background Color

.myBgColor { background-color: #464044; }

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

This div background color is #464044.


Border color

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

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

This div border color is #464044.


Opacity

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

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

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

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

This text has shadow with #464044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464044 on black background.


Color preview on white background

This text has color #464044 on white background.



Black color preview on #464044 background

This text has black color on #464044 background.


White color preview on #464044 background

This text has white color on #464044 background.