COLOR #426A4E

HEX: #426A4E
RGB: (66,106,78)

Renk bilgisi

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

RGB renk modeli

#426A4E color RGB value is (66,106,78).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 106 of 255 = 42%
B 78 of 255 = 31%

66
106
78

R + G + B ~ 33%. #426A4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 106 + 78 = 250 (100%)
R 66 of 250 ~ 26.4%
G 106 of 250 ~ 42.4%
B 78 of 250 ~ 31.2%

%26.4
%42.4
%31.2

CMYK RENK MODELİ

#426A4E rengi CMYK tonu (38,0,26,58).

  • camgöbeği tonu 37.74%
  • eflatun tonu 0.00%
  • sarı tonu 26.42%
  • ana renk tonu 58.43%
CMYK:
(38,0,26,58)
C38M0Y26K58 
(38%,0%,26%,58%)
(0.38/0.00/0.26/0.58)	

CMYK yüzdeleri

%37.74
%0
%26.42
%58.43

Codes

Color #426A4E in popluar color models

426A4E
RGB6610678
HSL138°23.26%33.73%
HSB/HSV138°37.74%41.57%
CMYK37.74%0.00%26.42%
58.43%

Color #426A4E in popluar number systems.

HEX426A4E
Decimal6610678
Binary100001011010101001110
Octal102152116

Shades and tints

Shades of #426A4E

#426A4E
(66,106,78)
#3C6147
(60,97,71)
#365840
(54,88,64)
#304F39
(48,79,57)
#2A4632
(42,70,50)
#243D2B
(36,61,43)
#1E3424
(30,52,36)
#182B1D
(24,43,29)
#122216
(18,34,22)
#0C190F
(12,25,15)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #426A4E

#426A4E
(66,106,78)
#53775E
(83,119,94)
#64846E
(100,132,110)
#75917E
(117,145,126)
#869E8E
(134,158,142)
#97AB9E
(151,171,158)
#A8B8AE
(168,184,174)
#B9C5BE
(185,197,190)
#CAD2CE
(202,210,206)
#DBDFDE
(219,223,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426A4E; }

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

This text font color is #426A4E.


Background Color

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

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

This div background color is #426A4E.


Border color

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

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

This div border color is #426A4E.


Opacity

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

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

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

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

This text has shadow with #426A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A4E on black background.


Color preview on white background

This text has color #426A4E on white background.



Black color preview on #426A4E background

This text has black color on #426A4E background.


White color preview on #426A4E background

This text has white color on #426A4E background.