COLOR #428761

HEX: #428761
RGB: (66,135,97)

Color info

#428761 contains mainly green and blue colors. Web safe color of #428761 is #339966 (or #396).

RGB color model

#428761 color RGB value is (66,135,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 135 of 255 = 53%
B 97 of 255 = 38%

66
135
97

R + G + B ~ 39%. #428761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 135 + 97 = 298 (100%)
R 66 of 298 ~ 22.15%
G 135 of 298 ~ 45.3%
B 97 of 298 ~ 32.55%

%22.15
%45.3
%32.55

CMYK color model

#428761 color CMYK value is (51,0,28,47).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK:
(51,0,28,47)
C51M0Y28K47 
(51%,0%,28%,47%)
(0.51/0.00/0.28/0.47)	

CMYK percentages

%51.11
%0
%28.15
%47.06

Codes

Color #428761 in popluar color models

428761
RGB6613597
HSL147°34.33%39.41%
HSB/HSV147°51.11%52.94%
CMYK51.11%0.00%28.15%
47.06%

Color #428761 in popluar number systems.

HEX428761
Decimal6613597
Binary1000010100001111100001
Octal102207141

Shades and tints

Shades of #428761

#428761
(66,135,97)
#3C7B59
(60,123,89)
#366F51
(54,111,81)
#306349
(48,99,73)
#2A5741
(42,87,65)
#244B39
(36,75,57)
#1E3F31
(30,63,49)
#183329
(24,51,41)
#122721
(18,39,33)
#0C1B19
(12,27,25)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #428761

#428761
(66,135,97)
#53916F
(83,145,111)
#649B7D
(100,155,125)
#75A58B
(117,165,139)
#86AF99
(134,175,153)
#97B9A7
(151,185,167)
#A8C3B5
(168,195,181)
#B9CDC3
(185,205,195)
#CAD7D1
(202,215,209)
#DBE1DF
(219,225,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428761; }

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

This text font color is #428761.


Background Color

.myBgColor { background-color: #428761; }

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

This div background color is #428761.


Border color

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

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

This div border color is #428761.


Opacity

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

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

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

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

This text has shadow with #428761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428761 on black background.


Color preview on white background

This text has color #428761 on white background.



Black color preview on #428761 background

This text has black color on #428761 background.


White color preview on #428761 background

This text has white color on #428761 background.