COLOR #428249

HEX: #428249
RGB: (66,130,73)

Renk bilgisi

#428249 contains mainly green and blue colors. #428249 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#428249 color RGB value is (66,130,73).

  • kırmız ton 66;
  • yeşil ton 130;
  • mavi ton 73.
RGB:
(66,130,73)
(26%,51%,29%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 130 of 255 = 51%
B 73 of 255 = 29%

66
130
73

R + G + B ~ 35%. #428249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 130 + 73 = 269 (100%)
R 66 of 269 ~ 24.54%
G 130 of 269 ~ 48.33%
B 73 of 269 ~ 27.14%

%24.54
%48.33
%27.14

CMYK RENK MODELİ

#428249 rengi CMYK tonu (49,0,44,49).

  • camgöbeği tonu 49.23%
  • eflatun tonu 0.00%
  • sarı tonu 43.85%
  • ana renk tonu 49.02%
CMYK:
(49,0,44,49)
C49M0Y44K49 
(49%,0%,44%,49%)
(0.49/0.00/0.44/0.49)	

CMYK yüzdeleri

%49.23
%0
%43.85
%49.02

Codes

Color #428249 in popluar color models

428249
RGB6613073
HSL127°32.65%38.43%
HSB/HSV127°49.23%50.98%
CMYK49.23%0.00%43.85%
49.02%

Color #428249 in popluar number systems.

HEX428249
Decimal6613073
Binary1000010100000101001001
Octal102202111

Shades and tints

Shades of #428249

#428249
(66,130,73)
#3C7743
(60,119,67)
#366C3D
(54,108,61)
#306137
(48,97,55)
#2A5631
(42,86,49)
#244B2B
(36,75,43)
#1E4025
(30,64,37)
#18351F
(24,53,31)
#122A19
(18,42,25)
#0C1F13
(12,31,19)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #428249

#428249
(66,130,73)
#538D59
(83,141,89)
#649869
(100,152,105)
#75A379
(117,163,121)
#86AE89
(134,174,137)
#97B999
(151,185,153)
#A8C4A9
(168,196,169)
#B9CFB9
(185,207,185)
#CADAC9
(202,218,201)
#DBE5D9
(219,229,217)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428249 color. Also use rgb(66,130,73) instead hex code.

Text Font Color

.myTextColor { color: #428249; }

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

This text font color is #428249.


Background Color

.myBgColor { background-color: #428249; }

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

This div background color is #428249.


Border color

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

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

This div border color is #428249.


Opacity

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

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

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

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

This text has shadow with #428249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428249 on black background.


Color preview on white background

This text has color #428249 on white background.



Black color preview on #428249 background

This text has black color on #428249 background.


White color preview on #428249 background

This text has white color on #428249 background.