COLOR #428699

HEX: #428699
RGB: (66,134,153)

Renk bilgisi

#428699 contains mainly green and blue colors. #428699 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#428699 color RGB value is (66,134,153).

  • kırmız ton 66;
  • yeşil ton 134;
  • mavi ton 153.
RGB:
(66,134,153)
(26%,53%,60%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 134 of 255 = 53%
B 153 of 255 = 60%

66
134
153

R + G + B ~ 46%. #428699 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 134 + 153 = 353 (100%)
R 66 of 353 ~ 18.7%
G 134 of 353 ~ 37.96%
B 153 of 353 ~ 43.34%

%18.7
%37.96
%43.34

CMYK RENK MODELİ

#428699 rengi CMYK tonu (57,12,0,40).

  • camgöbeği tonu 56.86%
  • eflatun tonu 12.42%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(57,12,0,40)
C57M12Y0K40 
(57%,12%,0%,40%)
(0.57/0.12/0.00/0.40)	

CMYK yüzdeleri

%56.86
%12.42
%0
%40

Codes

Color #428699 in popluar color models

428699
RGB66134153
HSL193°39.73%42.94%
HSB/HSV193°56.86%60.00%
CMYK56.86%12.42%0.00%
40.00%

Color #428699 in popluar number systems.

HEX428699
Decimal66134153
Binary10000101000011010011001
Octal102206231

Shades and tints

Shades of #428699

#428699
(66,134,153)
#3C7A8C
(60,122,140)
#366E7F
(54,110,127)
#306272
(48,98,114)
#2A5665
(42,86,101)
#244A58
(36,74,88)
#1E3E4B
(30,62,75)
#18323E
(24,50,62)
#122631
(18,38,49)
#0C1A24
(12,26,36)
#060E17
(6,14,23)
#000000
(0,0,0)

Tints of #428699

#428699
(66,134,153)
#5391A2
(83,145,162)
#649CAB
(100,156,171)
#75A7B4
(117,167,180)
#86B2BD
(134,178,189)
#97BDC6
(151,189,198)
#A8C8CF
(168,200,207)
#B9D3D8
(185,211,216)
#CADEE1
(202,222,225)
#DBE9EA
(219,233,234)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428699 color. Also use rgb(66,134,153) instead hex code.

Text Font Color

.myTextColor { color: #428699; }

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

This text font color is #428699.


Background Color

.myBgColor { background-color: #428699; }

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

This div background color is #428699.


Border color

.myBorderColor { border: 1px solid #428699; }

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

This div border color is #428699.


Opacity

.myOpacity80 { color: #428699; opacity: 0.8; }

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

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

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

This text has shadow with #428699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428699 on black background.


Color preview on white background

This text has color #428699 on white background.



Black color preview on #428699 background

This text has black color on #428699 background.


White color preview on #428699 background

This text has white color on #428699 background.