COLOR #424652

HEX: #424652
RGB: (66,70,82)

Color info

#424652 contains red, green and blue colors in about the same proportion. Web safe color of #424652 is #333366 (or #336).

RGB color model

#424652 color RGB value is (66,70,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 82 of 255 = 32%

66
70
82

R + G + B ~ 28%. #424652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 82 = 218 (100%)
R 66 of 218 ~ 30.28%
G 70 of 218 ~ 32.11%
B 82 of 218 ~ 37.61%

%30.28
%32.11
%37.61

CMYK color model

#424652 color CMYK value is (20,15,0,68).

  • cyan value is 19.51%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(20,15,0,68)
C20M15Y0K68 
(20%,15%,0%,68%)
(0.20/0.15/0.00/0.68)	

CMYK percentages

%19.51
%14.63
%0
%67.84

Codes

Color #424652 in popluar color models

424652
RGB667082
HSL225°10.81%29.02%
HSB/HSV225°19.51%32.16%
CMYK19.51%14.63%0.00%
67.84%

Color #424652 in popluar number systems.

HEX424652
Decimal667082
Binary100001010001101010010
Octal102106122

Shades and tints

Shades of #424652

#424652
(66,70,82)
#3C404B
(60,64,75)
#363A44
(54,58,68)
#30343D
(48,52,61)
#2A2E36
(42,46,54)
#24282F
(36,40,47)
#1E2228
(30,34,40)
#181C21
(24,28,33)
#12161A
(18,22,26)
#0C1013
(12,16,19)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #424652

#424652
(66,70,82)
#535661
(83,86,97)
#646670
(100,102,112)
#75767F
(117,118,127)
#86868E
(134,134,142)
#97969D
(151,150,157)
#A8A6AC
(168,166,172)
#B9B6BB
(185,182,187)
#CAC6CA
(202,198,202)
#DBD6D9
(219,214,217)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424652; }

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

This text font color is #424652.


Background Color

.myBgColor { background-color: #424652; }

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

This div background color is #424652.


Border color

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

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

This div border color is #424652.


Opacity

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

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

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

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

This text has shadow with #424652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424652 on black background.


Color preview on white background

This text has color #424652 on white background.



Black color preview on #424652 background

This text has black color on #424652 background.


White color preview on #424652 background

This text has white color on #424652 background.