COLOR #688480

HEX: #688480
RGB: (104,132,128)

Renk bilgisi

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

RGB renk modeli

#688480 color RGB value is (104,132,128).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 132 of 255 = 52%
B 128 of 255 = 50%

104
132
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 132 + 128 = 364 (100%)
R 104 of 364 ~ 28.57%
G 132 of 364 ~ 36.26%
B 128 of 364 ~ 35.16%

%28.57
%36.26
%35.16

CMYK RENK MODELİ

#688480 rengi CMYK tonu (21,0,3,48).

  • camgöbeği tonu 21.21%
  • eflatun tonu 0.00%
  • sarı tonu 3.03%
  • ana renk tonu 48.24%
CMYK:
(21,0,3,48)
C21M0Y3K48 
(21%,0%,3%,48%)
(0.21/0.00/0.03/0.48)	

CMYK yüzdeleri

%21.21
%0
%3.03
%48.24

Codes

Color #688480 in popluar color models

688480
RGB104132128
HSL171°11.86%46.27%
HSB/HSV171°21.21%51.76%
CMYK21.21%0.00%3.03%
48.24%

Color #688480 in popluar number systems.

HEX688480
Decimal104132128
Binary11010001000010010000000
Octal150204200

Shades and tints

Shades of #688480

#688480
(104,132,128)
#5F7875
(95,120,117)
#566C6A
(86,108,106)
#4D605F
(77,96,95)
#445454
(68,84,84)
#3B4849
(59,72,73)
#323C3E
(50,60,62)
#293033
(41,48,51)
#202428
(32,36,40)
#17181D
(23,24,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #688480

#688480
(104,132,128)
#758F8B
(117,143,139)
#829A96
(130,154,150)
#8FA5A1
(143,165,161)
#9CB0AC
(156,176,172)
#A9BBB7
(169,187,183)
#B6C6C2
(182,198,194)
#C3D1CD
(195,209,205)
#D0DCD8
(208,220,216)
#DDE7E3
(221,231,227)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688480; }

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

This text font color is #688480.


Background Color

.myBgColor { background-color: #688480; }

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

This div background color is #688480.


Border color

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

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

This div border color is #688480.


Opacity

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

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

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

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

This text has shadow with #688480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688480 on black background.


Color preview on white background

This text has color #688480 on white background.



Black color preview on #688480 background

This text has black color on #688480 background.


White color preview on #688480 background

This text has white color on #688480 background.