COLOR #677F71

HEX: #677F71
RGB: (103,127,113)

Renk bilgisi

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

RGB renk modeli

#677F71 color RGB value is (103,127,113).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 113 of 255 = 44%

103
127
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 113 = 343 (100%)
R 103 of 343 ~ 30.03%
G 127 of 343 ~ 37.03%
B 113 of 343 ~ 32.94%

%30.03
%37.03
%32.94

CMYK RENK MODELİ

#677F71 rengi CMYK tonu (19,0,11,50).

  • camgöbeği tonu 18.90%
  • eflatun tonu 0.00%
  • sarı tonu 11.02%
  • ana renk tonu 50.20%
CMYK:
(19,0,11,50)
C19M0Y11K50 
(19%,0%,11%,50%)
(0.19/0.00/0.11/0.50)	

CMYK yüzdeleri

%18.9
%0
%11.02
%50.2

Codes

Color #677F71 in popluar color models

677F71
RGB103127113
HSL145°10.43%45.10%
HSB/HSV145°18.90%49.80%
CMYK18.90%0.00%11.02%
50.20%

Color #677F71 in popluar number systems.

HEX677F71
Decimal103127113
Binary110011111111111110001
Octal147177161

Shades and tints

Shades of #677F71

#677F71
(103,127,113)
#5E7467
(94,116,103)
#55695D
(85,105,93)
#4C5E53
(76,94,83)
#435349
(67,83,73)
#3A483F
(58,72,63)
#313D35
(49,61,53)
#28322B
(40,50,43)
#1F2721
(31,39,33)
#161C17
(22,28,23)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #677F71

#677F71
(103,127,113)
#748A7D
(116,138,125)
#819589
(129,149,137)
#8EA095
(142,160,149)
#9BABA1
(155,171,161)
#A8B6AD
(168,182,173)
#B5C1B9
(181,193,185)
#C2CCC5
(194,204,197)
#CFD7D1
(207,215,209)
#DCE2DD
(220,226,221)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F71; }

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

This text font color is #677F71.


Background Color

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

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

This div background color is #677F71.


Border color

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

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

This div border color is #677F71.


Opacity

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

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

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

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

This text has shadow with #677F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F71 on black background.


Color preview on white background

This text has color #677F71 on white background.



Black color preview on #677F71 background

This text has black color on #677F71 background.


White color preview on #677F71 background

This text has white color on #677F71 background.