COLOR #427E8A

HEX: #427E8A
RGB: (66,126,138)

Renk bilgisi

#427E8A contains mainly green and blue colors. #427E8A ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#427E8A color RGB value is (66,126,138).

  • kırmız ton 66;
  • yeşil ton 126;
  • mavi ton 138.
RGB:
(66,126,138)
(26%,49%,54%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 126 of 255 = 49%
B 138 of 255 = 54%

66
126
138

R + G + B ~ 43%. #427E8A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 126 + 138 = 330 (100%)
R 66 of 330 ~ 20%
G 126 of 330 ~ 38.18%
B 138 of 330 ~ 41.82%

%20
%38.18
%41.82

CMYK RENK MODELİ

#427E8A rengi CMYK tonu (52,9,0,46).

  • camgöbeği tonu 52.17%
  • eflatun tonu 8.70%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(52,9,0,46)
C52M9Y0K46 
(52%,9%,0%,46%)
(0.52/0.09/0.00/0.46)	

CMYK yüzdeleri

%52.17
%8.7
%0
%45.88

Codes

Color #427E8A in popluar color models

427E8A
RGB66126138
HSL190°35.29%40.00%
HSB/HSV190°52.17%54.12%
CMYK52.17%8.70%0.00%
45.88%

Color #427E8A in popluar number systems.

HEX427E8A
Decimal66126138
Binary1000010111111010001010
Octal102176212

Shades and tints

Shades of #427E8A

#427E8A
(66,126,138)
#3C737E
(60,115,126)
#366872
(54,104,114)
#305D66
(48,93,102)
#2A525A
(42,82,90)
#24474E
(36,71,78)
#1E3C42
(30,60,66)
#183136
(24,49,54)
#12262A
(18,38,42)
#0C1B1E
(12,27,30)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #427E8A

#427E8A
(66,126,138)
#538994
(83,137,148)
#64949E
(100,148,158)
#759FA8
(117,159,168)
#86AAB2
(134,170,178)
#97B5BC
(151,181,188)
#A8C0C6
(168,192,198)
#B9CBD0
(185,203,208)
#CAD6DA
(202,214,218)
#DBE1E4
(219,225,228)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427E8A color. Also use rgb(66,126,138) instead hex code.

Text Font Color

.myTextColor { color: #427E8A; }

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

This text font color is #427E8A.


Background Color

.myBgColor { background-color: #427E8A; }

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

This div background color is #427E8A.


Border color

.myBorderColor { border: 1px solid #427E8A; }

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

This div border color is #427E8A.


Opacity

.myOpacity80 { color: #427E8A; opacity: 0.8; }

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

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

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

This text has shadow with #427E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427E8A on black background.


Color preview on white background

This text has color #427E8A on white background.



Black color preview on #427E8A background

This text has black color on #427E8A background.


White color preview on #427E8A background

This text has white color on #427E8A background.