COLOR #677D7D

HEX: #677D7D
RGB: (103,125,125)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
125
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 125 = 353 (100%)
R 103 of 353 ~ 29.18%
G 125 of 353 ~ 35.41%
B 125 of 353 ~ 35.41%

%29.18
%35.41
%35.41

CMYK RENK MODELİ

#677D7D rengi CMYK tonu (18,0,0,51).

  • camgöbeği tonu 17.60%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(18,0,0,51)
C18M0Y0K51 
(18%,0%,0%,51%)
(0.18/0.00/0.00/0.51)	

CMYK yüzdeleri

%17.6
%0
%0
%50.98

Codes

Color #677D7D in popluar color models

677D7D
RGB103125125
HSL180°9.65%44.71%
HSB/HSV180°17.60%49.02%
CMYK17.60%0.00%0.00%
50.98%

Color #677D7D in popluar number systems.

HEX677D7D
Decimal103125125
Binary110011111111011111101
Octal147175175

Shades and tints

Shades of #677D7D

#677D7D
(103,125,125)
#5E7272
(94,114,114)
#556767
(85,103,103)
#4C5C5C
(76,92,92)
#435151
(67,81,81)
#3A4646
(58,70,70)
#313B3B
(49,59,59)
#283030
(40,48,48)
#1F2525
(31,37,37)
#161A1A
(22,26,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #677D7D

#677D7D
(103,125,125)
#748888
(116,136,136)
#819393
(129,147,147)
#8E9E9E
(142,158,158)
#9BA9A9
(155,169,169)
#A8B4B4
(168,180,180)
#B5BFBF
(181,191,191)
#C2CACA
(194,202,202)
#CFD5D5
(207,213,213)
#DCE0E0
(220,224,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D7D; }

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

This text font color is #677D7D.


Background Color

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

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

This div background color is #677D7D.


Border color

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

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

This div border color is #677D7D.


Opacity

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

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

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

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

This text has shadow with #677D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D7D on black background.


Color preview on white background

This text has color #677D7D on white background.



Black color preview on #677D7D background

This text has black color on #677D7D background.


White color preview on #677D7D background

This text has white color on #677D7D background.