COLOR #464145

HEX: #464145
RGB: (70,65,69)

Color info

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

RGB color model

#464145 color RGB value is (70,65,69).

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

RGB channels and saturation

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

70
65
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 69 = 204 (100%)
R 70 of 204 ~ 34.31%
G 65 of 204 ~ 31.86%
B 69 of 204 ~ 33.82%

%34.31
%31.86
%33.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 1.43%
  • key color value is 72.55%
CMYK:
(0,7,1,73)
C0M7Y1K73 
(0%,7%,1%,73%)
(0.00/0.07/0.01/0.73)	

CMYK percentages

%0
%7.14
%1.43
%72.55

Codes

Color #464145 in popluar color models

464145
RGB706569
HSL312°3.70%26.47%
HSB/HSV312°7.14%27.45%
CMYK0.00%7.14%1.43%
72.55%

Color #464145 in popluar number systems.

HEX464145
Decimal706569
Binary100011010000011000101
Octal106101105

Shades and tints

Shades of #464145

#464145
(70,65,69)
#403C3F
(64,60,63)
#3A3739
(58,55,57)
#343233
(52,50,51)
#2E2D2D
(46,45,45)
#282827
(40,40,39)
#222321
(34,35,33)
#1C1E1B
(28,30,27)
#161915
(22,25,21)
#10140F
(16,20,15)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #464145

#464145
(70,65,69)
#565255
(86,82,85)
#666365
(102,99,101)
#767475
(118,116,117)
#868585
(134,133,133)
#969695
(150,150,149)
#A6A7A5
(166,167,165)
#B6B8B5
(182,184,181)
#C6C9C5
(198,201,197)
#D6DAD5
(214,218,213)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464145; }

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

This text font color is #464145.


Background Color

.myBgColor { background-color: #464145; }

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

This div background color is #464145.


Border color

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

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

This div border color is #464145.


Opacity

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

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

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

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

This text has shadow with #464145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464145 on black background.


Color preview on white background

This text has color #464145 on white background.



Black color preview on #464145 background

This text has black color on #464145 background.


White color preview on #464145 background

This text has white color on #464145 background.