COLOR #428743

HEX: #428743
RGB: (66,135,67)

Color info

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

RGB color model

#428743 color RGB value is (66,135,67).

  • red value is 66;
  • green value is 135;
  • blue value is 67.
RGB:
(66,135,67)
(26%,53%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 135 of 255 = 53%
B 67 of 255 = 26%

66
135
67

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

Portions of RGB colors in percentages

R + G + B =
66 + 135 + 67 = 268 (100%)
R 66 of 268 ~ 24.63%
G 135 of 268 ~ 50.37%
B 67 of 268 ~ 25%

%24.63
%50.37
%25

CMYK color model

#428743 color CMYK value is (51,0,50,47).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 50.37%
  • key color value is 47.06%
CMYK:
(51,0,50,47)
C51M0Y50K47 
(51%,0%,50%,47%)
(0.51/0.00/0.50/0.47)	

CMYK percentages

%51.11
%0
%50.37
%47.06

Codes

Color #428743 in popluar color models

428743
RGB6613567
HSL121°34.33%39.41%
HSB/HSV121°51.11%52.94%
CMYK51.11%0.00%50.37%
47.06%

Color #428743 in popluar number systems.

HEX428743
Decimal6613567
Binary1000010100001111000011
Octal102207103

Shades and tints

Shades of #428743

#428743
(66,135,67)
#3C7B3D
(60,123,61)
#366F37
(54,111,55)
#306331
(48,99,49)
#2A572B
(42,87,43)
#244B25
(36,75,37)
#1E3F1F
(30,63,31)
#183319
(24,51,25)
#122713
(18,39,19)
#0C1B0D
(12,27,13)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #428743

#428743
(66,135,67)
#539154
(83,145,84)
#649B65
(100,155,101)
#75A576
(117,165,118)
#86AF87
(134,175,135)
#97B998
(151,185,152)
#A8C3A9
(168,195,169)
#B9CDBA
(185,205,186)
#CAD7CB
(202,215,203)
#DBE1DC
(219,225,220)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428743 color. Also use rgb(66,135,67) instead hex code.

Text Font Color

.myTextColor { color: #428743; }

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

This text font color is #428743.


Background Color

.myBgColor { background-color: #428743; }

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

This div background color is #428743.


Border color

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

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

This div border color is #428743.


Opacity

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

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

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

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

This text has shadow with #428743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428743 on black background.


Color preview on white background

This text has color #428743 on white background.



Black color preview on #428743 background

This text has black color on #428743 background.


White color preview on #428743 background

This text has white color on #428743 background.