COLOR #676D6B

HEX: #676D6B
RGB: (103,109,107)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
109
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 107 = 319 (100%)
R 103 of 319 ~ 32.29%
G 109 of 319 ~ 34.17%
B 107 of 319 ~ 33.54%

%32.29
%34.17
%33.54

CMYK RENK MODELİ

#676D6B rengi CMYK tonu (6,0,2,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 0.00%
  • sarı tonu 1.83%
  • ana renk tonu 57.25%
CMYK:
(6,0,2,57)
C6M0Y2K57 
(6%,0%,2%,57%)
(0.06/0.00/0.02/0.57)	

CMYK yüzdeleri

%5.5
%0
%1.83
%57.25

Codes

Color #676D6B in popluar color models

676D6B
RGB103109107
HSL160°2.83%41.57%
HSB/HSV160°5.50%42.75%
CMYK5.50%0.00%1.83%
57.25%

Color #676D6B in popluar number systems.

HEX676D6B
Decimal103109107
Binary110011111011011101011
Octal147155153

Shades and tints

Shades of #676D6B

#676D6B
(103,109,107)
#5E6462
(94,100,98)
#555B59
(85,91,89)
#4C5250
(76,82,80)
#434947
(67,73,71)
#3A403E
(58,64,62)
#313735
(49,55,53)
#282E2C
(40,46,44)
#1F2523
(31,37,35)
#161C1A
(22,28,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #676D6B

#676D6B
(103,109,107)
#747A78
(116,122,120)
#818785
(129,135,133)
#8E9492
(142,148,146)
#9BA19F
(155,161,159)
#A8AEAC
(168,174,172)
#B5BBB9
(181,187,185)
#C2C8C6
(194,200,198)
#CFD5D3
(207,213,211)
#DCE2E0
(220,226,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D6B; }

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

This text font color is #676D6B.


Background Color

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

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

This div background color is #676D6B.


Border color

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

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

This div border color is #676D6B.


Opacity

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

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

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

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

This text has shadow with #676D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D6B on black background.


Color preview on white background

This text has color #676D6B on white background.



Black color preview on #676D6B background

This text has black color on #676D6B background.


White color preview on #676D6B background

This text has white color on #676D6B background.