COLOR #469828

HEX: #469828
RGB: (70,152,40)

Color info

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

RGB color model

#469828 color RGB value is (70,152,40).

  • red value is 70;
  • green value is 152;
  • blue value is 40.
RGB:
(70,152,40)
(27%,60%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 152 of 255 = 60%
B 40 of 255 = 16%

70
152
40

R + G + B ~ 34%. #469828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 152 + 40 = 262 (100%)
R 70 of 262 ~ 26.72%
G 152 of 262 ~ 58.02%
B 40 of 262 ~ 15.27%

%26.72
%58.02
%15.27

CMYK color model

#469828 color CMYK value is (54,0,74,40).

  • cyan value is 53.95%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 40.39%
CMYK:
(54,0,74,40)
C54M0Y74K40 
(54%,0%,74%,40%)
(0.54/0.00/0.74/0.40)	

CMYK percentages

%53.95
%0
%73.68
%40.39

Codes

Color #469828 in popluar color models

469828
RGB7015240
HSL104°58.33%37.65%
HSB/HSV104°73.68%59.61%
CMYK53.95%0.00%73.68%
40.39%

Color #469828 in popluar number systems.

HEX469828
Decimal7015240
Binary100011010011000101000
Octal10623050

Shades and tints

Shades of #469828

#469828
(70,152,40)
#408B25
(64,139,37)
#3A7E22
(58,126,34)
#34711F
(52,113,31)
#2E641C
(46,100,28)
#285719
(40,87,25)
#224A16
(34,74,22)
#1C3D13
(28,61,19)
#163010
(22,48,16)
#10230D
(16,35,13)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #469828

#469828
(70,152,40)
#56A13B
(86,161,59)
#66AA4E
(102,170,78)
#76B361
(118,179,97)
#86BC74
(134,188,116)
#96C587
(150,197,135)
#A6CE9A
(166,206,154)
#B6D7AD
(182,215,173)
#C6E0C0
(198,224,192)
#D6E9D3
(214,233,211)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469828 color. Also use rgb(70,152,40) instead hex code.

Text Font Color

.myTextColor { color: #469828; }

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

This text font color is #469828.


Background Color

.myBgColor { background-color: #469828; }

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

This div background color is #469828.


Border color

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

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

This div border color is #469828.


Opacity

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

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

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

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

This text has shadow with #469828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469828 on black background.


Color preview on white background

This text has color #469828 on white background.



Black color preview on #469828 background

This text has black color on #469828 background.


White color preview on #469828 background

This text has white color on #469828 background.