COLOR #426A6D

HEX: #426A6D
RGB: (66,106,109)

Renk bilgisi

#426A6D contains red, green and blue colors in about the same proportion. #426A6D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#426A6D color RGB value is (66,106,109).

  • kırmız ton 66;
  • yeşil ton 106;
  • mavi ton 109.
RGB:
(66,106,109)
(26%,42%,43%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 106 of 255 = 42%
B 109 of 255 = 43%

66
106
109

R + G + B ~ 37%. #426A6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 106 + 109 = 281 (100%)
R 66 of 281 ~ 23.49%
G 106 of 281 ~ 37.72%
B 109 of 281 ~ 38.79%

%23.49
%37.72
%38.79

CMYK RENK MODELİ

#426A6D rengi CMYK tonu (39,3,0,57).

  • camgöbeği tonu 39.45%
  • eflatun tonu 2.75%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(39,3,0,57)
C39M3Y0K57 
(39%,3%,0%,57%)
(0.39/0.03/0.00/0.57)	

CMYK yüzdeleri

%39.45
%2.75
%0
%57.25

Codes

Color #426A6D in popluar color models

426A6D
RGB66106109
HSL184°24.57%34.31%
HSB/HSV184°39.45%42.75%
CMYK39.45%2.75%0.00%
57.25%

Color #426A6D in popluar number systems.

HEX426A6D
Decimal66106109
Binary100001011010101101101
Octal102152155

Shades and tints

Shades of #426A6D

#426A6D
(66,106,109)
#3C6164
(60,97,100)
#36585B
(54,88,91)
#304F52
(48,79,82)
#2A4649
(42,70,73)
#243D40
(36,61,64)
#1E3437
(30,52,55)
#182B2E
(24,43,46)
#122225
(18,34,37)
#0C191C
(12,25,28)
#061013
(6,16,19)
#000000
(0,0,0)

Tints of #426A6D

#426A6D
(66,106,109)
#53777A
(83,119,122)
#648487
(100,132,135)
#759194
(117,145,148)
#869EA1
(134,158,161)
#97ABAE
(151,171,174)
#A8B8BB
(168,184,187)
#B9C5C8
(185,197,200)
#CAD2D5
(202,210,213)
#DBDFE2
(219,223,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426A6D color. Also use rgb(66,106,109) instead hex code.

Text Font Color

.myTextColor { color: #426A6D; }

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

This text font color is #426A6D.


Background Color

.myBgColor { background-color: #426A6D; }

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

This div background color is #426A6D.


Border color

.myBorderColor { border: 1px solid #426A6D; }

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

This div border color is #426A6D.


Opacity

.myOpacity80 { color: #426A6D; opacity: 0.8; }

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

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

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

This text has shadow with #426A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A6D on black background.


Color preview on white background

This text has color #426A6D on white background.



Black color preview on #426A6D background

This text has black color on #426A6D background.


White color preview on #426A6D background

This text has white color on #426A6D background.