COLOR #677D64

HEX: #677D64
RGB: (103,125,100)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
125
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 100 = 328 (100%)
R 103 of 328 ~ 31.4%
G 125 of 328 ~ 38.11%
B 100 of 328 ~ 30.49%

%31.4
%38.11
%30.49

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.6
%0
%20
%50.98

Codes

Color #677D64 in popluar color models

677D64
RGB103125100
HSL113°11.11%44.12%
HSB/HSV113°20.00%49.02%
CMYK17.60%0.00%20.00%
50.98%

Color #677D64 in popluar number systems.

HEX677D64
Decimal103125100
Binary110011111111011100100
Octal147175144

Shades and tints

Shades of #677D64

#677D64
(103,125,100)
#5E725B
(94,114,91)
#556752
(85,103,82)
#4C5C49
(76,92,73)
#435140
(67,81,64)
#3A4637
(58,70,55)
#313B2E
(49,59,46)
#283025
(40,48,37)
#1F251C
(31,37,28)
#161A13
(22,26,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #677D64

#677D64
(103,125,100)
#748872
(116,136,114)
#819380
(129,147,128)
#8E9E8E
(142,158,142)
#9BA99C
(155,169,156)
#A8B4AA
(168,180,170)
#B5BFB8
(181,191,184)
#C2CAC6
(194,202,198)
#CFD5D4
(207,213,212)
#DCE0E2
(220,224,226)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D64; }

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

This text font color is #677D64.


Background Color

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

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

This div background color is #677D64.


Border color

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

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

This div border color is #677D64.


Opacity

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

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

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

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

This text has shadow with #677D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D64 on black background.


Color preview on white background

This text has color #677D64 on white background.



Black color preview on #677D64 background

This text has black color on #677D64 background.


White color preview on #677D64 background

This text has white color on #677D64 background.