COLOR #679494

HEX: #679494
RGB: (103,148,148)

Color info

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

RGB color model

#679494 color RGB value is (103,148,148).

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

RGB channels and saturation

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

103
148
148

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

Portions of RGB colors in percentages

R + G + B =
103 + 148 + 148 = 399 (100%)
R 103 of 399 ~ 25.81%
G 148 of 399 ~ 37.09%
B 148 of 399 ~ 37.09%

%25.81
%37.09
%37.09

CMYK color model

#679494 color CMYK value is (30,0,0,42).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,0,0,42)
C30M0Y0K42 
(30%,0%,0%,42%)
(0.30/0.00/0.00/0.42)	

CMYK percentages

%30.41
%0
%0
%41.96

Codes

Color #679494 in popluar color models

679494
RGB103148148
HSL180°17.93%49.22%
HSB/HSV180°30.41%58.04%
CMYK30.41%0.00%0.00%
41.96%

Color #679494 in popluar number systems.

HEX679494
Decimal103148148
Binary11001111001010010010100
Octal147224224

Shades and tints

Shades of #679494

#679494
(103,148,148)
#5E8787
(94,135,135)
#557A7A
(85,122,122)
#4C6D6D
(76,109,109)
#436060
(67,96,96)
#3A5353
(58,83,83)
#314646
(49,70,70)
#283939
(40,57,57)
#1F2C2C
(31,44,44)
#161F1F
(22,31,31)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #679494

#679494
(103,148,148)
#749D9D
(116,157,157)
#81A6A6
(129,166,166)
#8EAFAF
(142,175,175)
#9BB8B8
(155,184,184)
#A8C1C1
(168,193,193)
#B5CACA
(181,202,202)
#C2D3D3
(194,211,211)
#CFDCDC
(207,220,220)
#DCE5E5
(220,229,229)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679494; }

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

This text font color is #679494.


Background Color

.myBgColor { background-color: #679494; }

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

This div background color is #679494.


Border color

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

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

This div border color is #679494.


Opacity

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

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

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

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

This text has shadow with #679494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679494 on black background.


Color preview on white background

This text has color #679494 on white background.



Black color preview on #679494 background

This text has black color on #679494 background.


White color preview on #679494 background

This text has white color on #679494 background.