COLOR #426063

HEX: #426063
RGB: (66,96,99)

Renk bilgisi

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

RGB renk modeli

#426063 color RGB value is (66,96,99).

  • kırmız ton 66;
  • yeşil ton 96;
  • mavi ton 99.
RGB:
(66,96,99)
(26%,38%,39%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 96 of 255 = 38%
B 99 of 255 = 39%

66
96
99

R + G + B ~ 34%. #426063 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 96 + 99 = 261 (100%)
R 66 of 261 ~ 25.29%
G 96 of 261 ~ 36.78%
B 99 of 261 ~ 37.93%

%25.29
%36.78
%37.93

CMYK RENK MODELİ

#426063 rengi CMYK tonu (33,3,0,61).

  • camgöbeği tonu 33.33%
  • eflatun tonu 3.03%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(33,3,0,61)
C33M3Y0K61 
(33%,3%,0%,61%)
(0.33/0.03/0.00/0.61)	

CMYK yüzdeleri

%33.33
%3.03
%0
%61.18

Codes

Color #426063 in popluar color models

426063
RGB669699
HSL185°20.00%32.35%
HSB/HSV185°33.33%38.82%
CMYK33.33%3.03%0.00%
61.18%

Color #426063 in popluar number systems.

HEX426063
Decimal669699
Binary100001011000001100011
Octal102140143

Shades and tints

Shades of #426063

#426063
(66,96,99)
#3C585A
(60,88,90)
#365051
(54,80,81)
#304848
(48,72,72)
#2A403F
(42,64,63)
#243836
(36,56,54)
#1E302D
(30,48,45)
#182824
(24,40,36)
#12201B
(18,32,27)
#0C1812
(12,24,18)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #426063

#426063
(66,96,99)
#536E71
(83,110,113)
#647C7F
(100,124,127)
#758A8D
(117,138,141)
#86989B
(134,152,155)
#97A6A9
(151,166,169)
#A8B4B7
(168,180,183)
#B9C2C5
(185,194,197)
#CAD0D3
(202,208,211)
#DBDEE1
(219,222,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426063 color. Also use rgb(66,96,99) instead hex code.

Text Font Color

.myTextColor { color: #426063; }

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

This text font color is #426063.


Background Color

.myBgColor { background-color: #426063; }

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

This div background color is #426063.


Border color

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

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

This div border color is #426063.


Opacity

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

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

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

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

This text has shadow with #426063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426063 on black background.


Color preview on white background

This text has color #426063 on white background.



Black color preview on #426063 background

This text has black color on #426063 background.


White color preview on #426063 background

This text has white color on #426063 background.