COLOR #677D82

HEX: #677D82
RGB: (103,125,130)

Renk bilgisi

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

RGB renk modeli

#677D82 color RGB value is (103,125,130).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 125 of 255 = 49%
B 130 of 255 = 51%

103
125
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 130 = 358 (100%)
R 103 of 358 ~ 28.77%
G 125 of 358 ~ 34.92%
B 130 of 358 ~ 36.31%

%28.77
%34.92
%36.31

CMYK RENK MODELİ

#677D82 rengi CMYK tonu (21,4,0,49).

  • camgöbeği tonu 20.77%
  • eflatun tonu 3.85%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(21,4,0,49)
C21M4Y0K49 
(21%,4%,0%,49%)
(0.21/0.04/0.00/0.49)	

CMYK yüzdeleri

%20.77
%3.85
%0
%49.02

Codes

Color #677D82 in popluar color models

677D82
RGB103125130
HSL191°11.59%45.69%
HSB/HSV191°20.77%50.98%
CMYK20.77%3.85%0.00%
49.02%

Color #677D82 in popluar number systems.

HEX677D82
Decimal103125130
Binary1100111111110110000010
Octal147175202

Shades and tints

Shades of #677D82

#677D82
(103,125,130)
#5E7277
(94,114,119)
#55676C
(85,103,108)
#4C5C61
(76,92,97)
#435156
(67,81,86)
#3A464B
(58,70,75)
#313B40
(49,59,64)
#283035
(40,48,53)
#1F252A
(31,37,42)
#161A1F
(22,26,31)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #677D82

#677D82
(103,125,130)
#74888D
(116,136,141)
#819398
(129,147,152)
#8E9EA3
(142,158,163)
#9BA9AE
(155,169,174)
#A8B4B9
(168,180,185)
#B5BFC4
(181,191,196)
#C2CACF
(194,202,207)
#CFD5DA
(207,213,218)
#DCE0E5
(220,224,229)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D82; }

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

This text font color is #677D82.


Background Color

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

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

This div background color is #677D82.


Border color

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

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

This div border color is #677D82.


Opacity

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

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

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

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

This text has shadow with #677D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D82 on black background.


Color preview on white background

This text has color #677D82 on white background.



Black color preview on #677D82 background

This text has black color on #677D82 background.


White color preview on #677D82 background

This text has white color on #677D82 background.