COLOR #688671

HEX: #688671
RGB: (104,134,113)

Renk bilgisi

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

RGB renk modeli

#688671 color RGB value is (104,134,113).

  • kırmız ton 104;
  • yeşil ton 134;
  • mavi ton 113.
RGB:
(104,134,113)
(41%,53%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 134 of 255 = 53%
B 113 of 255 = 44%

104
134
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 134 + 113 = 351 (100%)
R 104 of 351 ~ 29.63%
G 134 of 351 ~ 38.18%
B 113 of 351 ~ 32.19%

%29.63
%38.18
%32.19

CMYK RENK MODELİ

#688671 rengi CMYK tonu (22,0,16,47).

  • camgöbeği tonu 22.39%
  • eflatun tonu 0.00%
  • sarı tonu 15.67%
  • ana renk tonu 47.45%
CMYK:
(22,0,16,47)
C22M0Y16K47 
(22%,0%,16%,47%)
(0.22/0.00/0.16/0.47)	

CMYK yüzdeleri

%22.39
%0
%15.67
%47.45

Codes

Color #688671 in popluar color models

688671
RGB104134113
HSL138°12.61%46.67%
HSB/HSV138°22.39%52.55%
CMYK22.39%0.00%15.67%
47.45%

Color #688671 in popluar number systems.

HEX688671
Decimal104134113
Binary1101000100001101110001
Octal150206161

Shades and tints

Shades of #688671

#688671
(104,134,113)
#5F7A67
(95,122,103)
#566E5D
(86,110,93)
#4D6253
(77,98,83)
#445649
(68,86,73)
#3B4A3F
(59,74,63)
#323E35
(50,62,53)
#29322B
(41,50,43)
#202621
(32,38,33)
#171A17
(23,26,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #688671

#688671
(104,134,113)
#75917D
(117,145,125)
#829C89
(130,156,137)
#8FA795
(143,167,149)
#9CB2A1
(156,178,161)
#A9BDAD
(169,189,173)
#B6C8B9
(182,200,185)
#C3D3C5
(195,211,197)
#D0DED1
(208,222,209)
#DDE9DD
(221,233,221)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688671 color. Also use rgb(104,134,113) instead hex code.

Text Font Color

.myTextColor { color: #688671; }

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

This text font color is #688671.


Background Color

.myBgColor { background-color: #688671; }

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

This div background color is #688671.


Border color

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

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

This div border color is #688671.


Opacity

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

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

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

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

This text has shadow with #688671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688671 on black background.


Color preview on white background

This text has color #688671 on white background.



Black color preview on #688671 background

This text has black color on #688671 background.


White color preview on #688671 background

This text has white color on #688671 background.