COLOR #676D6C

HEX: #676D6C
RGB: (103,109,108)

Renk bilgisi

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

RGB renk modeli

#676D6C color RGB value is (103,109,108).

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

RGB bağlantıları ve doygunluk

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

103
109
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 108 = 320 (100%)
R 103 of 320 ~ 32.19%
G 109 of 320 ~ 34.06%
B 108 of 320 ~ 33.75%

%32.19
%34.06
%33.75

CMYK RENK MODELİ

#676D6C rengi CMYK tonu (6,0,1,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 0.00%
  • sarı tonu 0.92%
  • ana renk tonu 57.25%
CMYK:
(6,0,1,57)
C6M0Y1K57 
(6%,0%,1%,57%)
(0.06/0.00/0.01/0.57)	

CMYK yüzdeleri

%5.5
%0
%0.92
%57.25

Codes

Color #676D6C in popluar color models

676D6C
RGB103109108
HSL170°2.83%41.57%
HSB/HSV170°5.50%42.75%
CMYK5.50%0.00%0.92%
57.25%

Color #676D6C in popluar number systems.

HEX676D6C
Decimal103109108
Binary110011111011011101100
Octal147155154

Shades and tints

Shades of #676D6C

#676D6C
(103,109,108)
#5E6463
(94,100,99)
#555B5A
(85,91,90)
#4C5251
(76,82,81)
#434948
(67,73,72)
#3A403F
(58,64,63)
#313736
(49,55,54)
#282E2D
(40,46,45)
#1F2524
(31,37,36)
#161C1B
(22,28,27)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #676D6C

#676D6C
(103,109,108)
#747A79
(116,122,121)
#818786
(129,135,134)
#8E9493
(142,148,147)
#9BA1A0
(155,161,160)
#A8AEAD
(168,174,173)
#B5BBBA
(181,187,186)
#C2C8C7
(194,200,199)
#CFD5D4
(207,213,212)
#DCE2E1
(220,226,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D6C; }

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

This text font color is #676D6C.


Background Color

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

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

This div background color is #676D6C.


Border color

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

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

This div border color is #676D6C.


Opacity

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

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

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

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

This text has shadow with #676D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D6C on black background.


Color preview on white background

This text has color #676D6C on white background.



Black color preview on #676D6C background

This text has black color on #676D6C background.


White color preview on #676D6C background

This text has white color on #676D6C background.