COLOR #425A74

HEX: #425A74
RGB: (66,90,116)

Renk bilgisi

#425A74 contains red, green and blue colors in about the same proportion. #425A74 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#425A74 color RGB value is (66,90,116).

  • kırmız ton 66;
  • yeşil ton 90;
  • mavi ton 116.
RGB:
(66,90,116)
(26%,35%,45%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 90 of 255 = 35%
B 116 of 255 = 45%

66
90
116

R + G + B ~ 35%. #425A74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 90 + 116 = 272 (100%)
R 66 of 272 ~ 24.26%
G 90 of 272 ~ 33.09%
B 116 of 272 ~ 42.65%

%24.26
%33.09
%42.65

CMYK RENK MODELİ

#425A74 rengi CMYK tonu (43,22,0,55).

  • camgöbeği tonu 43.10%
  • eflatun tonu 22.41%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(43,22,0,55)
C43M22Y0K55 
(43%,22%,0%,55%)
(0.43/0.22/0.00/0.55)	

CMYK yüzdeleri

%43.1
%22.41
%0
%54.51

Codes

Color #425A74 in popluar color models

425A74
RGB6690116
HSL211°27.47%35.69%
HSB/HSV211°43.10%45.49%
CMYK43.10%22.41%0.00%
54.51%

Color #425A74 in popluar number systems.

HEX425A74
Decimal6690116
Binary100001010110101110100
Octal102132164

Shades and tints

Shades of #425A74

#425A74
(66,90,116)
#3C526A
(60,82,106)
#364A60
(54,74,96)
#304256
(48,66,86)
#2A3A4C
(42,58,76)
#243242
(36,50,66)
#1E2A38
(30,42,56)
#18222E
(24,34,46)
#121A24
(18,26,36)
#0C121A
(12,18,26)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #425A74

#425A74
(66,90,116)
#536980
(83,105,128)
#64788C
(100,120,140)
#758798
(117,135,152)
#8696A4
(134,150,164)
#97A5B0
(151,165,176)
#A8B4BC
(168,180,188)
#B9C3C8
(185,195,200)
#CAD2D4
(202,210,212)
#DBE1E0
(219,225,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A74 color. Also use rgb(66,90,116) instead hex code.

Text Font Color

.myTextColor { color: #425A74; }

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

This text font color is #425A74.


Background Color

.myBgColor { background-color: #425A74; }

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

This div background color is #425A74.


Border color

.myBorderColor { border: 1px solid #425A74; }

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

This div border color is #425A74.


Opacity

.myOpacity80 { color: #425A74; opacity: 0.8; }

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

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

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

This text has shadow with #425A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A74 on black background.


Color preview on white background

This text has color #425A74 on white background.



Black color preview on #425A74 background

This text has black color on #425A74 background.


White color preview on #425A74 background

This text has white color on #425A74 background.