COLOR #424048

HEX: #424048
RGB: (66,64,72)

Renk bilgisi

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

RGB renk modeli

#424048 color RGB value is (66,64,72).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 64 of 255 = 25%
B 72 of 255 = 28%

66
64
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 64 + 72 = 202 (100%)
R 66 of 202 ~ 32.67%
G 64 of 202 ~ 31.68%
B 72 of 202 ~ 35.64%

%32.67
%31.68
%35.64

CMYK RENK MODELİ

#424048 rengi CMYK tonu (8,11,0,72).

  • camgöbeği tonu 8.33%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(8,11,0,72)
C8M11Y0K72 
(8%,11%,0%,72%)
(0.08/0.11/0.00/0.72)	

CMYK yüzdeleri

%8.33
%11.11
%0
%71.76

Codes

Color #424048 in popluar color models

424048
RGB666472
HSL255°5.88%26.67%
HSB/HSV255°11.11%28.24%
CMYK8.33%11.11%0.00%
71.76%

Color #424048 in popluar number systems.

HEX424048
Decimal666472
Binary100001010000001001000
Octal102100110

Shades and tints

Shades of #424048

#424048
(66,64,72)
#3C3B42
(60,59,66)
#36363C
(54,54,60)
#303136
(48,49,54)
#2A2C30
(42,44,48)
#24272A
(36,39,42)
#1E2224
(30,34,36)
#181D1E
(24,29,30)
#121818
(18,24,24)
#0C1312
(12,19,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #424048

#424048
(66,64,72)
#535158
(83,81,88)
#646268
(100,98,104)
#757378
(117,115,120)
#868488
(134,132,136)
#979598
(151,149,152)
#A8A6A8
(168,166,168)
#B9B7B8
(185,183,184)
#CAC8C8
(202,200,200)
#DBD9D8
(219,217,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424048; }

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

This text font color is #424048.


Background Color

.myBgColor { background-color: #424048; }

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

This div background color is #424048.


Border color

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

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

This div border color is #424048.


Opacity

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

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

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

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

This text has shadow with #424048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424048 on black background.


Color preview on white background

This text has color #424048 on white background.



Black color preview on #424048 background

This text has black color on #424048 background.


White color preview on #424048 background

This text has white color on #424048 background.