COLOR #428544

HEX: #428544
RGB: (66,133,68)

Color info

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

RGB color model

#428544 color RGB value is (66,133,68).

  • red value is 66;
  • green value is 133;
  • blue value is 68.
RGB:
(66,133,68)
(26%,52%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 68 of 255 = 27%

66
133
68

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

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 68 = 267 (100%)
R 66 of 267 ~ 24.72%
G 133 of 267 ~ 49.81%
B 68 of 267 ~ 25.47%

%24.72
%49.81
%25.47

CMYK color model

#428544 color CMYK value is (50,0,49,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(50,0,49,48)
C50M0Y49K48 
(50%,0%,49%,48%)
(0.50/0.00/0.49/0.48)	

CMYK percentages

%50.38
%0
%48.87
%47.84

Codes

Color #428544 in popluar color models

428544
RGB6613368
HSL122°33.67%39.02%
HSB/HSV122°50.38%52.16%
CMYK50.38%0.00%48.87%
47.84%

Color #428544 in popluar number systems.

HEX428544
Decimal6613368
Binary1000010100001011000100
Octal102205104

Shades and tints

Shades of #428544

#428544
(66,133,68)
#3C793E
(60,121,62)
#366D38
(54,109,56)
#306132
(48,97,50)
#2A552C
(42,85,44)
#244926
(36,73,38)
#1E3D20
(30,61,32)
#18311A
(24,49,26)
#122514
(18,37,20)
#0C190E
(12,25,14)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #428544

#428544
(66,133,68)
#539055
(83,144,85)
#649B66
(100,155,102)
#75A677
(117,166,119)
#86B188
(134,177,136)
#97BC99
(151,188,153)
#A8C7AA
(168,199,170)
#B9D2BB
(185,210,187)
#CADDCC
(202,221,204)
#DBE8DD
(219,232,221)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428544; }

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

This text font color is #428544.


Background Color

.myBgColor { background-color: #428544; }

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

This div background color is #428544.


Border color

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

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

This div border color is #428544.


Opacity

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

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

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

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

This text has shadow with #428544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428544 on black background.


Color preview on white background

This text has color #428544 on white background.



Black color preview on #428544 background

This text has black color on #428544 background.


White color preview on #428544 background

This text has white color on #428544 background.