COLOR #424B40

HEX: #424B40
RGB: (66,75,64)

Color info

#424B40 contains red, green and blue colors in about the same proportion. Web safe color of #424B40 is #333333 (or #333).

RGB color model

#424B40 color RGB value is (66,75,64).

  • red value is 66;
  • green value is 75;
  • blue value is 64.
RGB:
(66,75,64)
(26%,29%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 64 of 255 = 25%

66
75
64

R + G + B ~ 27%. #424B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 64 = 205 (100%)
R 66 of 205 ~ 32.2%
G 75 of 205 ~ 36.59%
B 64 of 205 ~ 31.22%

%32.2
%36.59
%31.22

CMYK color model

#424B40 color CMYK value is (12,0,15,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK:
(12,0,15,71)
C12M0Y15K71 
(12%,0%,15%,71%)
(0.12/0.00/0.15/0.71)	

CMYK percentages

%12
%0
%14.67
%70.59

Codes

Color #424B40 in popluar color models

424B40
RGB667564
HSL109°7.91%27.25%
HSB/HSV109°14.67%29.41%
CMYK12.00%0.00%14.67%
70.59%

Color #424B40 in popluar number systems.

HEX424B40
Decimal667564
Binary100001010010111000000
Octal102113100

Shades and tints

Shades of #424B40

#424B40
(66,75,64)
#3C453B
(60,69,59)
#363F36
(54,63,54)
#303931
(48,57,49)
#2A332C
(42,51,44)
#242D27
(36,45,39)
#1E2722
(30,39,34)
#18211D
(24,33,29)
#121B18
(18,27,24)
#0C1513
(12,21,19)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424B40

#424B40
(66,75,64)
#535B51
(83,91,81)
#646B62
(100,107,98)
#757B73
(117,123,115)
#868B84
(134,139,132)
#979B95
(151,155,149)
#A8ABA6
(168,171,166)
#B9BBB7
(185,187,183)
#CACBC8
(202,203,200)
#DBDBD9
(219,219,217)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B40 color. Also use rgb(66,75,64) instead hex code.

Text Font Color

.myTextColor { color: #424B40; }

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

This text font color is #424B40.


Background Color

.myBgColor { background-color: #424B40; }

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

This div background color is #424B40.


Border color

.myBorderColor { border: 1px solid #424B40; }

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

This div border color is #424B40.


Opacity

.myOpacity80 { color: #424B40; opacity: 0.8; }

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

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

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

This text has shadow with #424B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B40 on black background.


Color preview on white background

This text has color #424B40 on white background.



Black color preview on #424B40 background

This text has black color on #424B40 background.


White color preview on #424B40 background

This text has white color on #424B40 background.