COLOR #424645

HEX: #424645 RGB: (66,70,69)

Color info

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

RGB color model

#424645 color RGB value is (66,70,69).

RGB: (66,70,69) (26%, 27%, 27%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 69 of 255 = 27%

66
70
69

R + G + B ~ 27%. #424645 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 70 + 69 = 205 (100%)
R 66 of 205 ~ 32.2%
G 70 of 205 ~ 34.15%
B 69 of 205 ~ 33.66'%

%32.2
%34.15
%33.66

CMYK color model

#424645 color CMYK value is (6,0,1,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 72.55%
CMYK: (6,0,1,73) C6M0Y1K73 (6%,0%,1%,73%) (0.06/0.00/0.01/0.73) 

CMYK percentages

%5.71
%0
%1.43
%72.55

Codes

Color #424645 in popluar color models

42 46 45
RGB 66 70 69
HSL 165° 2.94% 26.67%
HSB/HSV 165° 5.71% 27.45%
CMYK 5.71% 0.00% 1.43%
72.55%

Color #424645 in popluar number systems.

HEX 42 46 45
Decimal 66 70 69
Binary 1000010 1000110 1000101
Octal 102 106 105

Shades and tints

Shades of #424645

#424645
(66,70,69)
#3C403F
(60,64,63)
#363A39
(54,58,57)
#303433
(48,52,51)
#2A2E2D
(42,46,45)
#242827
(36,40,39)
#1E2221
(30,34,33)
#181C1B
(24,28,27)
#121615
(18,22,21)
#0C100F
(12,16,15)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #424645

#424645
(66,70,69)
#535655
(83,86,85)
#646665
(100,102,101)
#757675
(117,118,117)
#868685
(134,134,133)
#979695
(151,150,149)
#A8A6A5
(168,166,165)
#B9B6B5
(185,182,181)
#CAC6C5
(202,198,197)
#DBD6D5
(219,214,213)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424645; }

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

This text font color is #424645.

Background Color

.myBgColor { background-color: #424645; }

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

This div background color is #424645.

Border color

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

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

This div border color is #424645.

Opacity

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

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

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

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

This text has shadow with #424645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424645.

Preview

Color preview on black background

This text has color #424645 on black background.


Color preview on white background

This text has color #424645 on white background.


Black color preview on #424645 background

This text has black color on #424645 background.


White color preview on #424645 background

This text has white color on #424645 background.


Related colors

Complementary color

Complementary color for #hex is #BDB9BA.


I love getcolorcode.com

Triadic colors

1 #454246 and #464542 with #424645 are triadic colors.

2 #454642 and #464245 with #424645 are triadic colors.