COLOR #677F84

HEX: #677F84
RGB: (103,127,132)

Renk bilgisi

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

RGB renk modeli

#677F84 color RGB value is (103,127,132).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 132 of 255 = 52%

103
127
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 132 = 362 (100%)
R 103 of 362 ~ 28.45%
G 127 of 362 ~ 35.08%
B 132 of 362 ~ 36.46%

%28.45
%35.08
%36.46

CMYK RENK MODELİ

#677F84 rengi CMYK tonu (22,4,0,48).

  • camgöbeği tonu 21.97%
  • eflatun tonu 3.79%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(22,4,0,48)
C22M4Y0K48 
(22%,4%,0%,48%)
(0.22/0.04/0.00/0.48)	

CMYK yüzdeleri

%21.97
%3.79
%0
%48.24

Codes

Color #677F84 in popluar color models

677F84
RGB103127132
HSL190°12.34%46.08%
HSB/HSV190°21.97%51.76%
CMYK21.97%3.79%0.00%
48.24%

Color #677F84 in popluar number systems.

HEX677F84
Decimal103127132
Binary1100111111111110000100
Octal147177204

Shades and tints

Shades of #677F84

#677F84
(103,127,132)
#5E7478
(94,116,120)
#55696C
(85,105,108)
#4C5E60
(76,94,96)
#435354
(67,83,84)
#3A4848
(58,72,72)
#313D3C
(49,61,60)
#283230
(40,50,48)
#1F2724
(31,39,36)
#161C18
(22,28,24)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #677F84

#677F84
(103,127,132)
#748A8F
(116,138,143)
#81959A
(129,149,154)
#8EA0A5
(142,160,165)
#9BABB0
(155,171,176)
#A8B6BB
(168,182,187)
#B5C1C6
(181,193,198)
#C2CCD1
(194,204,209)
#CFD7DC
(207,215,220)
#DCE2E7
(220,226,231)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F84; }

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

This text font color is #677F84.


Background Color

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

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

This div background color is #677F84.


Border color

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

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

This div border color is #677F84.


Opacity

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

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

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

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

This text has shadow with #677F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F84 on black background.


Color preview on white background

This text has color #677F84 on white background.



Black color preview on #677F84 background

This text has black color on #677F84 background.


White color preview on #677F84 background

This text has white color on #677F84 background.