COLOR #677D85

HEX: #677D85
RGB: (103,125,133)

Renk bilgisi

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

RGB renk modeli

#677D85 color RGB value is (103,125,133).

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

RGB bağlantıları ve doygunluk

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

103
125
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 133 = 361 (100%)
R 103 of 361 ~ 28.53%
G 125 of 361 ~ 34.63%
B 133 of 361 ~ 36.84%

%28.53
%34.63
%36.84

CMYK RENK MODELİ

#677D85 rengi CMYK tonu (23,6,0,48).

  • camgöbeği tonu 22.56%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(23,6,0,48)
C23M6Y0K48 
(23%,6%,0%,48%)
(0.23/0.06/0.00/0.48)	

CMYK yüzdeleri

%22.56
%6.02
%0
%47.84

Codes

Color #677D85 in popluar color models

677D85
RGB103125133
HSL196°12.71%46.27%
HSB/HSV196°22.56%52.16%
CMYK22.56%6.02%0.00%
47.84%

Color #677D85 in popluar number systems.

HEX677D85
Decimal103125133
Binary1100111111110110000101
Octal147175205

Shades and tints

Shades of #677D85

#677D85
(103,125,133)
#5E7279
(94,114,121)
#55676D
(85,103,109)
#4C5C61
(76,92,97)
#435155
(67,81,85)
#3A4649
(58,70,73)
#313B3D
(49,59,61)
#283031
(40,48,49)
#1F2525
(31,37,37)
#161A19
(22,26,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #677D85

#677D85
(103,125,133)
#748890
(116,136,144)
#81939B
(129,147,155)
#8E9EA6
(142,158,166)
#9BA9B1
(155,169,177)
#A8B4BC
(168,180,188)
#B5BFC7
(181,191,199)
#C2CAD2
(194,202,210)
#CFD5DD
(207,213,221)
#DCE0E8
(220,224,232)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D85; }

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

This text font color is #677D85.


Background Color

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

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

This div background color is #677D85.


Border color

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

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

This div border color is #677D85.


Opacity

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

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

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

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

This text has shadow with #677D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D85 on black background.


Color preview on white background

This text has color #677D85 on white background.



Black color preview on #677D85 background

This text has black color on #677D85 background.


White color preview on #677D85 background

This text has white color on #677D85 background.