COLOR #424151

HEX: #424151
RGB: (66,65,81)

Color info

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

RGB color model

#424151 color RGB value is (66,65,81).

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

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 81 of 255 = 32%

66
65
81

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

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 81 = 212 (100%)
R 66 of 212 ~ 31.13%
G 65 of 212 ~ 30.66%
B 81 of 212 ~ 38.21%

%31.13
%30.66
%38.21

CMYK color model

#424151 color CMYK value is (19,20,0,68).

  • cyan value is 18.52%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(19,20,0,68)
C19M20Y0K68 
(19%,20%,0%,68%)
(0.19/0.20/0.00/0.68)	

CMYK percentages

%18.52
%19.75
%0
%68.24

Codes

Color #424151 in popluar color models

424151
RGB666581
HSL244°10.96%28.63%
HSB/HSV244°19.75%31.76%
CMYK18.52%19.75%0.00%
68.24%

Color #424151 in popluar number systems.

HEX424151
Decimal666581
Binary100001010000011010001
Octal102101121

Shades and tints

Shades of #424151

#424151
(66,65,81)
#3C3C4A
(60,60,74)
#363743
(54,55,67)
#30323C
(48,50,60)
#2A2D35
(42,45,53)
#24282E
(36,40,46)
#1E2327
(30,35,39)
#181E20
(24,30,32)
#121919
(18,25,25)
#0C1412
(12,20,18)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #424151

#424151
(66,65,81)
#535260
(83,82,96)
#64636F
(100,99,111)
#75747E
(117,116,126)
#86858D
(134,133,141)
#97969C
(151,150,156)
#A8A7AB
(168,167,171)
#B9B8BA
(185,184,186)
#CAC9C9
(202,201,201)
#DBDAD8
(219,218,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424151; }

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

This text font color is #424151.


Background Color

.myBgColor { background-color: #424151; }

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

This div background color is #424151.


Border color

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

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

This div border color is #424151.


Opacity

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

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

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

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

This text has shadow with #424151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424151 on black background.


Color preview on white background

This text has color #424151 on white background.



Black color preview on #424151 background

This text has black color on #424151 background.


White color preview on #424151 background

This text has white color on #424151 background.