COLOR #687676

HEX: #687676
RGB: (104,118,118)

Renk bilgisi

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

RGB renk modeli

#687676 color RGB value is (104,118,118).

  • kırmız ton 104;
  • yeşil ton 118;
  • mavi ton 118.
RGB:
(104,118,118)
(41%,46%,46%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 118 of 255 = 46%
B 118 of 255 = 46%

104
118
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 118 + 118 = 340 (100%)
R 104 of 340 ~ 30.59%
G 118 of 340 ~ 34.71%
B 118 of 340 ~ 34.71%

%30.59
%34.71
%34.71

CMYK RENK MODELİ

#687676 rengi CMYK tonu (12,0,0,54).

  • camgöbeği tonu 11.86%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(12,0,0,54)
C12M0Y0K54 
(12%,0%,0%,54%)
(0.12/0.00/0.00/0.54)	

CMYK yüzdeleri

%11.86
%0
%0
%53.73

Codes

Color #687676 in popluar color models

687676
RGB104118118
HSL180°6.31%43.53%
HSB/HSV180°11.86%46.27%
CMYK11.86%0.00%0.00%
53.73%

Color #687676 in popluar number systems.

HEX687676
Decimal104118118
Binary110100011101101110110
Octal150166166

Shades and tints

Shades of #687676

#687676
(104,118,118)
#5F6C6C
(95,108,108)
#566262
(86,98,98)
#4D5858
(77,88,88)
#444E4E
(68,78,78)
#3B4444
(59,68,68)
#323A3A
(50,58,58)
#293030
(41,48,48)
#202626
(32,38,38)
#171C1C
(23,28,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #687676

#687676
(104,118,118)
#758282
(117,130,130)
#828E8E
(130,142,142)
#8F9A9A
(143,154,154)
#9CA6A6
(156,166,166)
#A9B2B2
(169,178,178)
#B6BEBE
(182,190,190)
#C3CACA
(195,202,202)
#D0D6D6
(208,214,214)
#DDE2E2
(221,226,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687676; }

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

This text font color is #687676.


Background Color

.myBgColor { background-color: #687676; }

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

This div background color is #687676.


Border color

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

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

This div border color is #687676.


Opacity

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

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

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

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

This text has shadow with #687676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687676 on black background.


Color preview on white background

This text has color #687676 on white background.



Black color preview on #687676 background

This text has black color on #687676 background.


White color preview on #687676 background

This text has white color on #687676 background.