COLOR #427A7E

HEX: #427A7E
RGB: (66,122,126)

Renk bilgisi

#427A7E contains mainly green and blue colors. #427A7E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#427A7E color RGB value is (66,122,126).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 122 of 255 = 48%
B 126 of 255 = 49%

66
122
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 122 + 126 = 314 (100%)
R 66 of 314 ~ 21.02%
G 122 of 314 ~ 38.85%
B 126 of 314 ~ 40.13%

%21.02
%38.85
%40.13

CMYK RENK MODELİ

#427A7E rengi CMYK tonu (48,3,0,51).

  • camgöbeği tonu 47.62%
  • eflatun tonu 3.17%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(48,3,0,51)
C48M3Y0K51 
(48%,3%,0%,51%)
(0.48/0.03/0.00/0.51)	

CMYK yüzdeleri

%47.62
%3.17
%0
%50.59

Codes

Color #427A7E in popluar color models

427A7E
RGB66122126
HSL184°31.25%37.65%
HSB/HSV184°47.62%49.41%
CMYK47.62%3.17%0.00%
50.59%

Color #427A7E in popluar number systems.

HEX427A7E
Decimal66122126
Binary100001011110101111110
Octal102172176

Shades and tints

Shades of #427A7E

#427A7E
(66,122,126)
#3C6F73
(60,111,115)
#366468
(54,100,104)
#30595D
(48,89,93)
#2A4E52
(42,78,82)
#244347
(36,67,71)
#1E383C
(30,56,60)
#182D31
(24,45,49)
#122226
(18,34,38)
#0C171B
(12,23,27)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #427A7E

#427A7E
(66,122,126)
#538689
(83,134,137)
#649294
(100,146,148)
#759E9F
(117,158,159)
#86AAAA
(134,170,170)
#97B6B5
(151,182,181)
#A8C2C0
(168,194,192)
#B9CECB
(185,206,203)
#CADAD6
(202,218,214)
#DBE6E1
(219,230,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427A7E; }

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

This text font color is #427A7E.


Background Color

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

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

This div background color is #427A7E.


Border color

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

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

This div border color is #427A7E.


Opacity

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

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

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

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

This text has shadow with #427A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427A7E on black background.


Color preview on white background

This text has color #427A7E on white background.



Black color preview on #427A7E background

This text has black color on #427A7E background.


White color preview on #427A7E background

This text has white color on #427A7E background.