COLOR #424743

HEX: #424743
RGB: (66,71,67)

Color info

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

RGB color model

#424743 color RGB value is (66,71,67).

  • red value is 66;
  • green value is 71;
  • blue value is 67.
RGB:
(66,71,67)
(26%,28%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 67 of 255 = 26%

66
71
67

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 67 = 204 (100%)
R 66 of 204 ~ 32.35%
G 71 of 204 ~ 34.8%
B 67 of 204 ~ 32.84%

%32.35
%34.8
%32.84

CMYK color model

#424743 color CMYK value is (7,0,6,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(7,0,6,72)
C7M0Y6K72 
(7%,0%,6%,72%)
(0.07/0.00/0.06/0.72)	

CMYK percentages

%7.04
%0
%5.63
%72.16

Codes

Color #424743 in popluar color models

424743
RGB667167
HSL132°3.65%26.86%
HSB/HSV132°7.04%27.84%
CMYK7.04%0.00%5.63%
72.16%

Color #424743 in popluar number systems.

HEX424743
Decimal667167
Binary100001010001111000011
Octal102107103

Shades and tints

Shades of #424743

#424743
(66,71,67)
#3C413D
(60,65,61)
#363B37
(54,59,55)
#303531
(48,53,49)
#2A2F2B
(42,47,43)
#242925
(36,41,37)
#1E231F
(30,35,31)
#181D19
(24,29,25)
#121713
(18,23,19)
#0C110D
(12,17,13)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #424743

#424743
(66,71,67)
#535754
(83,87,84)
#646765
(100,103,101)
#757776
(117,119,118)
#868787
(134,135,135)
#979798
(151,151,152)
#A8A7A9
(168,167,169)
#B9B7BA
(185,183,186)
#CAC7CB
(202,199,203)
#DBD7DC
(219,215,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424743; }

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

This text font color is #424743.


Background Color

.myBgColor { background-color: #424743; }

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

This div background color is #424743.


Border color

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

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

This div border color is #424743.


Opacity

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

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

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

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

This text has shadow with #424743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424743 on black background.


Color preview on white background

This text has color #424743 on white background.



Black color preview on #424743 background

This text has black color on #424743 background.


White color preview on #424743 background

This text has white color on #424743 background.