COLOR #424B52

HEX: #424B52
RGB: (66,75,82)

Renk bilgisi

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

RGB renk modeli

#424B52 color RGB value is (66,75,82).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 75 of 255 = 29%
B 82 of 255 = 32%

66
75
82

R + G + B ~ 29%. #424B52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 75 + 82 = 223 (100%)
R 66 of 223 ~ 29.6%
G 75 of 223 ~ 33.63%
B 82 of 223 ~ 36.77%

%29.6
%33.63
%36.77

CMYK RENK MODELİ

#424B52 rengi CMYK tonu (20,9,0,68).

  • camgöbeği tonu 19.51%
  • eflatun tonu 8.54%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(20,9,0,68)
C20M9Y0K68 
(20%,9%,0%,68%)
(0.20/0.09/0.00/0.68)	

CMYK yüzdeleri

%19.51
%8.54
%0
%67.84

Codes

Color #424B52 in popluar color models

424B52
RGB667582
HSL206°10.81%29.02%
HSB/HSV206°19.51%32.16%
CMYK19.51%8.54%0.00%
67.84%

Color #424B52 in popluar number systems.

HEX424B52
Decimal667582
Binary100001010010111010010
Octal102113122

Shades and tints

Shades of #424B52

#424B52
(66,75,82)
#3C454B
(60,69,75)
#363F44
(54,63,68)
#30393D
(48,57,61)
#2A3336
(42,51,54)
#242D2F
(36,45,47)
#1E2728
(30,39,40)
#182121
(24,33,33)
#121B1A
(18,27,26)
#0C1513
(12,21,19)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #424B52

#424B52
(66,75,82)
#535B61
(83,91,97)
#646B70
(100,107,112)
#757B7F
(117,123,127)
#868B8E
(134,139,142)
#979B9D
(151,155,157)
#A8ABAC
(168,171,172)
#B9BBBB
(185,187,187)
#CACBCA
(202,203,202)
#DBDBD9
(219,219,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B52 color. Also use rgb(66,75,82) instead hex code.

Text Font Color

.myTextColor { color: #424B52; }

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

This text font color is #424B52.


Background Color

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

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

This div background color is #424B52.


Border color

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

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

This div border color is #424B52.


Opacity

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

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

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

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

This text has shadow with #424B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B52 on black background.


Color preview on white background

This text has color #424B52 on white background.



Black color preview on #424B52 background

This text has black color on #424B52 background.


White color preview on #424B52 background

This text has white color on #424B52 background.