COLOR #424E43

HEX: #424E43
RGB: (66,78,67)

Renk bilgisi

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

RGB renk modeli

#424E43 color RGB value is (66,78,67).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 78 of 255 = 31%
B 67 of 255 = 26%

66
78
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 78 + 67 = 211 (100%)
R 66 of 211 ~ 31.28%
G 78 of 211 ~ 36.97%
B 67 of 211 ~ 31.75%

%31.28
%36.97
%31.75

CMYK RENK MODELİ

#424E43 rengi CMYK tonu (15,0,14,69).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 14.10%
  • ana renk tonu 69.41%
CMYK:
(15,0,14,69)
C15M0Y14K69 
(15%,0%,14%,69%)
(0.15/0.00/0.14/0.69)	

CMYK yüzdeleri

%15.38
%0
%14.1
%69.41

Codes

Color #424E43 in popluar color models

424E43
RGB667867
HSL125°8.33%28.24%
HSB/HSV125°15.38%30.59%
CMYK15.38%0.00%14.10%
69.41%

Color #424E43 in popluar number systems.

HEX424E43
Decimal667867
Binary100001010011101000011
Octal102116103

Shades and tints

Shades of #424E43

#424E43
(66,78,67)
#3C473D
(60,71,61)
#364037
(54,64,55)
#303931
(48,57,49)
#2A322B
(42,50,43)
#242B25
(36,43,37)
#1E241F
(30,36,31)
#181D19
(24,29,25)
#121613
(18,22,19)
#0C0F0D
(12,15,13)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #424E43

#424E43
(66,78,67)
#535E54
(83,94,84)
#646E65
(100,110,101)
#757E76
(117,126,118)
#868E87
(134,142,135)
#979E98
(151,158,152)
#A8AEA9
(168,174,169)
#B9BEBA
(185,190,186)
#CACECB
(202,206,203)
#DBDEDC
(219,222,220)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E43; }

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

This text font color is #424E43.


Background Color

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

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

This div background color is #424E43.


Border color

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

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

This div border color is #424E43.


Opacity

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

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

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

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

This text has shadow with #424E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E43 on black background.


Color preview on white background

This text has color #424E43 on white background.



Black color preview on #424E43 background

This text has black color on #424E43 background.


White color preview on #424E43 background

This text has white color on #424E43 background.