COLOR #424A41

HEX: #424A41
RGB: (66,74,65)

Renk bilgisi

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

RGB renk modeli

#424A41 color RGB value is (66,74,65).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 65 of 255 = 25%

66
74
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 65 = 205 (100%)
R 66 of 205 ~ 32.2%
G 74 of 205 ~ 36.1%
B 65 of 205 ~ 31.71%

%32.2
%36.1
%31.71

CMYK RENK MODELİ

#424A41 rengi CMYK tonu (11,0,12,71).

  • camgöbeği tonu 10.81%
  • eflatun tonu 0.00%
  • sarı tonu 12.16%
  • ana renk tonu 70.98%
CMYK:
(11,0,12,71)
C11M0Y12K71 
(11%,0%,12%,71%)
(0.11/0.00/0.12/0.71)	

CMYK yüzdeleri

%10.81
%0
%12.16
%70.98

Codes

Color #424A41 in popluar color models

424A41
RGB667465
HSL113°6.47%27.25%
HSB/HSV113°12.16%29.02%
CMYK10.81%0.00%12.16%
70.98%

Color #424A41 in popluar number systems.

HEX424A41
Decimal667465
Binary100001010010101000001
Octal102112101

Shades and tints

Shades of #424A41

#424A41
(66,74,65)
#3C443C
(60,68,60)
#363E37
(54,62,55)
#303832
(48,56,50)
#2A322D
(42,50,45)
#242C28
(36,44,40)
#1E2623
(30,38,35)
#18201E
(24,32,30)
#121A19
(18,26,25)
#0C1414
(12,20,20)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #424A41

#424A41
(66,74,65)
#535A52
(83,90,82)
#646A63
(100,106,99)
#757A74
(117,122,116)
#868A85
(134,138,133)
#979A96
(151,154,150)
#A8AAA7
(168,170,167)
#B9BAB8
(185,186,184)
#CACAC9
(202,202,201)
#DBDADA
(219,218,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A41; }

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

This text font color is #424A41.


Background Color

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

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

This div background color is #424A41.


Border color

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

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

This div border color is #424A41.


Opacity

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

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

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

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

This text has shadow with #424A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A41 on black background.


Color preview on white background

This text has color #424A41 on white background.



Black color preview on #424A41 background

This text has black color on #424A41 background.


White color preview on #424A41 background

This text has white color on #424A41 background.