COLOR #676B71

HEX: #676B71
RGB: (103,107,113)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
107
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 113 = 323 (100%)
R 103 of 323 ~ 31.89%
G 107 of 323 ~ 33.13%
B 113 of 323 ~ 34.98%

%31.89
%33.13
%34.98

CMYK RENK MODELİ

#676B71 rengi CMYK tonu (9,5,0,56).

  • camgöbeği tonu 8.85%
  • eflatun tonu 5.31%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(9,5,0,56)
C9M5Y0K56 
(9%,5%,0%,56%)
(0.09/0.05/0.00/0.56)	

CMYK yüzdeleri

%8.85
%5.31
%0
%55.69

Codes

Color #676B71 in popluar color models

676B71
RGB103107113
HSL216°4.63%42.35%
HSB/HSV216°8.85%44.31%
CMYK8.85%5.31%0.00%
55.69%

Color #676B71 in popluar number systems.

HEX676B71
Decimal103107113
Binary110011111010111110001
Octal147153161

Shades and tints

Shades of #676B71

#676B71
(103,107,113)
#5E6267
(94,98,103)
#55595D
(85,89,93)
#4C5053
(76,80,83)
#434749
(67,71,73)
#3A3E3F
(58,62,63)
#313535
(49,53,53)
#282C2B
(40,44,43)
#1F2321
(31,35,33)
#161A17
(22,26,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #676B71

#676B71
(103,107,113)
#74787D
(116,120,125)
#818589
(129,133,137)
#8E9295
(142,146,149)
#9B9FA1
(155,159,161)
#A8ACAD
(168,172,173)
#B5B9B9
(181,185,185)
#C2C6C5
(194,198,197)
#CFD3D1
(207,211,209)
#DCE0DD
(220,224,221)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B71; }

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

This text font color is #676B71.


Background Color

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

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

This div background color is #676B71.


Border color

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

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

This div border color is #676B71.


Opacity

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

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

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

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

This text has shadow with #676B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B71 on black background.


Color preview on white background

This text has color #676B71 on white background.



Black color preview on #676B71 background

This text has black color on #676B71 background.


White color preview on #676B71 background

This text has white color on #676B71 background.