COLOR #688060

HEX: #688060
RGB: (104,128,96)

Renk bilgisi

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

RGB renk modeli

#688060 color RGB value is (104,128,96).

  • kırmız ton 104;
  • yeşil ton 128;
  • mavi ton 96.
RGB:
(104,128,96)
(41%,50%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 128 of 255 = 50%
B 96 of 255 = 38%

104
128
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 128 + 96 = 328 (100%)
R 104 of 328 ~ 31.71%
G 128 of 328 ~ 39.02%
B 96 of 328 ~ 29.27%

%31.71
%39.02
%29.27

CMYK RENK MODELİ

#688060 rengi CMYK tonu (19,0,25,50).

  • camgöbeği tonu 18.75%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 49.80%
CMYK:
(19,0,25,50)
C19M0Y25K50 
(19%,0%,25%,50%)
(0.19/0.00/0.25/0.50)	

CMYK yüzdeleri

%18.75
%0
%25
%49.8

Codes

Color #688060 in popluar color models

688060
RGB10412896
HSL105°14.29%43.92%
HSB/HSV105°25.00%50.20%
CMYK18.75%0.00%25.00%
49.80%

Color #688060 in popluar number systems.

HEX688060
Decimal10412896
Binary1101000100000001100000
Octal150200140

Shades and tints

Shades of #688060

#688060
(104,128,96)
#5F7558
(95,117,88)
#566A50
(86,106,80)
#4D5F48
(77,95,72)
#445440
(68,84,64)
#3B4938
(59,73,56)
#323E30
(50,62,48)
#293328
(41,51,40)
#202820
(32,40,32)
#171D18
(23,29,24)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #688060

#688060
(104,128,96)
#758B6E
(117,139,110)
#82967C
(130,150,124)
#8FA18A
(143,161,138)
#9CAC98
(156,172,152)
#A9B7A6
(169,183,166)
#B6C2B4
(182,194,180)
#C3CDC2
(195,205,194)
#D0D8D0
(208,216,208)
#DDE3DE
(221,227,222)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688060 color. Also use rgb(104,128,96) instead hex code.

Text Font Color

.myTextColor { color: #688060; }

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

This text font color is #688060.


Background Color

.myBgColor { background-color: #688060; }

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

This div background color is #688060.


Border color

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

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

This div border color is #688060.


Opacity

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

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

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

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

This text has shadow with #688060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688060 on black background.


Color preview on white background

This text has color #688060 on white background.



Black color preview on #688060 background

This text has black color on #688060 background.


White color preview on #688060 background

This text has white color on #688060 background.