COLOR #676E72

HEX: #676E72
RGB: (103,110,114)

Renk bilgisi

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

RGB renk modeli

#676E72 color RGB value is (103,110,114).

  • kırmız ton 103;
  • yeşil ton 110;
  • mavi ton 114.
RGB:
(103,110,114)
(40%,43%,45%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 110 of 255 = 43%
B 114 of 255 = 45%

103
110
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 110 + 114 = 327 (100%)
R 103 of 327 ~ 31.5%
G 110 of 327 ~ 33.64%
B 114 of 327 ~ 34.86%

%31.5
%33.64
%34.86

CMYK RENK MODELİ

#676E72 rengi CMYK tonu (10,4,0,55).

  • camgöbeği tonu 9.65%
  • eflatun tonu 3.51%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(10,4,0,55)
C10M4Y0K55 
(10%,4%,0%,55%)
(0.10/0.04/0.00/0.55)	

CMYK yüzdeleri

%9.65
%3.51
%0
%55.29

Codes

Color #676E72 in popluar color models

676E72
RGB103110114
HSL202°5.07%42.55%
HSB/HSV202°9.65%44.71%
CMYK9.65%3.51%0.00%
55.29%

Color #676E72 in popluar number systems.

HEX676E72
Decimal103110114
Binary110011111011101110010
Octal147156162

Shades and tints

Shades of #676E72

#676E72
(103,110,114)
#5E6468
(94,100,104)
#555A5E
(85,90,94)
#4C5054
(76,80,84)
#43464A
(67,70,74)
#3A3C40
(58,60,64)
#313236
(49,50,54)
#28282C
(40,40,44)
#1F1E22
(31,30,34)
#161418
(22,20,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #676E72

#676E72
(103,110,114)
#747B7E
(116,123,126)
#81888A
(129,136,138)
#8E9596
(142,149,150)
#9BA2A2
(155,162,162)
#A8AFAE
(168,175,174)
#B5BCBA
(181,188,186)
#C2C9C6
(194,201,198)
#CFD6D2
(207,214,210)
#DCE3DE
(220,227,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E72; }

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

This text font color is #676E72.


Background Color

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

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

This div background color is #676E72.


Border color

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

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

This div border color is #676E72.


Opacity

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

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

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

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

This text has shadow with #676E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E72 on black background.


Color preview on white background

This text has color #676E72 on white background.



Black color preview on #676E72 background

This text has black color on #676E72 background.


White color preview on #676E72 background

This text has white color on #676E72 background.