COLOR #425B59

HEX: #425B59
RGB: (66,91,89)

Renk bilgisi

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

RGB renk modeli

#425B59 color RGB value is (66,91,89).

  • kırmız ton 66;
  • yeşil ton 91;
  • mavi ton 89.
RGB:
(66,91,89)
(26%,36%,35%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 91 of 255 = 36%
B 89 of 255 = 35%

66
91
89

R + G + B ~ 32%. #425B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 91 + 89 = 246 (100%)
R 66 of 246 ~ 26.83%
G 91 of 246 ~ 36.99%
B 89 of 246 ~ 36.18%

%26.83
%36.99
%36.18

CMYK RENK MODELİ

#425B59 rengi CMYK tonu (27,0,2,64).

  • camgöbeği tonu 27.47%
  • eflatun tonu 0.00%
  • sarı tonu 2.20%
  • ana renk tonu 64.31%
CMYK:
(27,0,2,64)
C27M0Y2K64 
(27%,0%,2%,64%)
(0.27/0.00/0.02/0.64)	

CMYK yüzdeleri

%27.47
%0
%2.2
%64.31

Codes

Color #425B59 in popluar color models

425B59
RGB669189
HSL175°15.92%30.78%
HSB/HSV175°27.47%35.69%
CMYK27.47%0.00%2.20%
64.31%

Color #425B59 in popluar number systems.

HEX425B59
Decimal669189
Binary100001010110111011001
Octal102133131

Shades and tints

Shades of #425B59

#425B59
(66,91,89)
#3C5351
(60,83,81)
#364B49
(54,75,73)
#304341
(48,67,65)
#2A3B39
(42,59,57)
#243331
(36,51,49)
#1E2B29
(30,43,41)
#182321
(24,35,33)
#121B19
(18,27,25)
#0C1311
(12,19,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #425B59

#425B59
(66,91,89)
#536968
(83,105,104)
#647777
(100,119,119)
#758586
(117,133,134)
#869395
(134,147,149)
#97A1A4
(151,161,164)
#A8AFB3
(168,175,179)
#B9BDC2
(185,189,194)
#CACBD1
(202,203,209)
#DBD9E0
(219,217,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425B59 color. Also use rgb(66,91,89) instead hex code.

Text Font Color

.myTextColor { color: #425B59; }

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

This text font color is #425B59.


Background Color

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

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

This div background color is #425B59.


Border color

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

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

This div border color is #425B59.


Opacity

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

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

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

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

This text has shadow with #425B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B59 on black background.


Color preview on white background

This text has color #425B59 on white background.



Black color preview on #425B59 background

This text has black color on #425B59 background.


White color preview on #425B59 background

This text has white color on #425B59 background.