COLOR #679080

HEX: #679080
RGB: (103,144,128)

Color info

#679080 contains red, green and blue colors in about the same proportion. Web safe color of #679080 is #669966 (or #696).

RGB color model

#679080 color RGB value is (103,144,128).

  • red value is 103;
  • green value is 144;
  • blue value is 128.
RGB:
(103,144,128)
(40%,56%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 144 of 255 = 56%
B 128 of 255 = 50%

103
144
128

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

Portions of RGB colors in percentages

R + G + B =
103 + 144 + 128 = 375 (100%)
R 103 of 375 ~ 27.47%
G 144 of 375 ~ 38.4%
B 128 of 375 ~ 34.13%

%27.47
%38.4
%34.13

CMYK color model

#679080 color CMYK value is (28,0,11,44).

  • cyan value is 28.47%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%
CMYK:
(28,0,11,44)
C28M0Y11K44 
(28%,0%,11%,44%)
(0.28/0.00/0.11/0.44)	

CMYK percentages

%28.47
%0
%11.11
%43.53

Codes

Color #679080 in popluar color models

679080
RGB103144128
HSL157°16.60%48.43%
HSB/HSV157°28.47%56.47%
CMYK28.47%0.00%11.11%
43.53%

Color #679080 in popluar number systems.

HEX679080
Decimal103144128
Binary11001111001000010000000
Octal147220200

Shades and tints

Shades of #679080

#679080
(103,144,128)
#5E8375
(94,131,117)
#55766A
(85,118,106)
#4C695F
(76,105,95)
#435C54
(67,92,84)
#3A4F49
(58,79,73)
#31423E
(49,66,62)
#283533
(40,53,51)
#1F2828
(31,40,40)
#161B1D
(22,27,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #679080

#679080
(103,144,128)
#749A8B
(116,154,139)
#81A496
(129,164,150)
#8EAEA1
(142,174,161)
#9BB8AC
(155,184,172)
#A8C2B7
(168,194,183)
#B5CCC2
(181,204,194)
#C2D6CD
(194,214,205)
#CFE0D8
(207,224,216)
#DCEAE3
(220,234,227)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679080; }

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

This text font color is #679080.


Background Color

.myBgColor { background-color: #679080; }

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

This div background color is #679080.


Border color

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

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

This div border color is #679080.


Opacity

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

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

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

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

This text has shadow with #679080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679080 on black background.


Color preview on white background

This text has color #679080 on white background.



Black color preview on #679080 background

This text has black color on #679080 background.


White color preview on #679080 background

This text has white color on #679080 background.