COLOR #469A51

HEX: #469A51
RGB: (70,154,81)

Color info

#469A51 contains mainly green color. Web safe color of #469A51 is #339966 (or #396).

RGB color model

#469A51 color RGB value is (70,154,81).

  • red value is 70;
  • green value is 154;
  • blue value is 81.
RGB:
(70,154,81)
(27%,60%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 154 of 255 = 60%
B 81 of 255 = 32%

70
154
81

R + G + B ~ 40%. #469A51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 154 + 81 = 305 (100%)
R 70 of 305 ~ 22.95%
G 154 of 305 ~ 50.49%
B 81 of 305 ~ 26.56%

%22.95
%50.49
%26.56

CMYK color model

#469A51 color CMYK value is (55,0,47,40).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%
CMYK:
(55,0,47,40)
C55M0Y47K40 
(55%,0%,47%,40%)
(0.55/0.00/0.47/0.40)	

CMYK percentages

%54.55
%0
%47.4
%39.61

Codes

Color #469A51 in popluar color models

469A51
RGB7015481
HSL128°37.50%43.92%
HSB/HSV128°54.55%60.39%
CMYK54.55%0.00%47.40%
39.61%

Color #469A51 in popluar number systems.

HEX469A51
Decimal7015481
Binary1000110100110101010001
Octal106232121

Shades and tints

Shades of #469A51

#469A51
(70,154,81)
#408C4A
(64,140,74)
#3A7E43
(58,126,67)
#34703C
(52,112,60)
#2E6235
(46,98,53)
#28542E
(40,84,46)
#224627
(34,70,39)
#1C3820
(28,56,32)
#162A19
(22,42,25)
#101C12
(16,28,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #469A51

#469A51
(70,154,81)
#56A360
(86,163,96)
#66AC6F
(102,172,111)
#76B57E
(118,181,126)
#86BE8D
(134,190,141)
#96C79C
(150,199,156)
#A6D0AB
(166,208,171)
#B6D9BA
(182,217,186)
#C6E2C9
(198,226,201)
#D6EBD8
(214,235,216)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469A51 color. Also use rgb(70,154,81) instead hex code.

Text Font Color

.myTextColor { color: #469A51; }

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

This text font color is #469A51.


Background Color

.myBgColor { background-color: #469A51; }

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

This div background color is #469A51.


Border color

.myBorderColor { border: 1px solid #469A51; }

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

This div border color is #469A51.


Opacity

.myOpacity80 { color: #469A51; opacity: 0.8; }

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

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

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

This text has shadow with #469A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469A51 on black background.


Color preview on white background

This text has color #469A51 on white background.



Black color preview on #469A51 background

This text has black color on #469A51 background.


White color preview on #469A51 background

This text has white color on #469A51 background.