COLOR #679389

HEX: #679389
RGB: (103,147,137)

Color info

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

RGB color model

#679389 color RGB value is (103,147,137).

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

RGB channels and saturation

R 103 of 255 = 40%
G 147 of 255 = 58%
B 137 of 255 = 54%

103
147
137

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

Portions of RGB colors in percentages

R + G + B =
103 + 147 + 137 = 387 (100%)
R 103 of 387 ~ 26.61%
G 147 of 387 ~ 37.98%
B 137 of 387 ~ 35.4%

%26.61
%37.98
%35.4

CMYK color model

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

  • cyan value is 29.93%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 42.35%
CMYK:
(30,0,7,42)
C30M0Y7K42 
(30%,0%,7%,42%)
(0.30/0.00/0.07/0.42)	

CMYK percentages

%29.93
%0
%6.8
%42.35

Codes

Color #679389 in popluar color models

679389
RGB103147137
HSL166°17.60%49.02%
HSB/HSV166°29.93%57.65%
CMYK29.93%0.00%6.80%
42.35%

Color #679389 in popluar number systems.

HEX679389
Decimal103147137
Binary11001111001001110001001
Octal147223211

Shades and tints

Shades of #679389

#679389
(103,147,137)
#5E867D
(94,134,125)
#557971
(85,121,113)
#4C6C65
(76,108,101)
#435F59
(67,95,89)
#3A524D
(58,82,77)
#314541
(49,69,65)
#283835
(40,56,53)
#1F2B29
(31,43,41)
#161E1D
(22,30,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #679389

#679389
(103,147,137)
#749C93
(116,156,147)
#81A59D
(129,165,157)
#8EAEA7
(142,174,167)
#9BB7B1
(155,183,177)
#A8C0BB
(168,192,187)
#B5C9C5
(181,201,197)
#C2D2CF
(194,210,207)
#CFDBD9
(207,219,217)
#DCE4E3
(220,228,227)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679389; }

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

This text font color is #679389.


Background Color

.myBgColor { background-color: #679389; }

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

This div background color is #679389.


Border color

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

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

This div border color is #679389.


Opacity

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

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

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

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

This text has shadow with #679389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679389 on black background.


Color preview on white background

This text has color #679389 on white background.



Black color preview on #679389 background

This text has black color on #679389 background.


White color preview on #679389 background

This text has white color on #679389 background.