COLOR #676261

HEX: #676261
RGB: (103,98,97)

Renk bilgisi

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

RGB renk modeli

#676261 color RGB value is (103,98,97).

  • kırmız ton 103;
  • yeşil ton 98;
  • mavi ton 97.
RGB:
(103,98,97)
(40%,38%,38%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 98 of 255 = 38%
B 97 of 255 = 38%

103
98
97

R + G + B ~ 39%. #676261 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 98 + 97 = 298 (100%)
R 103 of 298 ~ 34.56%
G 98 of 298 ~ 32.89%
B 97 of 298 ~ 32.55%

%34.56
%32.89
%32.55

CMYK RENK MODELİ

#676261 rengi CMYK tonu (0,5,6,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.85%
  • sarı tonu 5.83%
  • ana renk tonu 59.61%
CMYK:
(0,5,6,60)
C0M5Y6K60 
(0%,5%,6%,60%)
(0.00/0.05/0.06/0.60)	

CMYK yüzdeleri

%0
%4.85
%5.83
%59.61

Codes

Color #676261 in popluar color models

676261
RGB1039897
HSL10°3.00%39.22%
HSB/HSV10°5.83%40.39%
CMYK0.00%4.85%5.83%
59.61%

Color #676261 in popluar number systems.

HEX676261
Decimal1039897
Binary110011111000101100001
Octal147142141

Shades and tints

Shades of #676261

#676261
(103,98,97)
#5E5A59
(94,90,89)
#555251
(85,82,81)
#4C4A49
(76,74,73)
#434241
(67,66,65)
#3A3A39
(58,58,57)
#313231
(49,50,49)
#282A29
(40,42,41)
#1F2221
(31,34,33)
#161A19
(22,26,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #676261

#676261
(103,98,97)
#74706F
(116,112,111)
#817E7D
(129,126,125)
#8E8C8B
(142,140,139)
#9B9A99
(155,154,153)
#A8A8A7
(168,168,167)
#B5B6B5
(181,182,181)
#C2C4C3
(194,196,195)
#CFD2D1
(207,210,209)
#DCE0DF
(220,224,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676261 color. Also use rgb(103,98,97) instead hex code.

Text Font Color

.myTextColor { color: #676261; }

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

This text font color is #676261.


Background Color

.myBgColor { background-color: #676261; }

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

This div background color is #676261.


Border color

.myBorderColor { border: 1px solid #676261; }

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

This div border color is #676261.


Opacity

.myOpacity80 { color: #676261; opacity: 0.8; }

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

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

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

This text has shadow with #676261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676261 on black background.


Color preview on white background

This text has color #676261 on white background.



Black color preview on #676261 background

This text has black color on #676261 background.


White color preview on #676261 background

This text has white color on #676261 background.