COLOR #426B5B

HEX: #426B5B
RGB: (66,107,91)

Renk bilgisi

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

RGB renk modeli

#426B5B color RGB value is (66,107,91).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 107 of 255 = 42%
B 91 of 255 = 36%

66
107
91

R + G + B ~ 35%. #426B5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 107 + 91 = 264 (100%)
R 66 of 264 ~ 25%
G 107 of 264 ~ 40.53%
B 91 of 264 ~ 34.47%

%25
%40.53
%34.47

CMYK RENK MODELİ

#426B5B rengi CMYK tonu (38,0,15,58).

  • camgöbeği tonu 38.32%
  • eflatun tonu 0.00%
  • sarı tonu 14.95%
  • ana renk tonu 58.04%
CMYK:
(38,0,15,58)
C38M0Y15K58 
(38%,0%,15%,58%)
(0.38/0.00/0.15/0.58)	

CMYK yüzdeleri

%38.32
%0
%14.95
%58.04

Codes

Color #426B5B in popluar color models

426B5B
RGB6610791
HSL157°23.70%33.92%
HSB/HSV157°38.32%41.96%
CMYK38.32%0.00%14.95%
58.04%

Color #426B5B in popluar number systems.

HEX426B5B
Decimal6610791
Binary100001011010111011011
Octal102153133

Shades and tints

Shades of #426B5B

#426B5B
(66,107,91)
#3C6253
(60,98,83)
#36594B
(54,89,75)
#305043
(48,80,67)
#2A473B
(42,71,59)
#243E33
(36,62,51)
#1E352B
(30,53,43)
#182C23
(24,44,35)
#12231B
(18,35,27)
#0C1A13
(12,26,19)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #426B5B

#426B5B
(66,107,91)
#537869
(83,120,105)
#648577
(100,133,119)
#759285
(117,146,133)
#869F93
(134,159,147)
#97ACA1
(151,172,161)
#A8B9AF
(168,185,175)
#B9C6BD
(185,198,189)
#CAD3CB
(202,211,203)
#DBE0D9
(219,224,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B5B; }

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

This text font color is #426B5B.


Background Color

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

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

This div background color is #426B5B.


Border color

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

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

This div border color is #426B5B.


Opacity

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

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

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

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

This text has shadow with #426B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B5B on black background.


Color preview on white background

This text has color #426B5B on white background.



Black color preview on #426B5B background

This text has black color on #426B5B background.


White color preview on #426B5B background

This text has white color on #426B5B background.