COLOR #676361

HEX: #676361
RGB: (103,99,97)

Renk bilgisi

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

RGB renk modeli

#676361 color RGB value is (103,99,97).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 99 of 255 = 39%
B 97 of 255 = 38%

103
99
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 99 + 97 = 299 (100%)
R 103 of 299 ~ 34.45%
G 99 of 299 ~ 33.11%
B 97 of 299 ~ 32.44%

%34.45
%33.11
%32.44

CMYK RENK MODELİ

#676361 rengi CMYK tonu (0,4,6,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.88%
  • sarı tonu 5.83%
  • ana renk tonu 59.61%
CMYK:
(0,4,6,60)
C0M4Y6K60 
(0%,4%,6%,60%)
(0.00/0.04/0.06/0.60)	

CMYK yüzdeleri

%0
%3.88
%5.83
%59.61

Codes

Color #676361 in popluar color models

676361
RGB1039997
HSL20°3.00%39.22%
HSB/HSV20°5.83%40.39%
CMYK0.00%3.88%5.83%
59.61%

Color #676361 in popluar number systems.

HEX676361
Decimal1039997
Binary110011111000111100001
Octal147143141

Shades and tints

Shades of #676361

#676361
(103,99,97)
#5E5A59
(94,90,89)
#555151
(85,81,81)
#4C4849
(76,72,73)
#433F41
(67,63,65)
#3A3639
(58,54,57)
#312D31
(49,45,49)
#282429
(40,36,41)
#1F1B21
(31,27,33)
#161219
(22,18,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #676361

#676361
(103,99,97)
#74716F
(116,113,111)
#817F7D
(129,127,125)
#8E8D8B
(142,141,139)
#9B9B99
(155,155,153)
#A8A9A7
(168,169,167)
#B5B7B5
(181,183,181)
#C2C5C3
(194,197,195)
#CFD3D1
(207,211,209)
#DCE1DF
(220,225,223)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676361; }

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

This text font color is #676361.


Background Color

.myBgColor { background-color: #676361; }

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

This div background color is #676361.


Border color

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

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

This div border color is #676361.


Opacity

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

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

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

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

This text has shadow with #676361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676361 on black background.


Color preview on white background

This text has color #676361 on white background.



Black color preview on #676361 background

This text has black color on #676361 background.


White color preview on #676361 background

This text has white color on #676361 background.