COLOR #424261

HEX: #424261 RGB: (66,66,97)

Color info

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

RGB color model

#424261 color RGB value is (66,66,97).

RGB: (66,66,97) (26%, 26%, 38%)

RGB channels and saturation

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

66
66
97

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

Portions of RGB colors in percentages

R + G + B = 66 + 66 + 97 = 229 (100%)
R 66 of 229 ~ 28.82%
G 66 of 229 ~ 28.82%
B 97 of 229 ~ 42.36'%

%28.82
%28.82
%42.36

CMYK color model

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

  • cyan value is 31.96%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (32,32,0,62)
C32M32Y0K62 (32%, 32%, 0%, 62%)
(0.32 / 0.32 / 0.00 / 0.62)

CMYK percentages

%31.96
%31.96
%0
%61.96

Codes

Color #424261 in popluar color models

42 42 61
RGB 66 66 97
HSL 240° 19.02% 31.96%
HSB/HSV 240° 31.96% 38.04%
CMYK 31.96% 31.96% 0.00%
61.96%

Color #424261 in popluar number systems.

HEX 42 42 61
Decimal 66 66 97
Binary 1000010 1000010 1100001
Octal 102 102 141

Shades and tints

Shades of #424261

#424261
(66,66,97)
#3C3C59
(60,60,89)
#363651
(54,54,81)
#303049
(48,48,73)
#2A2A41
(42,42,65)
#242439
(36,36,57)
#1E1E31
(30,30,49)
#181829
(24,24,41)
#121221
(18,18,33)
#0C0C19
(12,12,25)
#060611
(6,6,17)
#000000
(0,0,0)

Tints of #424261

#424261
(66,66,97)
#53536F
(83,83,111)
#64647D
(100,100,125)
#75758B
(117,117,139)
#868699
(134,134,153)
#9797A7
(151,151,167)
#A8A8B5
(168,168,181)
#B9B9C3
(185,185,195)
#CACAD1
(202,202,209)
#DBDBDF
(219,219,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424261; }

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

This text font color is #424261.

Background Color

.myBgColor { background-color: #424261; }

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

This div background color is #424261.

Border color

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

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

This div border color is #424261.

Opacity

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

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

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

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

This text has shadow with #424261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424261.

Preview

Color preview on black background

This text has color #424261 on black background.


Color preview on white background

This text has color #424261 on white background.


Black color preview on #424261 background

This text has black color on #424261 background.


White color preview on #424261 background

This text has white color on #424261 background.


Related colors

Complementary color

Complementary color for #hex is #BDBD9E.


I love getcolorcode.com