COLOR #428523

HEX: #428523
RGB: (66,133,35)

Color info

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

RGB color model

#428523 color RGB value is (66,133,35).

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

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 35 of 255 = 14%

66
133
35

R + G + B ~ 31%. #428523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 35 = 234 (100%)
R 66 of 234 ~ 28.21%
G 133 of 234 ~ 56.84%
B 35 of 234 ~ 14.96%

%28.21
%56.84
%14.96

CMYK color model

#428523 color CMYK value is (50,0,74,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 47.84%
CMYK:
(50,0,74,48)
C50M0Y74K48 
(50%,0%,74%,48%)
(0.50/0.00/0.74/0.48)	

CMYK percentages

%50.38
%0
%73.68
%47.84

Codes

Color #428523 in popluar color models

428523
RGB6613335
HSL101°58.33%32.94%
HSB/HSV101°73.68%52.16%
CMYK50.38%0.00%73.68%
47.84%

Color #428523 in popluar number systems.

HEX428523
Decimal6613335
Binary100001010000101100011
Octal10220543

Shades and tints

Shades of #428523

#428523
(66,133,35)
#3C7920
(60,121,32)
#366D1D
(54,109,29)
#30611A
(48,97,26)
#2A5517
(42,85,23)
#244914
(36,73,20)
#1E3D11
(30,61,17)
#18310E
(24,49,14)
#12250B
(18,37,11)
#0C1908
(12,25,8)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #428523

#428523
(66,133,35)
#539037
(83,144,55)
#649B4B
(100,155,75)
#75A65F
(117,166,95)
#86B173
(134,177,115)
#97BC87
(151,188,135)
#A8C79B
(168,199,155)
#B9D2AF
(185,210,175)
#CADDC3
(202,221,195)
#DBE8D7
(219,232,215)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428523; }

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

This text font color is #428523.


Background Color

.myBgColor { background-color: #428523; }

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

This div background color is #428523.


Border color

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

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

This div border color is #428523.


Opacity

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

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

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

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

This text has shadow with #428523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428523 on black background.


Color preview on white background

This text has color #428523 on white background.



Black color preview on #428523 background

This text has black color on #428523 background.


White color preview on #428523 background

This text has white color on #428523 background.