COLOR #688773

HEX: #688773
RGB: (104,135,115)

Color info

#688773 contains red, green and blue colors in about the same proportion. Web safe color of #688773 is #669966 (or #696).

RGB color model

#688773 color RGB value is (104,135,115).

  • red value is 104;
  • green value is 135;
  • blue value is 115.
RGB:
(104,135,115)
(41%,53%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 115 of 255 = 45%

104
135
115

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

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 115 = 354 (100%)
R 104 of 354 ~ 29.38%
G 135 of 354 ~ 38.14%
B 115 of 354 ~ 32.49%

%29.38
%38.14
%32.49

CMYK color model

#688773 color CMYK value is (23,0,15,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(23,0,15,47)
C23M0Y15K47 
(23%,0%,15%,47%)
(0.23/0.00/0.15/0.47)	

CMYK percentages

%22.96
%0
%14.81
%47.06

Codes

Color #688773 in popluar color models

688773
RGB104135115
HSL141°12.97%46.86%
HSB/HSV141°22.96%52.94%
CMYK22.96%0.00%14.81%
47.06%

Color #688773 in popluar number systems.

HEX688773
Decimal104135115
Binary1101000100001111110011
Octal150207163

Shades and tints

Shades of #688773

#688773
(104,135,115)
#5F7B69
(95,123,105)
#566F5F
(86,111,95)
#4D6355
(77,99,85)
#44574B
(68,87,75)
#3B4B41
(59,75,65)
#323F37
(50,63,55)
#29332D
(41,51,45)
#202723
(32,39,35)
#171B19
(23,27,25)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #688773

#688773
(104,135,115)
#75917F
(117,145,127)
#829B8B
(130,155,139)
#8FA597
(143,165,151)
#9CAFA3
(156,175,163)
#A9B9AF
(169,185,175)
#B6C3BB
(182,195,187)
#C3CDC7
(195,205,199)
#D0D7D3
(208,215,211)
#DDE1DF
(221,225,223)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688773 color. Also use rgb(104,135,115) instead hex code.

Text Font Color

.myTextColor { color: #688773; }

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

This text font color is #688773.


Background Color

.myBgColor { background-color: #688773; }

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

This div background color is #688773.


Border color

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

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

This div border color is #688773.


Opacity

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

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

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

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

This text has shadow with #688773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688773 on black background.


Color preview on white background

This text has color #688773 on white background.



Black color preview on #688773 background

This text has black color on #688773 background.


White color preview on #688773 background

This text has white color on #688773 background.