COLOR #676679

HEX: #676679
RGB: (103,102,121)

Renk bilgisi

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

RGB renk modeli

#676679 color RGB value is (103,102,121).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 102 of 255 = 40%
B 121 of 255 = 47%

103
102
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 102 + 121 = 326 (100%)
R 103 of 326 ~ 31.6%
G 102 of 326 ~ 31.29%
B 121 of 326 ~ 37.12%

%31.6
%31.29
%37.12

CMYK RENK MODELİ

#676679 rengi CMYK tonu (15,16,0,53).

  • camgöbeği tonu 14.88%
  • eflatun tonu 15.70%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(15,16,0,53)
C15M16Y0K53 
(15%,16%,0%,53%)
(0.15/0.16/0.00/0.53)	

CMYK yüzdeleri

%14.88
%15.7
%0
%52.55

Codes

Color #676679 in popluar color models

676679
RGB103102121
HSL243°8.52%43.73%
HSB/HSV243°15.70%47.45%
CMYK14.88%15.70%0.00%
52.55%

Color #676679 in popluar number systems.

HEX676679
Decimal103102121
Binary110011111001101111001
Octal147146171

Shades and tints

Shades of #676679

#676679
(103,102,121)
#5E5D6E
(94,93,110)
#555463
(85,84,99)
#4C4B58
(76,75,88)
#43424D
(67,66,77)
#3A3942
(58,57,66)
#313037
(49,48,55)
#28272C
(40,39,44)
#1F1E21
(31,30,33)
#161516
(22,21,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #676679

#676679
(103,102,121)
#747385
(116,115,133)
#818091
(129,128,145)
#8E8D9D
(142,141,157)
#9B9AA9
(155,154,169)
#A8A7B5
(168,167,181)
#B5B4C1
(181,180,193)
#C2C1CD
(194,193,205)
#CFCED9
(207,206,217)
#DCDBE5
(220,219,229)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676679; }

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

This text font color is #676679.


Background Color

.myBgColor { background-color: #676679; }

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

This div background color is #676679.


Border color

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

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

This div border color is #676679.


Opacity

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

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

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

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

This text has shadow with #676679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676679 on black background.


Color preview on white background

This text has color #676679 on white background.



Black color preview on #676679 background

This text has black color on #676679 background.


White color preview on #676679 background

This text has white color on #676679 background.