COLOR #469A6D

HEX: #469A6D
RGB: (70,154,109)

Color info

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

RGB color model

#469A6D color RGB value is (70,154,109).

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

RGB channels and saturation

R 70 of 255 = 27%
G 154 of 255 = 60%
B 109 of 255 = 43%

70
154
109

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

Portions of RGB colors in percentages

R + G + B =
70 + 154 + 109 = 333 (100%)
R 70 of 333 ~ 21.02%
G 154 of 333 ~ 46.25%
B 109 of 333 ~ 32.73%

%21.02
%46.25
%32.73

CMYK color model

#469A6D color CMYK value is (55,0,29,40).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(55,0,29,40)
C55M0Y29K40 
(55%,0%,29%,40%)
(0.55/0.00/0.29/0.40)	

CMYK percentages

%54.55
%0
%29.22
%39.61

Codes

Color #469A6D in popluar color models

469A6D
RGB70154109
HSL148°37.50%43.92%
HSB/HSV148°54.55%60.39%
CMYK54.55%0.00%29.22%
39.61%

Color #469A6D in popluar number systems.

HEX469A6D
Decimal70154109
Binary1000110100110101101101
Octal106232155

Shades and tints

Shades of #469A6D

#469A6D
(70,154,109)
#408C64
(64,140,100)
#3A7E5B
(58,126,91)
#347052
(52,112,82)
#2E6249
(46,98,73)
#285440
(40,84,64)
#224637
(34,70,55)
#1C382E
(28,56,46)
#162A25
(22,42,37)
#101C1C
(16,28,28)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #469A6D

#469A6D
(70,154,109)
#56A37A
(86,163,122)
#66AC87
(102,172,135)
#76B594
(118,181,148)
#86BEA1
(134,190,161)
#96C7AE
(150,199,174)
#A6D0BB
(166,208,187)
#B6D9C8
(182,217,200)
#C6E2D5
(198,226,213)
#D6EBE2
(214,235,226)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469A6D; }

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

This text font color is #469A6D.


Background Color

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

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

This div background color is #469A6D.


Border color

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

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

This div border color is #469A6D.


Opacity

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

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

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

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

This text has shadow with #469A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469A6D on black background.


Color preview on white background

This text has color #469A6D on white background.



Black color preview on #469A6D background

This text has black color on #469A6D background.


White color preview on #469A6D background

This text has white color on #469A6D background.