COLOR #677C85

HEX: #677C85
RGB: (103,124,133)

Renk bilgisi

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

RGB renk modeli

#677C85 color RGB value is (103,124,133).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 124 of 255 = 49%
B 133 of 255 = 52%

103
124
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 124 + 133 = 360 (100%)
R 103 of 360 ~ 28.61%
G 124 of 360 ~ 34.44%
B 133 of 360 ~ 36.94%

%28.61
%34.44
%36.94

CMYK RENK MODELİ

#677C85 rengi CMYK tonu (23,7,0,48).

  • camgöbeği tonu 22.56%
  • eflatun tonu 6.77%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(23,7,0,48)
C23M7Y0K48 
(23%,7%,0%,48%)
(0.23/0.07/0.00/0.48)	

CMYK yüzdeleri

%22.56
%6.77
%0
%47.84

Codes

Color #677C85 in popluar color models

677C85
RGB103124133
HSL198°12.71%46.27%
HSB/HSV198°22.56%52.16%
CMYK22.56%6.77%0.00%
47.84%

Color #677C85 in popluar number systems.

HEX677C85
Decimal103124133
Binary1100111111110010000101
Octal147174205

Shades and tints

Shades of #677C85

#677C85
(103,124,133)
#5E7179
(94,113,121)
#55666D
(85,102,109)
#4C5B61
(76,91,97)
#435055
(67,80,85)
#3A4549
(58,69,73)
#313A3D
(49,58,61)
#282F31
(40,47,49)
#1F2425
(31,36,37)
#161919
(22,25,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #677C85

#677C85
(103,124,133)
#748790
(116,135,144)
#81929B
(129,146,155)
#8E9DA6
(142,157,166)
#9BA8B1
(155,168,177)
#A8B3BC
(168,179,188)
#B5BEC7
(181,190,199)
#C2C9D2
(194,201,210)
#CFD4DD
(207,212,221)
#DCDFE8
(220,223,232)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677C85; }

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

This text font color is #677C85.


Background Color

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

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

This div background color is #677C85.


Border color

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

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

This div border color is #677C85.


Opacity

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

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

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

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

This text has shadow with #677C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C85 on black background.


Color preview on white background

This text has color #677C85 on white background.



Black color preview on #677C85 background

This text has black color on #677C85 background.


White color preview on #677C85 background

This text has white color on #677C85 background.