COLOR #428E59

HEX: #428E59
RGB: (66,142,89)

Renk bilgisi

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

RGB renk modeli

#428E59 color RGB value is (66,142,89).

  • kırmız ton 66;
  • yeşil ton 142;
  • mavi ton 89.
RGB:
(66,142,89)
(26%,56%,35%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 142 of 255 = 56%
B 89 of 255 = 35%

66
142
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 142 + 89 = 297 (100%)
R 66 of 297 ~ 22.22%
G 142 of 297 ~ 47.81%
B 89 of 297 ~ 29.97%

%22.22
%47.81
%29.97

CMYK RENK MODELİ

#428E59 rengi CMYK tonu (54,0,37,44).

  • camgöbeği tonu 53.52%
  • eflatun tonu 0.00%
  • sarı tonu 37.32%
  • ana renk tonu 44.31%
CMYK:
(54,0,37,44)
C54M0Y37K44 
(54%,0%,37%,44%)
(0.54/0.00/0.37/0.44)	

CMYK yüzdeleri

%53.52
%0
%37.32
%44.31

Codes

Color #428E59 in popluar color models

428E59
RGB6614289
HSL138°36.54%40.78%
HSB/HSV138°53.52%55.69%
CMYK53.52%0.00%37.32%
44.31%

Color #428E59 in popluar number systems.

HEX428E59
Decimal6614289
Binary1000010100011101011001
Octal102216131

Shades and tints

Shades of #428E59

#428E59
(66,142,89)
#3C8251
(60,130,81)
#367649
(54,118,73)
#306A41
(48,106,65)
#2A5E39
(42,94,57)
#245231
(36,82,49)
#1E4629
(30,70,41)
#183A21
(24,58,33)
#122E19
(18,46,25)
#0C2211
(12,34,17)
#061609
(6,22,9)
#000000
(0,0,0)

Tints of #428E59

#428E59
(66,142,89)
#539868
(83,152,104)
#64A277
(100,162,119)
#75AC86
(117,172,134)
#86B695
(134,182,149)
#97C0A4
(151,192,164)
#A8CAB3
(168,202,179)
#B9D4C2
(185,212,194)
#CADED1
(202,222,209)
#DBE8E0
(219,232,224)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428E59 color. Also use rgb(66,142,89) instead hex code.

Text Font Color

.myTextColor { color: #428E59; }

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

This text font color is #428E59.


Background Color

.myBgColor { background-color: #428E59; }

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

This div background color is #428E59.


Border color

.myBorderColor { border: 1px solid #428E59; }

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

This div border color is #428E59.


Opacity

.myOpacity80 { color: #428E59; opacity: 0.8; }

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

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

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

This text has shadow with #428E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428E59 on black background.


Color preview on white background

This text has color #428E59 on white background.



Black color preview on #428E59 background

This text has black color on #428E59 background.


White color preview on #428E59 background

This text has white color on #428E59 background.