COLOR #426D4B

HEX: #426D4B
RGB: (66,109,75)

Renk bilgisi

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

RGB renk modeli

#426D4B color RGB value is (66,109,75).

  • kırmız ton 66;
  • yeşil ton 109;
  • mavi ton 75.
RGB:
(66,109,75)
(26%,43%,29%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 75 of 255 = 29%

66
109
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 75 = 250 (100%)
R 66 of 250 ~ 26.4%
G 109 of 250 ~ 43.6%
B 75 of 250 ~ 30%

%26.4
%43.6
%30

CMYK RENK MODELİ

#426D4B rengi CMYK tonu (39,0,31,57).

  • camgöbeği tonu 39.45%
  • eflatun tonu 0.00%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(39,0,31,57)
C39M0Y31K57 
(39%,0%,31%,57%)
(0.39/0.00/0.31/0.57)	

CMYK yüzdeleri

%39.45
%0
%31.19
%57.25

Codes

Color #426D4B in popluar color models

426D4B
RGB6610975
HSL133°24.57%34.31%
HSB/HSV133°39.45%42.75%
CMYK39.45%0.00%31.19%
57.25%

Color #426D4B in popluar number systems.

HEX426D4B
Decimal6610975
Binary100001011011011001011
Octal102155113

Shades and tints

Shades of #426D4B

#426D4B
(66,109,75)
#3C6445
(60,100,69)
#365B3F
(54,91,63)
#305239
(48,82,57)
#2A4933
(42,73,51)
#24402D
(36,64,45)
#1E3727
(30,55,39)
#182E21
(24,46,33)
#12251B
(18,37,27)
#0C1C15
(12,28,21)
#06130F
(6,19,15)
#000000
(0,0,0)

Tints of #426D4B

#426D4B
(66,109,75)
#537A5B
(83,122,91)
#64876B
(100,135,107)
#75947B
(117,148,123)
#86A18B
(134,161,139)
#97AE9B
(151,174,155)
#A8BBAB
(168,187,171)
#B9C8BB
(185,200,187)
#CAD5CB
(202,213,203)
#DBE2DB
(219,226,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426D4B color. Also use rgb(66,109,75) instead hex code.

Text Font Color

.myTextColor { color: #426D4B; }

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

This text font color is #426D4B.


Background Color

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

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

This div background color is #426D4B.


Border color

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

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

This div border color is #426D4B.


Opacity

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

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

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

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

This text has shadow with #426D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D4B on black background.


Color preview on white background

This text has color #426D4B on white background.



Black color preview on #426D4B background

This text has black color on #426D4B background.


White color preview on #426D4B background

This text has white color on #426D4B background.