COLOR #428440

HEX: #428440
RGB: (66,132,64)

Renk bilgisi

#428440 contains mainly green color. #428440 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#428440 color RGB value is (66,132,64).

  • kırmız ton 66;
  • yeşil ton 132;
  • mavi ton 64.
RGB:
(66,132,64)
(26%,52%,25%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 132 of 255 = 52%
B 64 of 255 = 25%

66
132
64

R + G + B ~ 34%. #428440 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 132 + 64 = 262 (100%)
R 66 of 262 ~ 25.19%
G 132 of 262 ~ 50.38%
B 64 of 262 ~ 24.43%

%25.19
%50.38
%24.43

CMYK RENK MODELİ

#428440 rengi CMYK tonu (50,0,52,48).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 51.52%
  • ana renk tonu 48.24%
CMYK:
(50,0,52,48)
C50M0Y52K48 
(50%,0%,52%,48%)
(0.50/0.00/0.52/0.48)	

CMYK yüzdeleri

%50
%0
%51.52
%48.24

Codes

Color #428440 in popluar color models

428440
RGB6613264
HSL118°34.69%38.43%
HSB/HSV118°51.52%51.76%
CMYK50.00%0.00%51.52%
48.24%

Color #428440 in popluar number systems.

HEX428440
Decimal6613264
Binary1000010100001001000000
Octal102204100

Shades and tints

Shades of #428440

#428440
(66,132,64)
#3C783B
(60,120,59)
#366C36
(54,108,54)
#306031
(48,96,49)
#2A542C
(42,84,44)
#244827
(36,72,39)
#1E3C22
(30,60,34)
#18301D
(24,48,29)
#122418
(18,36,24)
#0C1813
(12,24,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #428440

#428440
(66,132,64)
#538F51
(83,143,81)
#649A62
(100,154,98)
#75A573
(117,165,115)
#86B084
(134,176,132)
#97BB95
(151,187,149)
#A8C6A6
(168,198,166)
#B9D1B7
(185,209,183)
#CADCC8
(202,220,200)
#DBE7D9
(219,231,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428440 color. Also use rgb(66,132,64) instead hex code.

Text Font Color

.myTextColor { color: #428440; }

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

This text font color is #428440.


Background Color

.myBgColor { background-color: #428440; }

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

This div background color is #428440.


Border color

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

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

This div border color is #428440.


Opacity

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

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

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

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

This text has shadow with #428440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428440 on black background.


Color preview on white background

This text has color #428440 on white background.



Black color preview on #428440 background

This text has black color on #428440 background.


White color preview on #428440 background

This text has white color on #428440 background.