COLOR #679392

HEX: #679392
RGB: (103,147,146)

Color info

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

RGB color model

#679392 color RGB value is (103,147,146).

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

RGB channels and saturation

R 103 of 255 = 40%
G 147 of 255 = 58%
B 146 of 255 = 57%

103
147
146

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

Portions of RGB colors in percentages

R + G + B =
103 + 147 + 146 = 396 (100%)
R 103 of 396 ~ 26.01%
G 147 of 396 ~ 37.12%
B 146 of 396 ~ 36.87%

%26.01
%37.12
%36.87

CMYK color model

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

  • cyan value is 29.93%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.35%
CMYK:
(30,0,1,42)
C30M0Y1K42 
(30%,0%,1%,42%)
(0.30/0.00/0.01/0.42)	

CMYK percentages

%29.93
%0
%0.68
%42.35

Codes

Color #679392 in popluar color models

679392
RGB103147146
HSL179°17.60%49.02%
HSB/HSV179°29.93%57.65%
CMYK29.93%0.00%0.68%
42.35%

Color #679392 in popluar number systems.

HEX679392
Decimal103147146
Binary11001111001001110010010
Octal147223222

Shades and tints

Shades of #679392

#679392
(103,147,146)
#5E8685
(94,134,133)
#557978
(85,121,120)
#4C6C6B
(76,108,107)
#435F5E
(67,95,94)
#3A5251
(58,82,81)
#314544
(49,69,68)
#283837
(40,56,55)
#1F2B2A
(31,43,42)
#161E1D
(22,30,29)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #679392

#679392
(103,147,146)
#749C9B
(116,156,155)
#81A5A4
(129,165,164)
#8EAEAD
(142,174,173)
#9BB7B6
(155,183,182)
#A8C0BF
(168,192,191)
#B5C9C8
(181,201,200)
#C2D2D1
(194,210,209)
#CFDBDA
(207,219,218)
#DCE4E3
(220,228,227)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679392; }

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

This text font color is #679392.


Background Color

.myBgColor { background-color: #679392; }

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

This div background color is #679392.


Border color

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

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

This div border color is #679392.


Opacity

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

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

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

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

This text has shadow with #679392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679392 on black background.


Color preview on white background

This text has color #679392 on white background.



Black color preview on #679392 background

This text has black color on #679392 background.


White color preview on #679392 background

This text has white color on #679392 background.