COLOR #426465

HEX: #426465
RGB: (66,100,101)

Renk bilgisi

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

RGB renk modeli

#426465 color RGB value is (66,100,101).

  • kırmız ton 66;
  • yeşil ton 100;
  • mavi ton 101.
RGB:
(66,100,101)
(26%,39%,40%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 100 of 255 = 39%
B 101 of 255 = 40%

66
100
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 100 + 101 = 267 (100%)
R 66 of 267 ~ 24.72%
G 100 of 267 ~ 37.45%
B 101 of 267 ~ 37.83%

%24.72
%37.45
%37.83

CMYK RENK MODELİ

#426465 rengi CMYK tonu (35,1,0,60).

  • camgöbeği tonu 34.65%
  • eflatun tonu 0.99%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(35,1,0,60)
C35M1Y0K60 
(35%,1%,0%,60%)
(0.35/0.01/0.00/0.60)	

CMYK yüzdeleri

%34.65
%0.99
%0
%60.39

Codes

Color #426465 in popluar color models

426465
RGB66100101
HSL182°20.96%32.75%
HSB/HSV182°34.65%39.61%
CMYK34.65%0.99%0.00%
60.39%

Color #426465 in popluar number systems.

HEX426465
Decimal66100101
Binary100001011001001100101
Octal102144145

Shades and tints

Shades of #426465

#426465
(66,100,101)
#3C5B5C
(60,91,92)
#365253
(54,82,83)
#30494A
(48,73,74)
#2A4041
(42,64,65)
#243738
(36,55,56)
#1E2E2F
(30,46,47)
#182526
(24,37,38)
#121C1D
(18,28,29)
#0C1314
(12,19,20)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #426465

#426465
(66,100,101)
#537273
(83,114,115)
#648081
(100,128,129)
#758E8F
(117,142,143)
#869C9D
(134,156,157)
#97AAAB
(151,170,171)
#A8B8B9
(168,184,185)
#B9C6C7
(185,198,199)
#CAD4D5
(202,212,213)
#DBE2E3
(219,226,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426465 color. Also use rgb(66,100,101) instead hex code.

Text Font Color

.myTextColor { color: #426465; }

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

This text font color is #426465.


Background Color

.myBgColor { background-color: #426465; }

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

This div background color is #426465.


Border color

.myBorderColor { border: 1px solid #426465; }

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

This div border color is #426465.


Opacity

.myOpacity80 { color: #426465; opacity: 0.8; }

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

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

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

This text has shadow with #426465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426465 on black background.


Color preview on white background

This text has color #426465 on white background.



Black color preview on #426465 background

This text has black color on #426465 background.


White color preview on #426465 background

This text has white color on #426465 background.