COLOR #679599

HEX: #679599
RGB: (103,149,153)

Color info

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

RGB color model

#679599 color RGB value is (103,149,153).

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

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 153 of 255 = 60%

103
149
153

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

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 153 = 405 (100%)
R 103 of 405 ~ 25.43%
G 149 of 405 ~ 36.79%
B 153 of 405 ~ 37.78%

%25.43
%36.79
%37.78

CMYK color model

#679599 color CMYK value is (33,3,0,40).

  • cyan value is 32.68%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,3,0,40)
C33M3Y0K40 
(33%,3%,0%,40%)
(0.33/0.03/0.00/0.40)	

CMYK percentages

%32.68
%2.61
%0
%40

Codes

Color #679599 in popluar color models

679599
RGB103149153
HSL185°19.69%50.20%
HSB/HSV185°32.68%60.00%
CMYK32.68%2.61%0.00%
40.00%

Color #679599 in popluar number systems.

HEX679599
Decimal103149153
Binary11001111001010110011001
Octal147225231

Shades and tints

Shades of #679599

#679599
(103,149,153)
#5E888C
(94,136,140)
#557B7F
(85,123,127)
#4C6E72
(76,110,114)
#436165
(67,97,101)
#3A5458
(58,84,88)
#31474B
(49,71,75)
#283A3E
(40,58,62)
#1F2D31
(31,45,49)
#162024
(22,32,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #679599

#679599
(103,149,153)
#749EA2
(116,158,162)
#81A7AB
(129,167,171)
#8EB0B4
(142,176,180)
#9BB9BD
(155,185,189)
#A8C2C6
(168,194,198)
#B5CBCF
(181,203,207)
#C2D4D8
(194,212,216)
#CFDDE1
(207,221,225)
#DCE6EA
(220,230,234)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679599; }

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

This text font color is #679599.


Background Color

.myBgColor { background-color: #679599; }

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

This div background color is #679599.


Border color

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

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

This div border color is #679599.


Opacity

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

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

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

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

This text has shadow with #679599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679599 on black background.


Color preview on white background

This text has color #679599 on white background.



Black color preview on #679599 background

This text has black color on #679599 background.


White color preview on #679599 background

This text has white color on #679599 background.