COLOR #427E7A

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

66
126
122

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

Yüzdelerle RGB renk parçaları

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

%21.02
%40.13
%38.85

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%47.62
%0
%3.17
%50.59

Codes

Color #427E7A in popluar color models

427E7A
RGB66126122
HSL176°31.25%37.65%
HSB/HSV176°47.62%49.41%
CMYK47.62%0.00%3.17%
50.59%

Color #427E7A in popluar number systems.

HEX427E7A
Decimal66126122
Binary100001011111101111010
Octal102176172

Shades and tints

Shades of #427E7A

#427E7A
(66,126,122)
#3C736F
(60,115,111)
#366864
(54,104,100)
#305D59
(48,93,89)
#2A524E
(42,82,78)
#244743
(36,71,67)
#1E3C38
(30,60,56)
#18312D
(24,49,45)
#122622
(18,38,34)
#0C1B17
(12,27,23)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #427E7A

#427E7A
(66,126,122)
#538986
(83,137,134)
#649492
(100,148,146)
#759F9E
(117,159,158)
#86AAAA
(134,170,170)
#97B5B6
(151,181,182)
#A8C0C2
(168,192,194)
#B9CBCE
(185,203,206)
#CAD6DA
(202,214,218)
#DBE1E6
(219,225,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427E7A; }

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

This text font color is #427E7A.


Background Color

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

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

This div background color is #427E7A.


Border color

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

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

This div border color is #427E7A.


Opacity

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

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

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

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

This text has shadow with #427E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427E7A on black background.


Color preview on white background

This text has color #427E7A on white background.



Black color preview on #427E7A background

This text has black color on #427E7A background.


White color preview on #427E7A background

This text has white color on #427E7A background.