COLOR #679999

HEX: #679999
RGB: (103,153,153)

Color info

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

RGB color model

#679999 color RGB value is (103,153,153).

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

RGB channels and saturation

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

103
153
153

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

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 153 = 409 (100%)
R 103 of 409 ~ 25.18%
G 153 of 409 ~ 37.41%
B 153 of 409 ~ 37.41%

%25.18
%37.41
%37.41

CMYK color model

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

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

CMYK percentages

%32.68
%0
%0
%40

Codes

Color #679999 in popluar color models

679999
RGB103153153
HSL180°19.69%50.20%
HSB/HSV180°32.68%60.00%
CMYK32.68%0.00%0.00%
40.00%

Color #679999 in popluar number systems.

HEX679999
Decimal103153153
Binary11001111001100110011001
Octal147231231

Shades and tints

Shades of #679999

#679999
(103,153,153)
#5E8C8C
(94,140,140)
#557F7F
(85,127,127)
#4C7272
(76,114,114)
#436565
(67,101,101)
#3A5858
(58,88,88)
#314B4B
(49,75,75)
#283E3E
(40,62,62)
#1F3131
(31,49,49)
#162424
(22,36,36)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #679999

#679999
(103,153,153)
#74A2A2
(116,162,162)
#81ABAB
(129,171,171)
#8EB4B4
(142,180,180)
#9BBDBD
(155,189,189)
#A8C6C6
(168,198,198)
#B5CFCF
(181,207,207)
#C2D8D8
(194,216,216)
#CFE1E1
(207,225,225)
#DCEAEA
(220,234,234)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679999; }

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

This text font color is #679999.


Background Color

.myBgColor { background-color: #679999; }

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

This div background color is #679999.


Border color

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

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

This div border color is #679999.


Opacity

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

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

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

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

This text has shadow with #679999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679999 on black background.


Color preview on white background

This text has color #679999 on white background.



Black color preview on #679999 background

This text has black color on #679999 background.


White color preview on #679999 background

This text has white color on #679999 background.