COLOR #676D74

HEX: #676D74
RGB: (103,109,116)

Renk bilgisi

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

RGB renk modeli

#676D74 color RGB value is (103,109,116).

  • kırmız ton 103;
  • yeşil ton 109;
  • mavi ton 116.
RGB:
(103,109,116)
(40%,43%,45%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 116 of 255 = 45%

103
109
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 116 = 328 (100%)
R 103 of 328 ~ 31.4%
G 109 of 328 ~ 33.23%
B 116 of 328 ~ 35.37%

%31.4
%33.23
%35.37

CMYK RENK MODELİ

#676D74 rengi CMYK tonu (11,6,0,55).

  • camgöbeği tonu 11.21%
  • eflatun tonu 6.03%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(11,6,0,55)
C11M6Y0K55 
(11%,6%,0%,55%)
(0.11/0.06/0.00/0.55)	

CMYK yüzdeleri

%11.21
%6.03
%0
%54.51

Codes

Color #676D74 in popluar color models

676D74
RGB103109116
HSL212°5.94%42.94%
HSB/HSV212°11.21%45.49%
CMYK11.21%6.03%0.00%
54.51%

Color #676D74 in popluar number systems.

HEX676D74
Decimal103109116
Binary110011111011011110100
Octal147155164

Shades and tints

Shades of #676D74

#676D74
(103,109,116)
#5E646A
(94,100,106)
#555B60
(85,91,96)
#4C5256
(76,82,86)
#43494C
(67,73,76)
#3A4042
(58,64,66)
#313738
(49,55,56)
#282E2E
(40,46,46)
#1F2524
(31,37,36)
#161C1A
(22,28,26)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #676D74

#676D74
(103,109,116)
#747A80
(116,122,128)
#81878C
(129,135,140)
#8E9498
(142,148,152)
#9BA1A4
(155,161,164)
#A8AEB0
(168,174,176)
#B5BBBC
(181,187,188)
#C2C8C8
(194,200,200)
#CFD5D4
(207,213,212)
#DCE2E0
(220,226,224)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D74 color. Also use rgb(103,109,116) instead hex code.

Text Font Color

.myTextColor { color: #676D74; }

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

This text font color is #676D74.


Background Color

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

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

This div background color is #676D74.


Border color

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

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

This div border color is #676D74.


Opacity

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

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

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

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

This text has shadow with #676D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D74 on black background.


Color preview on white background

This text has color #676D74 on white background.



Black color preview on #676D74 background

This text has black color on #676D74 background.


White color preview on #676D74 background

This text has white color on #676D74 background.