COLOR #426A6C

HEX: #426A6C
RGB: (66,106,108)

Renk bilgisi

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

RGB renk modeli

#426A6C color RGB value is (66,106,108).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 106 of 255 = 42%
B 108 of 255 = 42%

66
106
108

R + G + B ~ 37%. #426A6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 106 + 108 = 280 (100%)
R 66 of 280 ~ 23.57%
G 106 of 280 ~ 37.86%
B 108 of 280 ~ 38.57%

%23.57
%37.86
%38.57

CMYK RENK MODELİ

#426A6C rengi CMYK tonu (39,2,0,58).

  • camgöbeği tonu 38.89%
  • eflatun tonu 1.85%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(39,2,0,58)
C39M2Y0K58 
(39%,2%,0%,58%)
(0.39/0.02/0.00/0.58)	

CMYK yüzdeleri

%38.89
%1.85
%0
%57.65

Codes

Color #426A6C in popluar color models

426A6C
RGB66106108
HSL183°24.14%34.12%
HSB/HSV183°38.89%42.35%
CMYK38.89%1.85%0.00%
57.65%

Color #426A6C in popluar number systems.

HEX426A6C
Decimal66106108
Binary100001011010101101100
Octal102152154

Shades and tints

Shades of #426A6C

#426A6C
(66,106,108)
#3C6163
(60,97,99)
#36585A
(54,88,90)
#304F51
(48,79,81)
#2A4648
(42,70,72)
#243D3F
(36,61,63)
#1E3436
(30,52,54)
#182B2D
(24,43,45)
#122224
(18,34,36)
#0C191B
(12,25,27)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #426A6C

#426A6C
(66,106,108)
#537779
(83,119,121)
#648486
(100,132,134)
#759193
(117,145,147)
#869EA0
(134,158,160)
#97ABAD
(151,171,173)
#A8B8BA
(168,184,186)
#B9C5C7
(185,197,199)
#CAD2D4
(202,210,212)
#DBDFE1
(219,223,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426A6C color. Also use rgb(66,106,108) instead hex code.

Text Font Color

.myTextColor { color: #426A6C; }

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

This text font color is #426A6C.


Background Color

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

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

This div background color is #426A6C.


Border color

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

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

This div border color is #426A6C.


Opacity

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

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

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

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

This text has shadow with #426A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A6C on black background.


Color preview on white background

This text has color #426A6C on white background.



Black color preview on #426A6C background

This text has black color on #426A6C background.


White color preview on #426A6C background

This text has white color on #426A6C background.