COLOR #424349

HEX: #424349
RGB: (66,67,73)

Renk bilgisi

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

RGB renk modeli

#424349 color RGB value is (66,67,73).

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

RGB bağlantıları ve doygunluk

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

66
67
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 67 + 73 = 206 (100%)
R 66 of 206 ~ 32.04%
G 67 of 206 ~ 32.52%
B 73 of 206 ~ 35.44%

%32.04
%32.52
%35.44

CMYK RENK MODELİ

#424349 rengi CMYK tonu (10,8,0,71).

  • camgöbeği tonu 9.59%
  • eflatun tonu 8.22%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(10,8,0,71)
C10M8Y0K71 
(10%,8%,0%,71%)
(0.10/0.08/0.00/0.71)	

CMYK yüzdeleri

%9.59
%8.22
%0
%71.37

Codes

Color #424349 in popluar color models

424349
RGB666773
HSL231°5.04%27.25%
HSB/HSV231°9.59%28.63%
CMYK9.59%8.22%0.00%
71.37%

Color #424349 in popluar number systems.

HEX424349
Decimal666773
Binary100001010000111001001
Octal102103111

Shades and tints

Shades of #424349

#424349
(66,67,73)
#3C3D43
(60,61,67)
#36373D
(54,55,61)
#303137
(48,49,55)
#2A2B31
(42,43,49)
#24252B
(36,37,43)
#1E1F25
(30,31,37)
#18191F
(24,25,31)
#121319
(18,19,25)
#0C0D13
(12,13,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #424349

#424349
(66,67,73)
#535459
(83,84,89)
#646569
(100,101,105)
#757679
(117,118,121)
#868789
(134,135,137)
#979899
(151,152,153)
#A8A9A9
(168,169,169)
#B9BAB9
(185,186,185)
#CACBC9
(202,203,201)
#DBDCD9
(219,220,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424349; }

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

This text font color is #424349.


Background Color

.myBgColor { background-color: #424349; }

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

This div background color is #424349.


Border color

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

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

This div border color is #424349.


Opacity

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

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

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

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

This text has shadow with #424349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424349 on black background.


Color preview on white background

This text has color #424349 on white background.



Black color preview on #424349 background

This text has black color on #424349 background.


White color preview on #424349 background

This text has white color on #424349 background.