COLOR #426B71

HEX: #426B71
RGB: (66,107,113)

Renk bilgisi

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

RGB renk modeli

#426B71 color RGB value is (66,107,113).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 107 of 255 = 42%
B 113 of 255 = 44%

66
107
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 107 + 113 = 286 (100%)
R 66 of 286 ~ 23.08%
G 107 of 286 ~ 37.41%
B 113 of 286 ~ 39.51%

%23.08
%37.41
%39.51

CMYK RENK MODELİ

#426B71 rengi CMYK tonu (42,5,0,56).

  • camgöbeği tonu 41.59%
  • eflatun tonu 5.31%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(42,5,0,56)
C42M5Y0K56 
(42%,5%,0%,56%)
(0.42/0.05/0.00/0.56)	

CMYK yüzdeleri

%41.59
%5.31
%0
%55.69

Codes

Color #426B71 in popluar color models

426B71
RGB66107113
HSL188°26.26%35.10%
HSB/HSV188°41.59%44.31%
CMYK41.59%5.31%0.00%
55.69%

Color #426B71 in popluar number systems.

HEX426B71
Decimal66107113
Binary100001011010111110001
Octal102153161

Shades and tints

Shades of #426B71

#426B71
(66,107,113)
#3C6267
(60,98,103)
#36595D
(54,89,93)
#305053
(48,80,83)
#2A4749
(42,71,73)
#243E3F
(36,62,63)
#1E3535
(30,53,53)
#182C2B
(24,44,43)
#122321
(18,35,33)
#0C1A17
(12,26,23)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #426B71

#426B71
(66,107,113)
#53787D
(83,120,125)
#648589
(100,133,137)
#759295
(117,146,149)
#869FA1
(134,159,161)
#97ACAD
(151,172,173)
#A8B9B9
(168,185,185)
#B9C6C5
(185,198,197)
#CAD3D1
(202,211,209)
#DBE0DD
(219,224,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B71; }

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

This text font color is #426B71.


Background Color

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

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

This div background color is #426B71.


Border color

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

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

This div border color is #426B71.


Opacity

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

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

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

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

This text has shadow with #426B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B71 on black background.


Color preview on white background

This text has color #426B71 on white background.



Black color preview on #426B71 background

This text has black color on #426B71 background.


White color preview on #426B71 background

This text has white color on #426B71 background.