COLOR #469977

HEX: #469977
RGB: (70,153,119)

Color info

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

RGB color model

#469977 color RGB value is (70,153,119).

  • red value is 70;
  • green value is 153;
  • blue value is 119.
RGB:
(70,153,119)
(27%,60%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 153 of 255 = 60%
B 119 of 255 = 47%

70
153
119

R + G + B ~ 45%. #469977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 153 + 119 = 342 (100%)
R 70 of 342 ~ 20.47%
G 153 of 342 ~ 44.74%
B 119 of 342 ~ 34.8%

%20.47
%44.74
%34.8

CMYK color model

#469977 color CMYK value is (54,0,22,40).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(54,0,22,40)
C54M0Y22K40 
(54%,0%,22%,40%)
(0.54/0.00/0.22/0.40)	

CMYK percentages

%54.25
%0
%22.22
%40

Codes

Color #469977 in popluar color models

469977
RGB70153119
HSL155°37.22%43.73%
HSB/HSV155°54.25%60.00%
CMYK54.25%0.00%22.22%
40.00%

Color #469977 in popluar number systems.

HEX469977
Decimal70153119
Binary1000110100110011110111
Octal106231167

Shades and tints

Shades of #469977

#469977
(70,153,119)
#408C6D
(64,140,109)
#3A7F63
(58,127,99)
#347259
(52,114,89)
#2E654F
(46,101,79)
#285845
(40,88,69)
#224B3B
(34,75,59)
#1C3E31
(28,62,49)
#163127
(22,49,39)
#10241D
(16,36,29)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #469977

#469977
(70,153,119)
#56A283
(86,162,131)
#66AB8F
(102,171,143)
#76B49B
(118,180,155)
#86BDA7
(134,189,167)
#96C6B3
(150,198,179)
#A6CFBF
(166,207,191)
#B6D8CB
(182,216,203)
#C6E1D7
(198,225,215)
#D6EAE3
(214,234,227)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469977 color. Also use rgb(70,153,119) instead hex code.

Text Font Color

.myTextColor { color: #469977; }

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

This text font color is #469977.


Background Color

.myBgColor { background-color: #469977; }

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

This div background color is #469977.


Border color

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

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

This div border color is #469977.


Opacity

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

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

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

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

This text has shadow with #469977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469977 on black background.


Color preview on white background

This text has color #469977 on white background.



Black color preview on #469977 background

This text has black color on #469977 background.


White color preview on #469977 background

This text has white color on #469977 background.