COLOR #426B63

HEX: #426B63
RGB: (66,107,99)

Renk bilgisi

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

RGB renk modeli

#426B63 color RGB value is (66,107,99).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 107 of 255 = 42%
B 99 of 255 = 39%

66
107
99

R + G + B ~ 36%. #426B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 107 + 99 = 272 (100%)
R 66 of 272 ~ 24.26%
G 107 of 272 ~ 39.34%
B 99 of 272 ~ 36.4%

%24.26
%39.34
%36.4

CMYK RENK MODELİ

#426B63 rengi CMYK tonu (38,0,7,58).

  • camgöbeği tonu 38.32%
  • eflatun tonu 0.00%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(38,0,7,58)
C38M0Y7K58 
(38%,0%,7%,58%)
(0.38/0.00/0.07/0.58)	

CMYK yüzdeleri

%38.32
%0
%7.48
%58.04

Codes

Color #426B63 in popluar color models

426B63
RGB6610799
HSL168°23.70%33.92%
HSB/HSV168°38.32%41.96%
CMYK38.32%0.00%7.48%
58.04%

Color #426B63 in popluar number systems.

HEX426B63
Decimal6610799
Binary100001011010111100011
Octal102153143

Shades and tints

Shades of #426B63

#426B63
(66,107,99)
#3C625A
(60,98,90)
#365951
(54,89,81)
#305048
(48,80,72)
#2A473F
(42,71,63)
#243E36
(36,62,54)
#1E352D
(30,53,45)
#182C24
(24,44,36)
#12231B
(18,35,27)
#0C1A12
(12,26,18)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #426B63

#426B63
(66,107,99)
#537871
(83,120,113)
#64857F
(100,133,127)
#75928D
(117,146,141)
#869F9B
(134,159,155)
#97ACA9
(151,172,169)
#A8B9B7
(168,185,183)
#B9C6C5
(185,198,197)
#CAD3D3
(202,211,211)
#DBE0E1
(219,224,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B63; }

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

This text font color is #426B63.


Background Color

.myBgColor { background-color: #426B63; }

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

This div background color is #426B63.


Border color

.myBorderColor { border: 1px solid #426B63; }

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

This div border color is #426B63.


Opacity

.myOpacity80 { color: #426B63; opacity: 0.8; }

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

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

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

This text has shadow with #426B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B63 on black background.


Color preview on white background

This text has color #426B63 on white background.



Black color preview on #426B63 background

This text has black color on #426B63 background.


White color preview on #426B63 background

This text has white color on #426B63 background.