COLOR #427E87

HEX: #427E87
RGB: (66,126,135)

Renk bilgisi

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

RGB renk modeli

#427E87 color RGB value is (66,126,135).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 126 of 255 = 49%
B 135 of 255 = 53%

66
126
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 126 + 135 = 327 (100%)
R 66 of 327 ~ 20.18%
G 126 of 327 ~ 38.53%
B 135 of 327 ~ 41.28%

%20.18
%38.53
%41.28

CMYK RENK MODELİ

#427E87 rengi CMYK tonu (51,7,0,47).

  • camgöbeği tonu 51.11%
  • eflatun tonu 6.67%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(51,7,0,47)
C51M7Y0K47 
(51%,7%,0%,47%)
(0.51/0.07/0.00/0.47)	

CMYK yüzdeleri

%51.11
%6.67
%0
%47.06

Codes

Color #427E87 in popluar color models

427E87
RGB66126135
HSL188°34.33%39.41%
HSB/HSV188°51.11%52.94%
CMYK51.11%6.67%0.00%
47.06%

Color #427E87 in popluar number systems.

HEX427E87
Decimal66126135
Binary1000010111111010000111
Octal102176207

Shades and tints

Shades of #427E87

#427E87
(66,126,135)
#3C737B
(60,115,123)
#36686F
(54,104,111)
#305D63
(48,93,99)
#2A5257
(42,82,87)
#24474B
(36,71,75)
#1E3C3F
(30,60,63)
#183133
(24,49,51)
#122627
(18,38,39)
#0C1B1B
(12,27,27)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #427E87

#427E87
(66,126,135)
#538991
(83,137,145)
#64949B
(100,148,155)
#759FA5
(117,159,165)
#86AAAF
(134,170,175)
#97B5B9
(151,181,185)
#A8C0C3
(168,192,195)
#B9CBCD
(185,203,205)
#CAD6D7
(202,214,215)
#DBE1E1
(219,225,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427E87; }

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

This text font color is #427E87.


Background Color

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

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

This div background color is #427E87.


Border color

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

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

This div border color is #427E87.


Opacity

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

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

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

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

This text has shadow with #427E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427E87 on black background.


Color preview on white background

This text has color #427E87 on white background.



Black color preview on #427E87 background

This text has black color on #427E87 background.


White color preview on #427E87 background

This text has white color on #427E87 background.