COLOR #688D77

HEX: #688D77
RGB: (104,141,119)

Renk bilgisi

#688D77 contains red, green and blue colors in about the same proportion. #688D77 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#688D77 color RGB value is (104,141,119).

  • kırmız ton 104;
  • yeşil ton 141;
  • mavi ton 119.
RGB:
(104,141,119)
(41%,55%,47%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 141 of 255 = 55%
B 119 of 255 = 47%

104
141
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 141 + 119 = 364 (100%)
R 104 of 364 ~ 28.57%
G 141 of 364 ~ 38.74%
B 119 of 364 ~ 32.69%

%28.57
%38.74
%32.69

CMYK RENK MODELİ

#688D77 rengi CMYK tonu (26,0,16,45).

  • camgöbeği tonu 26.24%
  • eflatun tonu 0.00%
  • sarı tonu 15.60%
  • ana renk tonu 44.71%
CMYK:
(26,0,16,45)
C26M0Y16K45 
(26%,0%,16%,45%)
(0.26/0.00/0.16/0.45)	

CMYK yüzdeleri

%26.24
%0
%15.6
%44.71

Codes

Color #688D77 in popluar color models

688D77
RGB104141119
HSL144°15.10%48.04%
HSB/HSV144°26.24%55.29%
CMYK26.24%0.00%15.60%
44.71%

Color #688D77 in popluar number systems.

HEX688D77
Decimal104141119
Binary1101000100011011110111
Octal150215167

Shades and tints

Shades of #688D77

#688D77
(104,141,119)
#5F816D
(95,129,109)
#567563
(86,117,99)
#4D6959
(77,105,89)
#445D4F
(68,93,79)
#3B5145
(59,81,69)
#32453B
(50,69,59)
#293931
(41,57,49)
#202D27
(32,45,39)
#17211D
(23,33,29)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #688D77

#688D77
(104,141,119)
#759783
(117,151,131)
#82A18F
(130,161,143)
#8FAB9B
(143,171,155)
#9CB5A7
(156,181,167)
#A9BFB3
(169,191,179)
#B6C9BF
(182,201,191)
#C3D3CB
(195,211,203)
#D0DDD7
(208,221,215)
#DDE7E3
(221,231,227)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688D77; }

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

This text font color is #688D77.


Background Color

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

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

This div background color is #688D77.


Border color

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

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

This div border color is #688D77.


Opacity

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

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

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

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

This text has shadow with #688D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D77 on black background.


Color preview on white background

This text has color #688D77 on white background.



Black color preview on #688D77 background

This text has black color on #688D77 background.


White color preview on #688D77 background

This text has white color on #688D77 background.