COLOR #469662

HEX: #469662
RGB: (70,150,98)

Color info

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

RGB color model

#469662 color RGB value is (70,150,98).

  • red value is 70;
  • green value is 150;
  • blue value is 98.
RGB:
(70,150,98)
(27%,59%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 150 of 255 = 59%
B 98 of 255 = 38%

70
150
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 150 + 98 = 318 (100%)
R 70 of 318 ~ 22.01%
G 150 of 318 ~ 47.17%
B 98 of 318 ~ 30.82%

%22.01
%47.17
%30.82

CMYK color model

#469662 color CMYK value is (53,0,35,41).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(53,0,35,41)
C53M0Y35K41 
(53%,0%,35%,41%)
(0.53/0.00/0.35/0.41)	

CMYK percentages

%53.33
%0
%34.67
%41.18

Codes

Color #469662 in popluar color models

469662
RGB7015098
HSL141°36.36%43.14%
HSB/HSV141°53.33%58.82%
CMYK53.33%0.00%34.67%
41.18%

Color #469662 in popluar number systems.

HEX469662
Decimal7015098
Binary1000110100101101100010
Octal106226142

Shades and tints

Shades of #469662

#469662
(70,150,98)
#40895A
(64,137,90)
#3A7C52
(58,124,82)
#346F4A
(52,111,74)
#2E6242
(46,98,66)
#28553A
(40,85,58)
#224832
(34,72,50)
#1C3B2A
(28,59,42)
#162E22
(22,46,34)
#10211A
(16,33,26)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #469662

#469662
(70,150,98)
#569F70
(86,159,112)
#66A87E
(102,168,126)
#76B18C
(118,177,140)
#86BA9A
(134,186,154)
#96C3A8
(150,195,168)
#A6CCB6
(166,204,182)
#B6D5C4
(182,213,196)
#C6DED2
(198,222,210)
#D6E7E0
(214,231,224)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469662 color. Also use rgb(70,150,98) instead hex code.

Text Font Color

.myTextColor { color: #469662; }

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

This text font color is #469662.


Background Color

.myBgColor { background-color: #469662; }

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

This div background color is #469662.


Border color

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

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

This div border color is #469662.


Opacity

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

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

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

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

This text has shadow with #469662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469662 on black background.


Color preview on white background

This text has color #469662 on white background.



Black color preview on #469662 background

This text has black color on #469662 background.


White color preview on #469662 background

This text has white color on #469662 background.