COLOR #424161

HEX: #424161
RGB: (66,65,97)

Color info

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

RGB color model

#424161 color RGB value is (66,65,97).

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

RGB channels and saturation

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

66
65
97

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

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 97 = 228 (100%)
R 66 of 228 ~ 28.95%
G 65 of 228 ~ 28.51%
B 97 of 228 ~ 42.54%

%28.95
%28.51
%42.54

CMYK color model

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

  • cyan value is 31.96%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,33,0,62)
C32M33Y0K62 
(32%,33%,0%,62%)
(0.32/0.33/0.00/0.62)	

CMYK percentages

%31.96
%32.99
%0
%61.96

Codes

Color #424161 in popluar color models

424161
RGB666597
HSL242°19.75%31.76%
HSB/HSV242°32.99%38.04%
CMYK31.96%32.99%0.00%
61.96%

Color #424161 in popluar number systems.

HEX424161
Decimal666597
Binary100001010000011100001
Octal102101141

Shades and tints

Shades of #424161

#424161
(66,65,97)
#3C3C59
(60,60,89)
#363751
(54,55,81)
#303249
(48,50,73)
#2A2D41
(42,45,65)
#242839
(36,40,57)
#1E2331
(30,35,49)
#181E29
(24,30,41)
#121921
(18,25,33)
#0C1419
(12,20,25)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #424161

#424161
(66,65,97)
#53526F
(83,82,111)
#64637D
(100,99,125)
#75748B
(117,116,139)
#868599
(134,133,153)
#9796A7
(151,150,167)
#A8A7B5
(168,167,181)
#B9B8C3
(185,184,195)
#CAC9D1
(202,201,209)
#DBDADF
(219,218,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424161; }

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

This text font color is #424161.


Background Color

.myBgColor { background-color: #424161; }

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

This div background color is #424161.


Border color

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

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

This div border color is #424161.


Opacity

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

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

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

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

This text has shadow with #424161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424161 on black background.


Color preview on white background

This text has color #424161 on white background.



Black color preview on #424161 background

This text has black color on #424161 background.


White color preview on #424161 background

This text has white color on #424161 background.