COLOR #469668

HEX: #469668
RGB: (70,150,104)

Color info

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

RGB color model

#469668 color RGB value is (70,150,104).

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

RGB channels and saturation

R 70 of 255 = 27%
G 150 of 255 = 59%
B 104 of 255 = 41%

70
150
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 150 + 104 = 324 (100%)
R 70 of 324 ~ 21.6%
G 150 of 324 ~ 46.3%
B 104 of 324 ~ 32.1%

%21.6
%46.3
%32.1

CMYK color model

#469668 color CMYK value is (53,0,31,41).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(53,0,31,41)
C53M0Y31K41 
(53%,0%,31%,41%)
(0.53/0.00/0.31/0.41)	

CMYK percentages

%53.33
%0
%30.67
%41.18

Codes

Color #469668 in popluar color models

469668
RGB70150104
HSL146°36.36%43.14%
HSB/HSV146°53.33%58.82%
CMYK53.33%0.00%30.67%
41.18%

Color #469668 in popluar number systems.

HEX469668
Decimal70150104
Binary1000110100101101101000
Octal106226150

Shades and tints

Shades of #469668

#469668
(70,150,104)
#40895F
(64,137,95)
#3A7C56
(58,124,86)
#346F4D
(52,111,77)
#2E6244
(46,98,68)
#28553B
(40,85,59)
#224832
(34,72,50)
#1C3B29
(28,59,41)
#162E20
(22,46,32)
#102117
(16,33,23)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #469668

#469668
(70,150,104)
#569F75
(86,159,117)
#66A882
(102,168,130)
#76B18F
(118,177,143)
#86BA9C
(134,186,156)
#96C3A9
(150,195,169)
#A6CCB6
(166,204,182)
#B6D5C3
(182,213,195)
#C6DED0
(198,222,208)
#D6E7DD
(214,231,221)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469668; }

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

This text font color is #469668.


Background Color

.myBgColor { background-color: #469668; }

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

This div background color is #469668.


Border color

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

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

This div border color is #469668.


Opacity

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

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

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

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

This text has shadow with #469668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469668 on black background.


Color preview on white background

This text has color #469668 on white background.



Black color preview on #469668 background

This text has black color on #469668 background.


White color preview on #469668 background

This text has white color on #469668 background.