COLOR #428649

HEX: #428649
RGB: (66,134,73)

Color info

#428649 contains mainly green color. Web safe color of #428649 is #339933 (or #393).

RGB color model

#428649 color RGB value is (66,134,73).

  • red value is 66;
  • green value is 134;
  • blue value is 73.
RGB:
(66,134,73)
(26%,53%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 134 of 255 = 53%
B 73 of 255 = 29%

66
134
73

R + G + B ~ 36%. #428649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 134 + 73 = 273 (100%)
R 66 of 273 ~ 24.18%
G 134 of 273 ~ 49.08%
B 73 of 273 ~ 26.74%

%24.18
%49.08
%26.74

CMYK color model

#428649 color CMYK value is (51,0,46,47).

  • cyan value is 50.75%
  • magenta value is 0.00%
  • yellow value is 45.52%
  • key color value is 47.45%
CMYK:
(51,0,46,47)
C51M0Y46K47 
(51%,0%,46%,47%)
(0.51/0.00/0.46/0.47)	

CMYK percentages

%50.75
%0
%45.52
%47.45

Codes

Color #428649 in popluar color models

428649
RGB6613473
HSL126°34.00%39.22%
HSB/HSV126°50.75%52.55%
CMYK50.75%0.00%45.52%
47.45%

Color #428649 in popluar number systems.

HEX428649
Decimal6613473
Binary1000010100001101001001
Octal102206111

Shades and tints

Shades of #428649

#428649
(66,134,73)
#3C7A43
(60,122,67)
#366E3D
(54,110,61)
#306237
(48,98,55)
#2A5631
(42,86,49)
#244A2B
(36,74,43)
#1E3E25
(30,62,37)
#18321F
(24,50,31)
#122619
(18,38,25)
#0C1A13
(12,26,19)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #428649

#428649
(66,134,73)
#539159
(83,145,89)
#649C69
(100,156,105)
#75A779
(117,167,121)
#86B289
(134,178,137)
#97BD99
(151,189,153)
#A8C8A9
(168,200,169)
#B9D3B9
(185,211,185)
#CADEC9
(202,222,201)
#DBE9D9
(219,233,217)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428649; }

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

This text font color is #428649.


Background Color

.myBgColor { background-color: #428649; }

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

This div background color is #428649.


Border color

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

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

This div border color is #428649.


Opacity

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

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

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

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

This text has shadow with #428649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428649 on black background.


Color preview on white background

This text has color #428649 on white background.



Black color preview on #428649 background

This text has black color on #428649 background.


White color preview on #428649 background

This text has white color on #428649 background.