COLOR #676A74

HEX: #676A74
RGB: (103,106,116)

Renk bilgisi

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

RGB renk modeli

#676A74 color RGB value is (103,106,116).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 106 of 255 = 42%
B 116 of 255 = 45%

103
106
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 116 = 325 (100%)
R 103 of 325 ~ 31.69%
G 106 of 325 ~ 32.62%
B 116 of 325 ~ 35.69%

%31.69
%32.62
%35.69

CMYK RENK MODELİ

#676A74 rengi CMYK tonu (11,9,0,55).

  • camgöbeği tonu 11.21%
  • eflatun tonu 8.62%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(11,9,0,55)
C11M9Y0K55 
(11%,9%,0%,55%)
(0.11/0.09/0.00/0.55)	

CMYK yüzdeleri

%11.21
%8.62
%0
%54.51

Codes

Color #676A74 in popluar color models

676A74
RGB103106116
HSL226°5.94%42.94%
HSB/HSV226°11.21%45.49%
CMYK11.21%8.62%0.00%
54.51%

Color #676A74 in popluar number systems.

HEX676A74
Decimal103106116
Binary110011111010101110100
Octal147152164

Shades and tints

Shades of #676A74

#676A74
(103,106,116)
#5E616A
(94,97,106)
#555860
(85,88,96)
#4C4F56
(76,79,86)
#43464C
(67,70,76)
#3A3D42
(58,61,66)
#313438
(49,52,56)
#282B2E
(40,43,46)
#1F2224
(31,34,36)
#16191A
(22,25,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #676A74

#676A74
(103,106,116)
#747780
(116,119,128)
#81848C
(129,132,140)
#8E9198
(142,145,152)
#9B9EA4
(155,158,164)
#A8ABB0
(168,171,176)
#B5B8BC
(181,184,188)
#C2C5C8
(194,197,200)
#CFD2D4
(207,210,212)
#DCDFE0
(220,223,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A74; }

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

This text font color is #676A74.


Background Color

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

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

This div background color is #676A74.


Border color

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

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

This div border color is #676A74.


Opacity

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

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

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

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

This text has shadow with #676A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A74 on black background.


Color preview on white background

This text has color #676A74 on white background.



Black color preview on #676A74 background

This text has black color on #676A74 background.


White color preview on #676A74 background

This text has white color on #676A74 background.