COLOR #424546

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
69
70

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

Portions of RGB colors in percentages

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

%32.2
%33.66
%34.15

CMYK color model

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

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

CMYK percentages

%5.71
%1.43
%0
%72.55

Codes

Color #424546 in popluar color models

424546
RGB666970
HSL195°2.94%26.67%
HSB/HSV195°5.71%27.45%
CMYK5.71%1.43%0.00%
72.55%

Color #424546 in popluar number systems.

HEX424546
Decimal666970
Binary100001010001011000110
Octal102105106

Shades and tints

Shades of #424546

#424546
(66,69,70)
#3C3F40
(60,63,64)
#36393A
(54,57,58)
#303334
(48,51,52)
#2A2D2E
(42,45,46)
#242728
(36,39,40)
#1E2122
(30,33,34)
#181B1C
(24,27,28)
#121516
(18,21,22)
#0C0F10
(12,15,16)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #424546

#424546
(66,69,70)
#535556
(83,85,86)
#646566
(100,101,102)
#757576
(117,117,118)
#868586
(134,133,134)
#979596
(151,149,150)
#A8A5A6
(168,165,166)
#B9B5B6
(185,181,182)
#CAC5C6
(202,197,198)
#DBD5D6
(219,213,214)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424546; }

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

This text font color is #424546.


Background Color

.myBgColor { background-color: #424546; }

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

This div background color is #424546.


Border color

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

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

This div border color is #424546.


Opacity

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

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

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

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

This text has shadow with #424546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424546 on black background.


Color preview on white background

This text has color #424546 on white background.



Black color preview on #424546 background

This text has black color on #424546 background.


White color preview on #424546 background

This text has white color on #424546 background.