COLOR #426A73

HEX: #426A73
RGB: (66,106,115)

Renk bilgisi

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

RGB renk modeli

#426A73 color RGB value is (66,106,115).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 106 of 255 = 42%
B 115 of 255 = 45%

66
106
115

R + G + B ~ 38%. #426A73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 106 + 115 = 287 (100%)
R 66 of 287 ~ 23%
G 106 of 287 ~ 36.93%
B 115 of 287 ~ 40.07%

%23
%36.93
%40.07

CMYK RENK MODELİ

#426A73 rengi CMYK tonu (43,8,0,55).

  • camgöbeği tonu 42.61%
  • eflatun tonu 7.83%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(43,8,0,55)
C43M8Y0K55 
(43%,8%,0%,55%)
(0.43/0.08/0.00/0.55)	

CMYK yüzdeleri

%42.61
%7.83
%0
%54.9

Codes

Color #426A73 in popluar color models

426A73
RGB66106115
HSL191°27.07%35.49%
HSB/HSV191°42.61%45.10%
CMYK42.61%7.83%0.00%
54.90%

Color #426A73 in popluar number systems.

HEX426A73
Decimal66106115
Binary100001011010101110011
Octal102152163

Shades and tints

Shades of #426A73

#426A73
(66,106,115)
#3C6169
(60,97,105)
#36585F
(54,88,95)
#304F55
(48,79,85)
#2A464B
(42,70,75)
#243D41
(36,61,65)
#1E3437
(30,52,55)
#182B2D
(24,43,45)
#122223
(18,34,35)
#0C1919
(12,25,25)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #426A73

#426A73
(66,106,115)
#53777F
(83,119,127)
#64848B
(100,132,139)
#759197
(117,145,151)
#869EA3
(134,158,163)
#97ABAF
(151,171,175)
#A8B8BB
(168,184,187)
#B9C5C7
(185,197,199)
#CAD2D3
(202,210,211)
#DBDFDF
(219,223,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426A73; }

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

This text font color is #426A73.


Background Color

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

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

This div background color is #426A73.


Border color

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

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

This div border color is #426A73.


Opacity

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

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

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

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

This text has shadow with #426A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A73 on black background.


Color preview on white background

This text has color #426A73 on white background.



Black color preview on #426A73 background

This text has black color on #426A73 background.


White color preview on #426A73 background

This text has white color on #426A73 background.