COLOR #679588

HEX: #679588
RGB: (103,149,136)

Color info

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

RGB color model

#679588 color RGB value is (103,149,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 136 of 255 = 53%

103
149
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 136 = 388 (100%)
R 103 of 388 ~ 26.55%
G 149 of 388 ~ 38.4%
B 136 of 388 ~ 35.05%

%26.55
%38.4
%35.05

CMYK color model

#679588 color CMYK value is (31,0,9,42).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(31,0,9,42)
C31M0Y9K42 
(31%,0%,9%,42%)
(0.31/0.00/0.09/0.42)	

CMYK percentages

%30.87
%0
%8.72
%41.57

Codes

Color #679588 in popluar color models

679588
RGB103149136
HSL163°18.25%49.41%
HSB/HSV163°30.87%58.43%
CMYK30.87%0.00%8.72%
41.57%

Color #679588 in popluar number systems.

HEX679588
Decimal103149136
Binary11001111001010110001000
Octal147225210

Shades and tints

Shades of #679588

#679588
(103,149,136)
#5E887C
(94,136,124)
#557B70
(85,123,112)
#4C6E64
(76,110,100)
#436158
(67,97,88)
#3A544C
(58,84,76)
#314740
(49,71,64)
#283A34
(40,58,52)
#1F2D28
(31,45,40)
#16201C
(22,32,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #679588

#679588
(103,149,136)
#749E92
(116,158,146)
#81A79C
(129,167,156)
#8EB0A6
(142,176,166)
#9BB9B0
(155,185,176)
#A8C2BA
(168,194,186)
#B5CBC4
(181,203,196)
#C2D4CE
(194,212,206)
#CFDDD8
(207,221,216)
#DCE6E2
(220,230,226)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679588; }

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

This text font color is #679588.


Background Color

.myBgColor { background-color: #679588; }

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

This div background color is #679588.


Border color

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

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

This div border color is #679588.


Opacity

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

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

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

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

This text has shadow with #679588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679588 on black background.


Color preview on white background

This text has color #679588 on white background.



Black color preview on #679588 background

This text has black color on #679588 background.


White color preview on #679588 background

This text has white color on #679588 background.