COLOR #424242

HEX: #424242
RGB: (66,66,66)

Renk bilgisi

#424242 contains red, green and blue colors in about the same proportion. #424242 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#424242 color RGB value is (66,66,66).

  • kırmız ton 66;
  • yeşil ton 66;
  • mavi ton 66.
RGB:
(66,66,66)
(26%,26%,26%)

RGB bağlantıları ve doygunluk

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

66
66
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 66 + 66 = 198 (100%)
R 66 of 198 ~ 33.33%
G 66 of 198 ~ 33.33%
B 66 of 198 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#424242 rengi CMYK tonu (0,0,0,74).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 74.12%
CMYK:
(0,0,0,74)
C0M0Y0K74 
(0%,0%,0%,74%)
(0.00/0.00/0.00/0.74)	

CMYK yüzdeleri

%0
%0
%0
%74.12

Codes

Color #424242 in popluar color models

424242
RGB666666
HSL0.00%0.26%
HSB/HSV0.00%0.26%
CMYK0.00%0.00%0.00%
74.12%

Color #424242 in popluar number systems.

HEX424242
Decimal666666
Binary100001010000101000010
Octal102102102

Shades and tints

Shades of #424242

#424242
(66,66,66)
#3C3C3C
(60,60,60)
#363636
(54,54,54)
#303030
(48,48,48)
#2A2A2A
(42,42,42)
#242424
(36,36,36)
#1E1E1E
(30,30,30)
#181818
(24,24,24)
#121212
(18,18,18)
#0C0C0C
(12,12,12)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #424242

#424242
(66,66,66)
#535353
(83,83,83)
#646464
(100,100,100)
#757575
(117,117,117)
#868686
(134,134,134)
#979797
(151,151,151)
#A8A8A8
(168,168,168)
#B9B9B9
(185,185,185)
#CACACA
(202,202,202)
#DBDBDB
(219,219,219)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424242; }

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

This text font color is #424242.


Background Color

.myBgColor { background-color: #424242; }

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

This div background color is #424242.


Border color

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

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

This div border color is #424242.


Opacity

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

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

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

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

This text has shadow with #424242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424242 on black background.


Color preview on white background

This text has color #424242 on white background.



Black color preview on #424242 background

This text has black color on #424242 background.


White color preview on #424242 background

This text has white color on #424242 background.