COLOR #677F85

HEX: #677F85
RGB: (103,127,133)

Renk bilgisi

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

RGB renk modeli

#677F85 color RGB value is (103,127,133).

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

RGB bağlantıları ve doygunluk

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

103
127
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 133 = 363 (100%)
R 103 of 363 ~ 28.37%
G 127 of 363 ~ 34.99%
B 133 of 363 ~ 36.64%

%28.37
%34.99
%36.64

CMYK RENK MODELİ

#677F85 rengi CMYK tonu (23,5,0,48).

  • camgöbeği tonu 22.56%
  • eflatun tonu 4.51%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(23,5,0,48)
C23M5Y0K48 
(23%,5%,0%,48%)
(0.23/0.05/0.00/0.48)	

CMYK yüzdeleri

%22.56
%4.51
%0
%47.84

Codes

Color #677F85 in popluar color models

677F85
RGB103127133
HSL192°12.71%46.27%
HSB/HSV192°22.56%52.16%
CMYK22.56%4.51%0.00%
47.84%

Color #677F85 in popluar number systems.

HEX677F85
Decimal103127133
Binary1100111111111110000101
Octal147177205

Shades and tints

Shades of #677F85

#677F85
(103,127,133)
#5E7479
(94,116,121)
#55696D
(85,105,109)
#4C5E61
(76,94,97)
#435355
(67,83,85)
#3A4849
(58,72,73)
#313D3D
(49,61,61)
#283231
(40,50,49)
#1F2725
(31,39,37)
#161C19
(22,28,25)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #677F85

#677F85
(103,127,133)
#748A90
(116,138,144)
#81959B
(129,149,155)
#8EA0A6
(142,160,166)
#9BABB1
(155,171,177)
#A8B6BC
(168,182,188)
#B5C1C7
(181,193,199)
#C2CCD2
(194,204,210)
#CFD7DD
(207,215,221)
#DCE2E8
(220,226,232)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F85; }

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

This text font color is #677F85.


Background Color

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

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

This div background color is #677F85.


Border color

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

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

This div border color is #677F85.


Opacity

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

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

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

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

This text has shadow with #677F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F85 on black background.


Color preview on white background

This text has color #677F85 on white background.



Black color preview on #677F85 background

This text has black color on #677F85 background.


White color preview on #677F85 background

This text has white color on #677F85 background.