COLOR #469D76

HEX: #469D76
RGB: (70,157,118)

Color info

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

RGB color model

#469D76 color RGB value is (70,157,118).

  • red value is 70;
  • green value is 157;
  • blue value is 118.
RGB:
(70,157,118)
(27%,62%,46%)

RGB channels and saturation

R 70 of 255 = 27%
G 157 of 255 = 62%
B 118 of 255 = 46%

70
157
118

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

Portions of RGB colors in percentages

R + G + B =
70 + 157 + 118 = 345 (100%)
R 70 of 345 ~ 20.29%
G 157 of 345 ~ 45.51%
B 118 of 345 ~ 34.2%

%20.29
%45.51
%34.2

CMYK color model

#469D76 color CMYK value is (55,0,25,38).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(55,0,25,38)
C55M0Y25K38 
(55%,0%,25%,38%)
(0.55/0.00/0.25/0.38)	

CMYK percentages

%55.41
%0
%24.84
%38.43

Codes

Color #469D76 in popluar color models

469D76
RGB70157118
HSL153°38.33%44.51%
HSB/HSV153°55.41%61.57%
CMYK55.41%0.00%24.84%
38.43%

Color #469D76 in popluar number systems.

HEX469D76
Decimal70157118
Binary1000110100111011110110
Octal106235166

Shades and tints

Shades of #469D76

#469D76
(70,157,118)
#408F6C
(64,143,108)
#3A8162
(58,129,98)
#347358
(52,115,88)
#2E654E
(46,101,78)
#285744
(40,87,68)
#22493A
(34,73,58)
#1C3B30
(28,59,48)
#162D26
(22,45,38)
#101F1C
(16,31,28)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #469D76

#469D76
(70,157,118)
#56A582
(86,165,130)
#66AD8E
(102,173,142)
#76B59A
(118,181,154)
#86BDA6
(134,189,166)
#96C5B2
(150,197,178)
#A6CDBE
(166,205,190)
#B6D5CA
(182,213,202)
#C6DDD6
(198,221,214)
#D6E5E2
(214,229,226)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469D76 color. Also use rgb(70,157,118) instead hex code.

Text Font Color

.myTextColor { color: #469D76; }

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

This text font color is #469D76.


Background Color

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

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

This div background color is #469D76.


Border color

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

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

This div border color is #469D76.


Opacity

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

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

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

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

This text has shadow with #469D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469D76 on black background.


Color preview on white background

This text has color #469D76 on white background.



Black color preview on #469D76 background

This text has black color on #469D76 background.


White color preview on #469D76 background

This text has white color on #469D76 background.