COLOR #424346

HEX: #424346
RGB: (66,67,70)

Color info

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

RGB color model

#424346 color RGB value is (66,67,70).

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

RGB channels and saturation

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

66
67
70

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 70 = 203 (100%)
R 66 of 203 ~ 32.51%
G 67 of 203 ~ 33%
B 70 of 203 ~ 34.48%

%32.51
%33
%34.48

CMYK color model

#424346 color CMYK value is (6,4,0,73).

  • cyan value is 5.71%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(6,4,0,73)
C6M4Y0K73 
(6%,4%,0%,73%)
(0.06/0.04/0.00/0.73)	

CMYK percentages

%5.71
%4.29
%0
%72.55

Codes

Color #424346 in popluar color models

424346
RGB666770
HSL225°2.94%26.67%
HSB/HSV225°5.71%27.45%
CMYK5.71%4.29%0.00%
72.55%

Color #424346 in popluar number systems.

HEX424346
Decimal666770
Binary100001010000111000110
Octal102103106

Shades and tints

Shades of #424346

#424346
(66,67,70)
#3C3D40
(60,61,64)
#36373A
(54,55,58)
#303134
(48,49,52)
#2A2B2E
(42,43,46)
#242528
(36,37,40)
#1E1F22
(30,31,34)
#18191C
(24,25,28)
#121316
(18,19,22)
#0C0D10
(12,13,16)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #424346

#424346
(66,67,70)
#535456
(83,84,86)
#646566
(100,101,102)
#757676
(117,118,118)
#868786
(134,135,134)
#979896
(151,152,150)
#A8A9A6
(168,169,166)
#B9BAB6
(185,186,182)
#CACBC6
(202,203,198)
#DBDCD6
(219,220,214)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424346; }

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

This text font color is #424346.


Background Color

.myBgColor { background-color: #424346; }

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

This div background color is #424346.


Border color

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

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

This div border color is #424346.


Opacity

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

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

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

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

This text has shadow with #424346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424346 on black background.


Color preview on white background

This text has color #424346 on white background.



Black color preview on #424346 background

This text has black color on #424346 background.


White color preview on #424346 background

This text has white color on #424346 background.