COLOR #428365

HEX: #428365
RGB: (66,131,101)

Renk bilgisi

#428365 contains mainly green and blue colors. #428365 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#428365 color RGB value is (66,131,101).

  • kırmız ton 66;
  • yeşil ton 131;
  • mavi ton 101.
RGB:
(66,131,101)
(26%,51%,40%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 131 of 255 = 51%
B 101 of 255 = 40%

66
131
101

R + G + B ~ 39%. #428365 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 131 + 101 = 298 (100%)
R 66 of 298 ~ 22.15%
G 131 of 298 ~ 43.96%
B 101 of 298 ~ 33.89%

%22.15
%43.96
%33.89

CMYK RENK MODELİ

#428365 rengi CMYK tonu (50,0,23,49).

  • camgöbeği tonu 49.62%
  • eflatun tonu 0.00%
  • sarı tonu 22.90%
  • ana renk tonu 48.63%
CMYK:
(50,0,23,49)
C50M0Y23K49 
(50%,0%,23%,49%)
(0.50/0.00/0.23/0.49)	

CMYK yüzdeleri

%49.62
%0
%22.9
%48.63

Codes

Color #428365 in popluar color models

428365
RGB66131101
HSL152°32.99%38.63%
HSB/HSV152°49.62%51.37%
CMYK49.62%0.00%22.90%
48.63%

Color #428365 in popluar number systems.

HEX428365
Decimal66131101
Binary1000010100000111100101
Octal102203145

Shades and tints

Shades of #428365

#428365
(66,131,101)
#3C785C
(60,120,92)
#366D53
(54,109,83)
#30624A
(48,98,74)
#2A5741
(42,87,65)
#244C38
(36,76,56)
#1E412F
(30,65,47)
#183626
(24,54,38)
#122B1D
(18,43,29)
#0C2014
(12,32,20)
#06150B
(6,21,11)
#000000
(0,0,0)

Tints of #428365

#428365
(66,131,101)
#538E73
(83,142,115)
#649981
(100,153,129)
#75A48F
(117,164,143)
#86AF9D
(134,175,157)
#97BAAB
(151,186,171)
#A8C5B9
(168,197,185)
#B9D0C7
(185,208,199)
#CADBD5
(202,219,213)
#DBE6E3
(219,230,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428365 color. Also use rgb(66,131,101) instead hex code.

Text Font Color

.myTextColor { color: #428365; }

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

This text font color is #428365.


Background Color

.myBgColor { background-color: #428365; }

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

This div background color is #428365.


Border color

.myBorderColor { border: 1px solid #428365; }

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

This div border color is #428365.


Opacity

.myOpacity80 { color: #428365; opacity: 0.8; }

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

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

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

This text has shadow with #428365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428365 on black background.


Color preview on white background

This text has color #428365 on white background.



Black color preview on #428365 background

This text has black color on #428365 background.


White color preview on #428365 background

This text has white color on #428365 background.