COLOR #688D7A

HEX: #688D7A RGB: (104,141,122)

Color info

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

RGB color model

#688D7A color RGB value is (104,141,122).

RGB: (104,141,122) (41%, 55%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 122 of 255 = 48%

104
141
122

R + G + B ~ 48%. #688D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 141 + 122 = 367 (100%)
R 104 of 367 ~ 28.34%
G 141 of 367 ~ 38.42%
B 122 of 367 ~ 33.24'%

%28.34
%38.42
%33.24

CMYK color model

#688D7A color CMYK value is (26,0,13,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK: (26,0,13,45) C26M0Y13K45 (26%,0%,13%,45%) (0.26/0.00/0.13/0.45) 

CMYK percentages

%26.24
%0
%13.48
%44.71

Codes

Color #688D7A in popluar color models

68 8D 7A
RGB 104 141 122
HSL 149° 15.10% 48.04%
HSB/HSV 149° 26.24% 55.29%
CMYK 26.24% 0.00% 13.48%
44.71%

Color #688D7A in popluar number systems.

HEX 68 8D 7A
Decimal 104 141 122
Binary 1101000 10001101 1111010
Octal 150 215 172

Shades and tints

Shades of #688D7A

#688D7A
(104,141,122)
#5F816F
(95,129,111)
#567564
(86,117,100)
#4D6959
(77,105,89)
#445D4E
(68,93,78)
#3B5143
(59,81,67)
#324538
(50,69,56)
#29392D
(41,57,45)
#202D22
(32,45,34)
#172117
(23,33,23)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #688D7A

#688D7A
(104,141,122)
#759786
(117,151,134)
#82A192
(130,161,146)
#8FAB9E
(143,171,158)
#9CB5AA
(156,181,170)
#A9BFB6
(169,191,182)
#B6C9C2
(182,201,194)
#C3D3CE
(195,211,206)
#D0DDDA
(208,221,218)
#DDE7E6
(221,231,230)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688D7A color. Also use rgb(104,141,122) instead hex code.

Text Font Color

.myTextColor { color: #688D7A; }

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

This text font color is #688D7A.

Background Color

.myBgColor { background-color: #688D7A; }

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

This div background color is #688D7A.

Border color

.myBorderColor { border: 1px solid #688D7A; }

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

This div border color is #688D7A.

Opacity

.myOpacity80 { color: #688D7A; opacity: 0.8; }

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

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

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

This text has shadow with #688D7A color.


.textShadow {text-shadow: 3px 3px 1px #688D7A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688D7A; -webkit-box-shadow: 1px 1px 3px 2px #688D7A; box-shadow:1px 1px 3px 2px #688D7A;">
Div content here
</div>

This div box has shadow with color #688D7A.

Preview

Color preview on black background

This text has color #688D7A on black background.


Color preview on white background

This text has color #688D7A on white background.


Black color preview on #688D7A background

This text has black color on #688D7A background.


White color preview on #688D7A background

This text has white color on #688D7A background.


Related colors

Complementary color

Complementary color for #hex is #977285.


I love getcolorcode.com

Triadic colors

1 #7A688D and #8D7A68 with #688D7A are triadic colors.

2 #7A8D68 and #8D687A with #688D7A are triadic colors.