COLOR #424B5D

HEX: #424B5D
RGB: (66,75,93)

Renk bilgisi

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

RGB renk modeli

#424B5D color RGB value is (66,75,93).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 75 of 255 = 29%
B 93 of 255 = 36%

66
75
93

R + G + B ~ 30%. #424B5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 75 + 93 = 234 (100%)
R 66 of 234 ~ 28.21%
G 75 of 234 ~ 32.05%
B 93 of 234 ~ 39.74%

%28.21
%32.05
%39.74

CMYK RENK MODELİ

#424B5D rengi CMYK tonu (29,19,0,64).

  • camgöbeği tonu 29.03%
  • eflatun tonu 19.35%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(29,19,0,64)
C29M19Y0K64 
(29%,19%,0%,64%)
(0.29/0.19/0.00/0.64)	

CMYK yüzdeleri

%29.03
%19.35
%0
%63.53

Codes

Color #424B5D in popluar color models

424B5D
RGB667593
HSL220°16.98%31.18%
HSB/HSV220°29.03%36.47%
CMYK29.03%19.35%0.00%
63.53%

Color #424B5D in popluar number systems.

HEX424B5D
Decimal667593
Binary100001010010111011101
Octal102113135

Shades and tints

Shades of #424B5D

#424B5D
(66,75,93)
#3C4555
(60,69,85)
#363F4D
(54,63,77)
#303945
(48,57,69)
#2A333D
(42,51,61)
#242D35
(36,45,53)
#1E272D
(30,39,45)
#182125
(24,33,37)
#121B1D
(18,27,29)
#0C1515
(12,21,21)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #424B5D

#424B5D
(66,75,93)
#535B6B
(83,91,107)
#646B79
(100,107,121)
#757B87
(117,123,135)
#868B95
(134,139,149)
#979BA3
(151,155,163)
#A8ABB1
(168,171,177)
#B9BBBF
(185,187,191)
#CACBCD
(202,203,205)
#DBDBDB
(219,219,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B5D; }

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

This text font color is #424B5D.


Background Color

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

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

This div background color is #424B5D.


Border color

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

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

This div border color is #424B5D.


Opacity

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

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

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

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

This text has shadow with #424B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B5D on black background.


Color preview on white background

This text has color #424B5D on white background.



Black color preview on #424B5D background

This text has black color on #424B5D background.


White color preview on #424B5D background

This text has white color on #424B5D background.