COLOR #688481

HEX: #688481
RGB: (104,132,129)

Renk bilgisi

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

RGB renk modeli

#688481 color RGB value is (104,132,129).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 132 of 255 = 52%
B 129 of 255 = 51%

104
132
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 132 + 129 = 365 (100%)
R 104 of 365 ~ 28.49%
G 132 of 365 ~ 36.16%
B 129 of 365 ~ 35.34%

%28.49
%36.16
%35.34

CMYK RENK MODELİ

#688481 rengi CMYK tonu (21,0,2,48).

  • camgöbeği tonu 21.21%
  • eflatun tonu 0.00%
  • sarı tonu 2.27%
  • ana renk tonu 48.24%
CMYK:
(21,0,2,48)
C21M0Y2K48 
(21%,0%,2%,48%)
(0.21/0.00/0.02/0.48)	

CMYK yüzdeleri

%21.21
%0
%2.27
%48.24

Codes

Color #688481 in popluar color models

688481
RGB104132129
HSL174°11.86%46.27%
HSB/HSV174°21.21%51.76%
CMYK21.21%0.00%2.27%
48.24%

Color #688481 in popluar number systems.

HEX688481
Decimal104132129
Binary11010001000010010000001
Octal150204201

Shades and tints

Shades of #688481

#688481
(104,132,129)
#5F7876
(95,120,118)
#566C6B
(86,108,107)
#4D6060
(77,96,96)
#445455
(68,84,85)
#3B484A
(59,72,74)
#323C3F
(50,60,63)
#293034
(41,48,52)
#202429
(32,36,41)
#17181E
(23,24,30)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #688481

#688481
(104,132,129)
#758F8C
(117,143,140)
#829A97
(130,154,151)
#8FA5A2
(143,165,162)
#9CB0AD
(156,176,173)
#A9BBB8
(169,187,184)
#B6C6C3
(182,198,195)
#C3D1CE
(195,209,206)
#D0DCD9
(208,220,217)
#DDE7E4
(221,231,228)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688481; }

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

This text font color is #688481.


Background Color

.myBgColor { background-color: #688481; }

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

This div background color is #688481.


Border color

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

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

This div border color is #688481.


Opacity

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

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

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

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

This text has shadow with #688481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688481 on black background.


Color preview on white background

This text has color #688481 on white background.



Black color preview on #688481 background

This text has black color on #688481 background.


White color preview on #688481 background

This text has white color on #688481 background.