COLOR #424345

HEX: #424345
RGB: (66,67,69)

Color info

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

RGB color model

#424345 color RGB value is (66,67,69).

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

RGB channels and saturation

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

66
67
69

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 69 = 202 (100%)
R 66 of 202 ~ 32.67%
G 67 of 202 ~ 33.17%
B 69 of 202 ~ 34.16%

%32.67
%33.17
%34.16

CMYK color model

#424345 color CMYK value is (4,3,0,73).

  • cyan value is 4.35%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(4,3,0,73)
C4M3Y0K73 
(4%,3%,0%,73%)
(0.04/0.03/0.00/0.73)	

CMYK percentages

%4.35
%2.9
%0
%72.94

Codes

Color #424345 in popluar color models

424345
RGB666769
HSL220°2.22%26.47%
HSB/HSV220°4.35%27.06%
CMYK4.35%2.90%0.00%
72.94%

Color #424345 in popluar number systems.

HEX424345
Decimal666769
Binary100001010000111000101
Octal102103105

Shades and tints

Shades of #424345

#424345
(66,67,69)
#3C3D3F
(60,61,63)
#363739
(54,55,57)
#303133
(48,49,51)
#2A2B2D
(42,43,45)
#242527
(36,37,39)
#1E1F21
(30,31,33)
#18191B
(24,25,27)
#121315
(18,19,21)
#0C0D0F
(12,13,15)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #424345

#424345
(66,67,69)
#535455
(83,84,85)
#646565
(100,101,101)
#757675
(117,118,117)
#868785
(134,135,133)
#979895
(151,152,149)
#A8A9A5
(168,169,165)
#B9BAB5
(185,186,181)
#CACBC5
(202,203,197)
#DBDCD5
(219,220,213)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424345; }

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

This text font color is #424345.


Background Color

.myBgColor { background-color: #424345; }

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

This div background color is #424345.


Border color

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

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

This div border color is #424345.


Opacity

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

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

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

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

This text has shadow with #424345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424345 on black background.


Color preview on white background

This text has color #424345 on white background.



Black color preview on #424345 background

This text has black color on #424345 background.


White color preview on #424345 background

This text has white color on #424345 background.