COLOR #424243

HEX: #424243
RGB: (66,66,67)

Color info

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

RGB color model

#424243 color RGB value is (66,66,67).

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

RGB channels and saturation

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

66
66
67

R + G + B ~ 26%. #424243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 67 = 199 (100%)
R 66 of 199 ~ 33.17%
G 66 of 199 ~ 33.17%
B 67 of 199 ~ 33.67%

%33.17
%33.17
%33.67

CMYK color model

#424243 color CMYK value is (1,1,0,74).

  • cyan value is 1.49%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(1,1,0,74)
C1M1Y0K74 
(1%,1%,0%,74%)
(0.01/0.01/0.00/0.74)	

CMYK percentages

%1.49
%1.49
%0
%73.73

Codes

Color #424243 in popluar color models

424243
RGB666667
HSL240°0.75%26.08%
HSB/HSV240°1.49%26.27%
CMYK1.49%1.49%0.00%
73.73%

Color #424243 in popluar number systems.

HEX424243
Decimal666667
Binary100001010000101000011
Octal102102103

Shades and tints

Shades of #424243

#424243
(66,66,67)
#3C3C3D
(60,60,61)
#363637
(54,54,55)
#303031
(48,48,49)
#2A2A2B
(42,42,43)
#242425
(36,36,37)
#1E1E1F
(30,30,31)
#181819
(24,24,25)
#121213
(18,18,19)
#0C0C0D
(12,12,13)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #424243

#424243
(66,66,67)
#535354
(83,83,84)
#646465
(100,100,101)
#757576
(117,117,118)
#868687
(134,134,135)
#979798
(151,151,152)
#A8A8A9
(168,168,169)
#B9B9BA
(185,185,186)
#CACACB
(202,202,203)
#DBDBDC
(219,219,220)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424243; }

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

This text font color is #424243.


Background Color

.myBgColor { background-color: #424243; }

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

This div background color is #424243.


Border color

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

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

This div border color is #424243.


Opacity

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

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

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

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

This text has shadow with #424243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424243 on black background.


Color preview on white background

This text has color #424243 on white background.



Black color preview on #424243 background

This text has black color on #424243 background.


White color preview on #424243 background

This text has white color on #424243 background.