COLOR #424661

HEX: #424661
RGB: (66,70,97)

Color info

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

RGB color model

#424661 color RGB value is (66,70,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 97 of 255 = 38%

66
70
97

R + G + B ~ 30%. #424661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 97 = 233 (100%)
R 66 of 233 ~ 28.33%
G 70 of 233 ~ 30.04%
B 97 of 233 ~ 41.63%

%28.33
%30.04
%41.63

CMYK color model

#424661 color CMYK value is (32,28,0,62).

  • cyan value is 31.96%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,28,0,62)
C32M28Y0K62 
(32%,28%,0%,62%)
(0.32/0.28/0.00/0.62)	

CMYK percentages

%31.96
%27.84
%0
%61.96

Codes

Color #424661 in popluar color models

424661
RGB667097
HSL232°19.02%31.96%
HSB/HSV232°31.96%38.04%
CMYK31.96%27.84%0.00%
61.96%

Color #424661 in popluar number systems.

HEX424661
Decimal667097
Binary100001010001101100001
Octal102106141

Shades and tints

Shades of #424661

#424661
(66,70,97)
#3C4059
(60,64,89)
#363A51
(54,58,81)
#303449
(48,52,73)
#2A2E41
(42,46,65)
#242839
(36,40,57)
#1E2231
(30,34,49)
#181C29
(24,28,41)
#121621
(18,22,33)
#0C1019
(12,16,25)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #424661

#424661
(66,70,97)
#53566F
(83,86,111)
#64667D
(100,102,125)
#75768B
(117,118,139)
#868699
(134,134,153)
#9796A7
(151,150,167)
#A8A6B5
(168,166,181)
#B9B6C3
(185,182,195)
#CAC6D1
(202,198,209)
#DBD6DF
(219,214,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424661; }

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

This text font color is #424661.


Background Color

.myBgColor { background-color: #424661; }

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

This div background color is #424661.


Border color

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

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

This div border color is #424661.


Opacity

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

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

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

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

This text has shadow with #424661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424661 on black background.


Color preview on white background

This text has color #424661 on white background.



Black color preview on #424661 background

This text has black color on #424661 background.


White color preview on #424661 background

This text has white color on #424661 background.