COLOR #676A6D

HEX: #676A6D
RGB: (103,106,109)

Renk bilgisi

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

RGB renk modeli

#676A6D color RGB value is (103,106,109).

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

RGB bağlantıları ve doygunluk

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

103
106
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 109 = 318 (100%)
R 103 of 318 ~ 32.39%
G 106 of 318 ~ 33.33%
B 109 of 318 ~ 34.28%

%32.39
%33.33
%34.28

CMYK RENK MODELİ

#676A6D rengi CMYK tonu (6,3,0,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 2.75%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(6,3,0,57)
C6M3Y0K57 
(6%,3%,0%,57%)
(0.06/0.03/0.00/0.57)	

CMYK yüzdeleri

%5.5
%2.75
%0
%57.25

Codes

Color #676A6D in popluar color models

676A6D
RGB103106109
HSL210°2.83%41.57%
HSB/HSV210°5.50%42.75%
CMYK5.50%2.75%0.00%
57.25%

Color #676A6D in popluar number systems.

HEX676A6D
Decimal103106109
Binary110011111010101101101
Octal147152155

Shades and tints

Shades of #676A6D

#676A6D
(103,106,109)
#5E6164
(94,97,100)
#55585B
(85,88,91)
#4C4F52
(76,79,82)
#434649
(67,70,73)
#3A3D40
(58,61,64)
#313437
(49,52,55)
#282B2E
(40,43,46)
#1F2225
(31,34,37)
#16191C
(22,25,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #676A6D

#676A6D
(103,106,109)
#74777A
(116,119,122)
#818487
(129,132,135)
#8E9194
(142,145,148)
#9B9EA1
(155,158,161)
#A8ABAE
(168,171,174)
#B5B8BB
(181,184,187)
#C2C5C8
(194,197,200)
#CFD2D5
(207,210,213)
#DCDFE2
(220,223,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A6D; }

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

This text font color is #676A6D.


Background Color

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

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

This div background color is #676A6D.


Border color

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

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

This div border color is #676A6D.


Opacity

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

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

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

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

This text has shadow with #676A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A6D on black background.


Color preview on white background

This text has color #676A6D on white background.



Black color preview on #676A6D background

This text has black color on #676A6D background.


White color preview on #676A6D background

This text has white color on #676A6D background.