COLOR #676F84

HEX: #676F84
RGB: (103,111,132)

Renk bilgisi

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

RGB renk modeli

#676F84 color RGB value is (103,111,132).

  • kırmız ton 103;
  • yeşil ton 111;
  • mavi ton 132.
RGB:
(103,111,132)
(40%,44%,52%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 111 of 255 = 44%
B 132 of 255 = 52%

103
111
132

R + G + B ~ 45%. #676F84 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 111 + 132 = 346 (100%)
R 103 of 346 ~ 29.77%
G 111 of 346 ~ 32.08%
B 132 of 346 ~ 38.15%

%29.77
%32.08
%38.15

CMYK RENK MODELİ

#676F84 rengi CMYK tonu (22,16,0,48).

  • camgöbeği tonu 21.97%
  • eflatun tonu 15.91%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(22,16,0,48)
C22M16Y0K48 
(22%,16%,0%,48%)
(0.22/0.16/0.00/0.48)	

CMYK yüzdeleri

%21.97
%15.91
%0
%48.24

Codes

Color #676F84 in popluar color models

676F84
RGB103111132
HSL223°12.34%46.08%
HSB/HSV223°21.97%51.76%
CMYK21.97%15.91%0.00%
48.24%

Color #676F84 in popluar number systems.

HEX676F84
Decimal103111132
Binary1100111110111110000100
Octal147157204

Shades and tints

Shades of #676F84

#676F84
(103,111,132)
#5E6578
(94,101,120)
#555B6C
(85,91,108)
#4C5160
(76,81,96)
#434754
(67,71,84)
#3A3D48
(58,61,72)
#31333C
(49,51,60)
#282930
(40,41,48)
#1F1F24
(31,31,36)
#161518
(22,21,24)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #676F84

#676F84
(103,111,132)
#747C8F
(116,124,143)
#81899A
(129,137,154)
#8E96A5
(142,150,165)
#9BA3B0
(155,163,176)
#A8B0BB
(168,176,187)
#B5BDC6
(181,189,198)
#C2CAD1
(194,202,209)
#CFD7DC
(207,215,220)
#DCE4E7
(220,228,231)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F84 color. Also use rgb(103,111,132) instead hex code.

Text Font Color

.myTextColor { color: #676F84; }

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

This text font color is #676F84.


Background Color

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

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

This div background color is #676F84.


Border color

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

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

This div border color is #676F84.


Opacity

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

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

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

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

This text has shadow with #676F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F84 on black background.


Color preview on white background

This text has color #676F84 on white background.



Black color preview on #676F84 background

This text has black color on #676F84 background.


White color preview on #676F84 background

This text has white color on #676F84 background.