COLOR #676C4F

HEX: #676C4F
RGB: (103,108,79)

Renk bilgisi

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

RGB renk modeli

#676C4F color RGB value is (103,108,79).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 79 of 255 = 31%

103
108
79

R + G + B ~ 38%. #676C4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 79 = 290 (100%)
R 103 of 290 ~ 35.52%
G 108 of 290 ~ 37.24%
B 79 of 290 ~ 27.24%

%35.52
%37.24
%27.24

CMYK RENK MODELİ

#676C4F rengi CMYK tonu (5,0,27,58).

  • camgöbeği tonu 4.63%
  • eflatun tonu 0.00%
  • sarı tonu 26.85%
  • ana renk tonu 57.65%
CMYK:
(5,0,27,58)
C5M0Y27K58 
(5%,0%,27%,58%)
(0.05/0.00/0.27/0.58)	

CMYK yüzdeleri

%4.63
%0
%26.85
%57.65

Codes

Color #676C4F in popluar color models

676C4F
RGB10310879
HSL70°15.51%36.67%
HSB/HSV70°26.85%42.35%
CMYK4.63%0.00%26.85%
57.65%

Color #676C4F in popluar number systems.

HEX676C4F
Decimal10310879
Binary110011111011001001111
Octal147154117

Shades and tints

Shades of #676C4F

#676C4F
(103,108,79)
#5E6348
(94,99,72)
#555A41
(85,90,65)
#4C513A
(76,81,58)
#434833
(67,72,51)
#3A3F2C
(58,63,44)
#313625
(49,54,37)
#282D1E
(40,45,30)
#1F2417
(31,36,23)
#161B10
(22,27,16)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #676C4F

#676C4F
(103,108,79)
#74795F
(116,121,95)
#81866F
(129,134,111)
#8E937F
(142,147,127)
#9BA08F
(155,160,143)
#A8AD9F
(168,173,159)
#B5BAAF
(181,186,175)
#C2C7BF
(194,199,191)
#CFD4CF
(207,212,207)
#DCE1DF
(220,225,223)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C4F; }

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

This text font color is #676C4F.


Background Color

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

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

This div background color is #676C4F.


Border color

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

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

This div border color is #676C4F.


Opacity

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

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

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

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

This text has shadow with #676C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C4F on black background.


Color preview on white background

This text has color #676C4F on white background.



Black color preview on #676C4F background

This text has black color on #676C4F background.


White color preview on #676C4F background

This text has white color on #676C4F background.