COLOR #687376

HEX: #687376
RGB: (104,115,118)

Renk bilgisi

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

RGB renk modeli

#687376 color RGB value is (104,115,118).

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

RGB bağlantıları ve doygunluk

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

104
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 115 + 118 = 337 (100%)
R 104 of 337 ~ 30.86%
G 115 of 337 ~ 34.12%
B 118 of 337 ~ 35.01%

%30.86
%34.12
%35.01

CMYK RENK MODELİ

#687376 rengi CMYK tonu (12,3,0,54).

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

CMYK yüzdeleri

%11.86
%2.54
%0
%53.73

Codes

Color #687376 in popluar color models

687376
RGB104115118
HSL193°6.31%43.53%
HSB/HSV193°11.86%46.27%
CMYK11.86%2.54%0.00%
53.73%

Color #687376 in popluar number systems.

HEX687376
Decimal104115118
Binary110100011100111110110
Octal150163166

Shades and tints

Shades of #687376

#687376
(104,115,118)
#5F696C
(95,105,108)
#565F62
(86,95,98)
#4D5558
(77,85,88)
#444B4E
(68,75,78)
#3B4144
(59,65,68)
#32373A
(50,55,58)
#292D30
(41,45,48)
#202326
(32,35,38)
#17191C
(23,25,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #687376

#687376
(104,115,118)
#757F82
(117,127,130)
#828B8E
(130,139,142)
#8F979A
(143,151,154)
#9CA3A6
(156,163,166)
#A9AFB2
(169,175,178)
#B6BBBE
(182,187,190)
#C3C7CA
(195,199,202)
#D0D3D6
(208,211,214)
#DDDFE2
(221,223,226)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687376; }

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

This text font color is #687376.


Background Color

.myBgColor { background-color: #687376; }

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

This div background color is #687376.


Border color

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

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

This div border color is #687376.


Opacity

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

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

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

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

This text has shadow with #687376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687376 on black background.


Color preview on white background

This text has color #687376 on white background.



Black color preview on #687376 background

This text has black color on #687376 background.


White color preview on #687376 background

This text has white color on #687376 background.