COLOR #424F48

HEX: #424F48
RGB: (66,79,72)

Renk bilgisi

#424F48 contains red, green and blue colors in about the same proportion. #424F48 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#424F48 color RGB value is (66,79,72).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 79 of 255 = 31%
B 72 of 255 = 28%

66
79
72

R + G + B ~ 28%. #424F48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 79 + 72 = 217 (100%)
R 66 of 217 ~ 30.41%
G 79 of 217 ~ 36.41%
B 72 of 217 ~ 33.18%

%30.41
%36.41
%33.18

CMYK RENK MODELİ

#424F48 rengi CMYK tonu (16,0,9,69).

  • camgöbeği tonu 16.46%
  • eflatun tonu 0.00%
  • sarı tonu 8.86%
  • ana renk tonu 69.02%
CMYK:
(16,0,9,69)
C16M0Y9K69 
(16%,0%,9%,69%)
(0.16/0.00/0.09/0.69)	

CMYK yüzdeleri

%16.46
%0
%8.86
%69.02

Codes

Color #424F48 in popluar color models

424F48
RGB667972
HSL148°8.97%28.43%
HSB/HSV148°16.46%30.98%
CMYK16.46%0.00%8.86%
69.02%

Color #424F48 in popluar number systems.

HEX424F48
Decimal667972
Binary100001010011111001000
Octal102117110

Shades and tints

Shades of #424F48

#424F48
(66,79,72)
#3C4842
(60,72,66)
#36413C
(54,65,60)
#303A36
(48,58,54)
#2A3330
(42,51,48)
#242C2A
(36,44,42)
#1E2524
(30,37,36)
#181E1E
(24,30,30)
#121718
(18,23,24)
#0C1012
(12,16,18)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #424F48

#424F48
(66,79,72)
#535F58
(83,95,88)
#646F68
(100,111,104)
#757F78
(117,127,120)
#868F88
(134,143,136)
#979F98
(151,159,152)
#A8AFA8
(168,175,168)
#B9BFB8
(185,191,184)
#CACFC8
(202,207,200)
#DBDFD8
(219,223,216)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F48; }

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

This text font color is #424F48.


Background Color

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

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

This div background color is #424F48.


Border color

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

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

This div border color is #424F48.


Opacity

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

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

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

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

This text has shadow with #424F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F48 on black background.


Color preview on white background

This text has color #424F48 on white background.



Black color preview on #424F48 background

This text has black color on #424F48 background.


White color preview on #424F48 background

This text has white color on #424F48 background.