COLOR #428561

HEX: #428561
RGB: (66,133,97)

Renk bilgisi

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

RGB renk modeli

#428561 color RGB value is (66,133,97).

  • kırmız ton 66;
  • yeşil ton 133;
  • mavi ton 97.
RGB:
(66,133,97)
(26%,52%,38%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 133 of 255 = 52%
B 97 of 255 = 38%

66
133
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 133 + 97 = 296 (100%)
R 66 of 296 ~ 22.3%
G 133 of 296 ~ 44.93%
B 97 of 296 ~ 32.77%

%22.3
%44.93
%32.77

CMYK RENK MODELİ

#428561 rengi CMYK tonu (50,0,27,48).

  • camgöbeği tonu 50.38%
  • eflatun tonu 0.00%
  • sarı tonu 27.07%
  • ana renk tonu 47.84%
CMYK:
(50,0,27,48)
C50M0Y27K48 
(50%,0%,27%,48%)
(0.50/0.00/0.27/0.48)	

CMYK yüzdeleri

%50.38
%0
%27.07
%47.84

Codes

Color #428561 in popluar color models

428561
RGB6613397
HSL148°33.67%39.02%
HSB/HSV148°50.38%52.16%
CMYK50.38%0.00%27.07%
47.84%

Color #428561 in popluar number systems.

HEX428561
Decimal6613397
Binary1000010100001011100001
Octal102205141

Shades and tints

Shades of #428561

#428561
(66,133,97)
#3C7959
(60,121,89)
#366D51
(54,109,81)
#306149
(48,97,73)
#2A5541
(42,85,65)
#244939
(36,73,57)
#1E3D31
(30,61,49)
#183129
(24,49,41)
#122521
(18,37,33)
#0C1919
(12,25,25)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #428561

#428561
(66,133,97)
#53906F
(83,144,111)
#649B7D
(100,155,125)
#75A68B
(117,166,139)
#86B199
(134,177,153)
#97BCA7
(151,188,167)
#A8C7B5
(168,199,181)
#B9D2C3
(185,210,195)
#CADDD1
(202,221,209)
#DBE8DF
(219,232,223)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428561 color. Also use rgb(66,133,97) instead hex code.

Text Font Color

.myTextColor { color: #428561; }

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

This text font color is #428561.


Background Color

.myBgColor { background-color: #428561; }

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

This div background color is #428561.


Border color

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

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

This div border color is #428561.


Opacity

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

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

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

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

This text has shadow with #428561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428561 on black background.


Color preview on white background

This text has color #428561 on white background.



Black color preview on #428561 background

This text has black color on #428561 background.


White color preview on #428561 background

This text has white color on #428561 background.