COLOR #426A4D

HEX: #426A4D
RGB: (66,106,77)

Renk bilgisi

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

RGB renk modeli

#426A4D color RGB value is (66,106,77).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 106 of 255 = 42%
B 77 of 255 = 30%

66
106
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 106 + 77 = 249 (100%)
R 66 of 249 ~ 26.51%
G 106 of 249 ~ 42.57%
B 77 of 249 ~ 30.92%

%26.51
%42.57
%30.92

CMYK RENK MODELİ

#426A4D rengi CMYK tonu (38,0,27,58).

  • camgöbeği tonu 37.74%
  • eflatun tonu 0.00%
  • sarı tonu 27.36%
  • ana renk tonu 58.43%
CMYK:
(38,0,27,58)
C38M0Y27K58 
(38%,0%,27%,58%)
(0.38/0.00/0.27/0.58)	

CMYK yüzdeleri

%37.74
%0
%27.36
%58.43

Codes

Color #426A4D in popluar color models

426A4D
RGB6610677
HSL137°23.26%33.73%
HSB/HSV137°37.74%41.57%
CMYK37.74%0.00%27.36%
58.43%

Color #426A4D in popluar number systems.

HEX426A4D
Decimal6610677
Binary100001011010101001101
Octal102152115

Shades and tints

Shades of #426A4D

#426A4D
(66,106,77)
#3C6146
(60,97,70)
#36583F
(54,88,63)
#304F38
(48,79,56)
#2A4631
(42,70,49)
#243D2A
(36,61,42)
#1E3423
(30,52,35)
#182B1C
(24,43,28)
#122215
(18,34,21)
#0C190E
(12,25,14)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #426A4D

#426A4D
(66,106,77)
#53775D
(83,119,93)
#64846D
(100,132,109)
#75917D
(117,145,125)
#869E8D
(134,158,141)
#97AB9D
(151,171,157)
#A8B8AD
(168,184,173)
#B9C5BD
(185,197,189)
#CAD2CD
(202,210,205)
#DBDFDD
(219,223,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426A4D; }

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

This text font color is #426A4D.


Background Color

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

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

This div background color is #426A4D.


Border color

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

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

This div border color is #426A4D.


Opacity

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

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

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

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

This text has shadow with #426A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426A4D on black background.


Color preview on white background

This text has color #426A4D on white background.



Black color preview on #426A4D background

This text has black color on #426A4D background.


White color preview on #426A4D background

This text has white color on #426A4D background.