COLOR #679496

HEX: #679496
RGB: (103,148,150)

Color info

#679496 contains red, green and blue colors in about the same proportion. Web safe color of #679496 is #669999 (or #699).

RGB color model

#679496 color RGB value is (103,148,150).

  • red value is 103;
  • green value is 148;
  • blue value is 150.
RGB:
(103,148,150)
(40%,58%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 148 of 255 = 58%
B 150 of 255 = 59%

103
148
150

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

Portions of RGB colors in percentages

R + G + B =
103 + 148 + 150 = 401 (100%)
R 103 of 401 ~ 25.69%
G 148 of 401 ~ 36.91%
B 150 of 401 ~ 37.41%

%25.69
%36.91
%37.41

CMYK color model

#679496 color CMYK value is (31,1,0,41).

  • cyan value is 31.33%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,1,0,41)
C31M1Y0K41 
(31%,1%,0%,41%)
(0.31/0.01/0.00/0.41)	

CMYK percentages

%31.33
%1.33
%0
%41.18

Codes

Color #679496 in popluar color models

679496
RGB103148150
HSL183°18.58%49.61%
HSB/HSV183°31.33%58.82%
CMYK31.33%1.33%0.00%
41.18%

Color #679496 in popluar number systems.

HEX679496
Decimal103148150
Binary11001111001010010010110
Octal147224226

Shades and tints

Shades of #679496

#679496
(103,148,150)
#5E8789
(94,135,137)
#557A7C
(85,122,124)
#4C6D6F
(76,109,111)
#436062
(67,96,98)
#3A5355
(58,83,85)
#314648
(49,70,72)
#28393B
(40,57,59)
#1F2C2E
(31,44,46)
#161F21
(22,31,33)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #679496

#679496
(103,148,150)
#749D9F
(116,157,159)
#81A6A8
(129,166,168)
#8EAFB1
(142,175,177)
#9BB8BA
(155,184,186)
#A8C1C3
(168,193,195)
#B5CACC
(181,202,204)
#C2D3D5
(194,211,213)
#CFDCDE
(207,220,222)
#DCE5E7
(220,229,231)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679496 color. Also use rgb(103,148,150) instead hex code.

Text Font Color

.myTextColor { color: #679496; }

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

This text font color is #679496.


Background Color

.myBgColor { background-color: #679496; }

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

This div background color is #679496.


Border color

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

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

This div border color is #679496.


Opacity

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

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

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

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

This text has shadow with #679496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679496 on black background.


Color preview on white background

This text has color #679496 on white background.



Black color preview on #679496 background

This text has black color on #679496 background.


White color preview on #679496 background

This text has white color on #679496 background.