COLOR #676366

HEX: #676366
RGB: (103,99,102)

Renk bilgisi

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

RGB renk modeli

#676366 color RGB value is (103,99,102).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 99 of 255 = 39%
B 102 of 255 = 40%

103
99
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 99 + 102 = 304 (100%)
R 103 of 304 ~ 33.88%
G 99 of 304 ~ 32.57%
B 102 of 304 ~ 33.55%

%33.88
%32.57
%33.55

CMYK RENK MODELİ

#676366 rengi CMYK tonu (0,4,1,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.88%
  • sarı tonu 0.97%
  • ana renk tonu 59.61%
CMYK:
(0,4,1,60)
C0M4Y1K60 
(0%,4%,1%,60%)
(0.00/0.04/0.01/0.60)	

CMYK yüzdeleri

%0
%3.88
%0.97
%59.61

Codes

Color #676366 in popluar color models

676366
RGB10399102
HSL315°1.98%39.61%
HSB/HSV315°3.88%40.39%
CMYK0.00%3.88%0.97%
59.61%

Color #676366 in popluar number systems.

HEX676366
Decimal10399102
Binary110011111000111100110
Octal147143146

Shades and tints

Shades of #676366

#676366
(103,99,102)
#5E5A5D
(94,90,93)
#555154
(85,81,84)
#4C484B
(76,72,75)
#433F42
(67,63,66)
#3A3639
(58,54,57)
#312D30
(49,45,48)
#282427
(40,36,39)
#1F1B1E
(31,27,30)
#161215
(22,18,21)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #676366

#676366
(103,99,102)
#747173
(116,113,115)
#817F80
(129,127,128)
#8E8D8D
(142,141,141)
#9B9B9A
(155,155,154)
#A8A9A7
(168,169,167)
#B5B7B4
(181,183,180)
#C2C5C1
(194,197,193)
#CFD3CE
(207,211,206)
#DCE1DB
(220,225,219)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676366; }

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

This text font color is #676366.


Background Color

.myBgColor { background-color: #676366; }

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

This div background color is #676366.


Border color

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

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

This div border color is #676366.


Opacity

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

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

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

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

This text has shadow with #676366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676366 on black background.


Color preview on white background

This text has color #676366 on white background.



Black color preview on #676366 background

This text has black color on #676366 background.


White color preview on #676366 background

This text has white color on #676366 background.