COLOR #425D81

HEX: #425D81
RGB: (66,93,129)

Renk bilgisi

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

RGB renk modeli

#425D81 color RGB value is (66,93,129).

  • kırmız ton 66;
  • yeşil ton 93;
  • mavi ton 129.
RGB:
(66,93,129)
(26%,36%,51%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 93 of 255 = 36%
B 129 of 255 = 51%

66
93
129

R + G + B ~ 38%. #425D81 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 93 + 129 = 288 (100%)
R 66 of 288 ~ 22.92%
G 93 of 288 ~ 32.29%
B 129 of 288 ~ 44.79%

%22.92
%32.29
%44.79

CMYK RENK MODELİ

#425D81 rengi CMYK tonu (49,28,0,49).

  • camgöbeği tonu 48.84%
  • eflatun tonu 27.91%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(49,28,0,49)
C49M28Y0K49 
(49%,28%,0%,49%)
(0.49/0.28/0.00/0.49)	

CMYK yüzdeleri

%48.84
%27.91
%0
%49.41

Codes

Color #425D81 in popluar color models

425D81
RGB6693129
HSL214°32.31%38.24%
HSB/HSV214°48.84%50.59%
CMYK48.84%27.91%0.00%
49.41%

Color #425D81 in popluar number systems.

HEX425D81
Decimal6693129
Binary1000010101110110000001
Octal102135201

Shades and tints

Shades of #425D81

#425D81
(66,93,129)
#3C5576
(60,85,118)
#364D6B
(54,77,107)
#304560
(48,69,96)
#2A3D55
(42,61,85)
#24354A
(36,53,74)
#1E2D3F
(30,45,63)
#182534
(24,37,52)
#121D29
(18,29,41)
#0C151E
(12,21,30)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #425D81

#425D81
(66,93,129)
#536B8C
(83,107,140)
#647997
(100,121,151)
#7587A2
(117,135,162)
#8695AD
(134,149,173)
#97A3B8
(151,163,184)
#A8B1C3
(168,177,195)
#B9BFCE
(185,191,206)
#CACDD9
(202,205,217)
#DBDBE4
(219,219,228)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425D81 color. Also use rgb(66,93,129) instead hex code.

Text Font Color

.myTextColor { color: #425D81; }

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

This text font color is #425D81.


Background Color

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

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

This div background color is #425D81.


Border color

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

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

This div border color is #425D81.


Opacity

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

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

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

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

This text has shadow with #425D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D81 on black background.


Color preview on white background

This text has color #425D81 on white background.



Black color preview on #425D81 background

This text has black color on #425D81 background.


White color preview on #425D81 background

This text has white color on #425D81 background.