COLOR #676B64

HEX: #676B64
RGB: (103,107,100)

Renk bilgisi

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

RGB renk modeli

#676B64 color RGB value is (103,107,100).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 107 of 255 = 42%
B 100 of 255 = 39%

103
107
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 100 = 310 (100%)
R 103 of 310 ~ 33.23%
G 107 of 310 ~ 34.52%
B 100 of 310 ~ 32.26%

%33.23
%34.52
%32.26

CMYK RENK MODELİ

#676B64 rengi CMYK tonu (4,0,7,58).

  • camgöbeği tonu 3.74%
  • eflatun tonu 0.00%
  • sarı tonu 6.54%
  • ana renk tonu 58.04%
CMYK:
(4,0,7,58)
C4M0Y7K58 
(4%,0%,7%,58%)
(0.04/0.00/0.07/0.58)	

CMYK yüzdeleri

%3.74
%0
%6.54
%58.04

Codes

Color #676B64 in popluar color models

676B64
RGB103107100
HSL94°3.38%40.59%
HSB/HSV94°6.54%41.96%
CMYK3.74%0.00%6.54%
58.04%

Color #676B64 in popluar number systems.

HEX676B64
Decimal103107100
Binary110011111010111100100
Octal147153144

Shades and tints

Shades of #676B64

#676B64
(103,107,100)
#5E625B
(94,98,91)
#555952
(85,89,82)
#4C5049
(76,80,73)
#434740
(67,71,64)
#3A3E37
(58,62,55)
#31352E
(49,53,46)
#282C25
(40,44,37)
#1F231C
(31,35,28)
#161A13
(22,26,19)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #676B64

#676B64
(103,107,100)
#747872
(116,120,114)
#818580
(129,133,128)
#8E928E
(142,146,142)
#9B9F9C
(155,159,156)
#A8ACAA
(168,172,170)
#B5B9B8
(181,185,184)
#C2C6C6
(194,198,198)
#CFD3D4
(207,211,212)
#DCE0E2
(220,224,226)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B64; }

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

This text font color is #676B64.


Background Color

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

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

This div background color is #676B64.


Border color

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

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

This div border color is #676B64.


Opacity

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

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

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

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

This text has shadow with #676B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B64 on black background.


Color preview on white background

This text has color #676B64 on white background.



Black color preview on #676B64 background

This text has black color on #676B64 background.


White color preview on #676B64 background

This text has white color on #676B64 background.