COLOR #676B6B

HEX: #676B6B
RGB: (103,107,107)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
107
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 107 = 317 (100%)
R 103 of 317 ~ 32.49%
G 107 of 317 ~ 33.75%
B 107 of 317 ~ 33.75%

%32.49
%33.75
%33.75

CMYK RENK MODELİ

#676B6B rengi CMYK tonu (4,0,0,58).

  • camgöbeği tonu 3.74%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(4,0,0,58)
C4M0Y0K58 
(4%,0%,0%,58%)
(0.04/0.00/0.00/0.58)	

CMYK yüzdeleri

%3.74
%0
%0
%58.04

Codes

Color #676B6B in popluar color models

676B6B
RGB103107107
HSL180°1.90%41.18%
HSB/HSV180°3.74%41.96%
CMYK3.74%0.00%0.00%
58.04%

Color #676B6B in popluar number systems.

HEX676B6B
Decimal103107107
Binary110011111010111101011
Octal147153153

Shades and tints

Shades of #676B6B

#676B6B
(103,107,107)
#5E6262
(94,98,98)
#555959
(85,89,89)
#4C5050
(76,80,80)
#434747
(67,71,71)
#3A3E3E
(58,62,62)
#313535
(49,53,53)
#282C2C
(40,44,44)
#1F2323
(31,35,35)
#161A1A
(22,26,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #676B6B

#676B6B
(103,107,107)
#747878
(116,120,120)
#818585
(129,133,133)
#8E9292
(142,146,146)
#9B9F9F
(155,159,159)
#A8ACAC
(168,172,172)
#B5B9B9
(181,185,185)
#C2C6C6
(194,198,198)
#CFD3D3
(207,211,211)
#DCE0E0
(220,224,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B6B; }

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

This text font color is #676B6B.


Background Color

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

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

This div background color is #676B6B.


Border color

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

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

This div border color is #676B6B.


Opacity

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

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

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

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

This text has shadow with #676B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B6B on black background.


Color preview on white background

This text has color #676B6B on white background.



Black color preview on #676B6B background

This text has black color on #676B6B background.


White color preview on #676B6B background

This text has white color on #676B6B background.