COLOR #428A4A

HEX: #428A4A
RGB: (66,138,74)

Color info

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

RGB color model

#428A4A color RGB value is (66,138,74).

  • red value is 66;
  • green value is 138;
  • blue value is 74.
RGB:
(66,138,74)
(26%,54%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 138 of 255 = 54%
B 74 of 255 = 29%

66
138
74

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

Portions of RGB colors in percentages

R + G + B =
66 + 138 + 74 = 278 (100%)
R 66 of 278 ~ 23.74%
G 138 of 278 ~ 49.64%
B 74 of 278 ~ 26.62%

%23.74
%49.64
%26.62

CMYK color model

#428A4A color CMYK value is (52,0,46,46).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(52,0,46,46)
C52M0Y46K46 
(52%,0%,46%,46%)
(0.52/0.00/0.46/0.46)	

CMYK percentages

%52.17
%0
%46.38
%45.88

Codes

Color #428A4A in popluar color models

428A4A
RGB6613874
HSL127°35.29%40.00%
HSB/HSV127°52.17%54.12%
CMYK52.17%0.00%46.38%
45.88%

Color #428A4A in popluar number systems.

HEX428A4A
Decimal6613874
Binary1000010100010101001010
Octal102212112

Shades and tints

Shades of #428A4A

#428A4A
(66,138,74)
#3C7E44
(60,126,68)
#36723E
(54,114,62)
#306638
(48,102,56)
#2A5A32
(42,90,50)
#244E2C
(36,78,44)
#1E4226
(30,66,38)
#183620
(24,54,32)
#122A1A
(18,42,26)
#0C1E14
(12,30,20)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #428A4A

#428A4A
(66,138,74)
#53945A
(83,148,90)
#649E6A
(100,158,106)
#75A87A
(117,168,122)
#86B28A
(134,178,138)
#97BC9A
(151,188,154)
#A8C6AA
(168,198,170)
#B9D0BA
(185,208,186)
#CADACA
(202,218,202)
#DBE4DA
(219,228,218)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428A4A color. Also use rgb(66,138,74) instead hex code.

Text Font Color

.myTextColor { color: #428A4A; }

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

This text font color is #428A4A.


Background Color

.myBgColor { background-color: #428A4A; }

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

This div background color is #428A4A.


Border color

.myBorderColor { border: 1px solid #428A4A; }

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

This div border color is #428A4A.


Opacity

.myOpacity80 { color: #428A4A; opacity: 0.8; }

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

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

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

This text has shadow with #428A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428A4A on black background.


Color preview on white background

This text has color #428A4A on white background.



Black color preview on #428A4A background

This text has black color on #428A4A background.


White color preview on #428A4A background

This text has white color on #428A4A background.