COLOR #676B74

HEX: #676B74
RGB: (103,107,116)

Renk bilgisi

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

RGB renk modeli

#676B74 color RGB value is (103,107,116).

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

RGB bağlantıları ve doygunluk

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

103
107
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 116 = 326 (100%)
R 103 of 326 ~ 31.6%
G 107 of 326 ~ 32.82%
B 116 of 326 ~ 35.58%

%31.6
%32.82
%35.58

CMYK RENK MODELİ

#676B74 rengi CMYK tonu (11,8,0,55).

  • camgöbeği tonu 11.21%
  • eflatun tonu 7.76%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(11,8,0,55)
C11M8Y0K55 
(11%,8%,0%,55%)
(0.11/0.08/0.00/0.55)	

CMYK yüzdeleri

%11.21
%7.76
%0
%54.51

Codes

Color #676B74 in popluar color models

676B74
RGB103107116
HSL222°5.94%42.94%
HSB/HSV222°11.21%45.49%
CMYK11.21%7.76%0.00%
54.51%

Color #676B74 in popluar number systems.

HEX676B74
Decimal103107116
Binary110011111010111110100
Octal147153164

Shades and tints

Shades of #676B74

#676B74
(103,107,116)
#5E626A
(94,98,106)
#555960
(85,89,96)
#4C5056
(76,80,86)
#43474C
(67,71,76)
#3A3E42
(58,62,66)
#313538
(49,53,56)
#282C2E
(40,44,46)
#1F2324
(31,35,36)
#161A1A
(22,26,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #676B74

#676B74
(103,107,116)
#747880
(116,120,128)
#81858C
(129,133,140)
#8E9298
(142,146,152)
#9B9FA4
(155,159,164)
#A8ACB0
(168,172,176)
#B5B9BC
(181,185,188)
#C2C6C8
(194,198,200)
#CFD3D4
(207,211,212)
#DCE0E0
(220,224,224)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B74; }

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

This text font color is #676B74.


Background Color

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

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

This div background color is #676B74.


Border color

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

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

This div border color is #676B74.


Opacity

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

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

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

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

This text has shadow with #676B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B74 on black background.


Color preview on white background

This text has color #676B74 on white background.



Black color preview on #676B74 background

This text has black color on #676B74 background.


White color preview on #676B74 background

This text has white color on #676B74 background.