COLOR #677D4F

HEX: #677D4F
RGB: (103,125,79)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
125
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 79 = 307 (100%)
R 103 of 307 ~ 33.55%
G 125 of 307 ~ 40.72%
B 79 of 307 ~ 25.73%

%33.55
%40.72
%25.73

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.6
%0
%36.8
%50.98

Codes

Color #677D4F in popluar color models

677D4F
RGB10312579
HSL89°22.55%40.00%
HSB/HSV89°36.80%49.02%
CMYK17.60%0.00%36.80%
50.98%

Color #677D4F in popluar number systems.

HEX677D4F
Decimal10312579
Binary110011111111011001111
Octal147175117

Shades and tints

Shades of #677D4F

#677D4F
(103,125,79)
#5E7248
(94,114,72)
#556741
(85,103,65)
#4C5C3A
(76,92,58)
#435133
(67,81,51)
#3A462C
(58,70,44)
#313B25
(49,59,37)
#28301E
(40,48,30)
#1F2517
(31,37,23)
#161A10
(22,26,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #677D4F

#677D4F
(103,125,79)
#74885F
(116,136,95)
#81936F
(129,147,111)
#8E9E7F
(142,158,127)
#9BA98F
(155,169,143)
#A8B49F
(168,180,159)
#B5BFAF
(181,191,175)
#C2CABF
(194,202,191)
#CFD5CF
(207,213,207)
#DCE0DF
(220,224,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D4F; }

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

This text font color is #677D4F.


Background Color

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

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

This div background color is #677D4F.


Border color

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

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

This div border color is #677D4F.


Opacity

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

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

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

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

This text has shadow with #677D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D4F on black background.


Color preview on white background

This text has color #677D4F on white background.



Black color preview on #677D4F background

This text has black color on #677D4F background.


White color preview on #677D4F background

This text has white color on #677D4F background.