COLOR #676E68

HEX: #676E68
RGB: (103,110,104)

Renk bilgisi

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

RGB renk modeli

#676E68 color RGB value is (103,110,104).

  • kırmız ton 103;
  • yeşil ton 110;
  • mavi ton 104.
RGB:
(103,110,104)
(40%,43%,41%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 110 of 255 = 43%
B 104 of 255 = 41%

103
110
104

R + G + B ~ 41%. #676E68 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 110 + 104 = 317 (100%)
R 103 of 317 ~ 32.49%
G 110 of 317 ~ 34.7%
B 104 of 317 ~ 32.81%

%32.49
%34.7
%32.81

CMYK RENK MODELİ

#676E68 rengi CMYK tonu (6,0,5,57).

  • camgöbeği tonu 6.36%
  • eflatun tonu 0.00%
  • sarı tonu 5.45%
  • ana renk tonu 56.86%
CMYK:
(6,0,5,57)
C6M0Y5K57 
(6%,0%,5%,57%)
(0.06/0.00/0.05/0.57)	

CMYK yüzdeleri

%6.36
%0
%5.45
%56.86

Codes

Color #676E68 in popluar color models

676E68
RGB103110104
HSL129°3.29%41.76%
HSB/HSV129°6.36%43.14%
CMYK6.36%0.00%5.45%
56.86%

Color #676E68 in popluar number systems.

HEX676E68
Decimal103110104
Binary110011111011101101000
Octal147156150

Shades and tints

Shades of #676E68

#676E68
(103,110,104)
#5E645F
(94,100,95)
#555A56
(85,90,86)
#4C504D
(76,80,77)
#434644
(67,70,68)
#3A3C3B
(58,60,59)
#313232
(49,50,50)
#282829
(40,40,41)
#1F1E20
(31,30,32)
#161417
(22,20,23)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #676E68

#676E68
(103,110,104)
#747B75
(116,123,117)
#818882
(129,136,130)
#8E958F
(142,149,143)
#9BA29C
(155,162,156)
#A8AFA9
(168,175,169)
#B5BCB6
(181,188,182)
#C2C9C3
(194,201,195)
#CFD6D0
(207,214,208)
#DCE3DD
(220,227,221)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E68 color. Also use rgb(103,110,104) instead hex code.

Text Font Color

.myTextColor { color: #676E68; }

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

This text font color is #676E68.


Background Color

.myBgColor { background-color: #676E68; }

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

This div background color is #676E68.


Border color

.myBorderColor { border: 1px solid #676E68; }

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

This div border color is #676E68.


Opacity

.myOpacity80 { color: #676E68; opacity: 0.8; }

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

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

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

This text has shadow with #676E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E68 on black background.


Color preview on white background

This text has color #676E68 on white background.



Black color preview on #676E68 background

This text has black color on #676E68 background.


White color preview on #676E68 background

This text has white color on #676E68 background.