COLOR #677D49

HEX: #677D49
RGB: (103,125,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

103
125
73

R + G + B ~ 39%. #677D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 73 = 301 (100%)
R 103 of 301 ~ 34.22%
G 125 of 301 ~ 41.53%
B 73 of 301 ~ 24.25%

%34.22
%41.53
%24.25

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.6
%0
%41.6
%50.98

Codes

Color #677D49 in popluar color models

677D49
RGB10312573
HSL85°26.26%38.82%
HSB/HSV85°41.60%49.02%
CMYK17.60%0.00%41.60%
50.98%

Color #677D49 in popluar number systems.

HEX677D49
Decimal10312573
Binary110011111111011001001
Octal147175111

Shades and tints

Shades of #677D49

#677D49
(103,125,73)
#5E7243
(94,114,67)
#55673D
(85,103,61)
#4C5C37
(76,92,55)
#435131
(67,81,49)
#3A462B
(58,70,43)
#313B25
(49,59,37)
#28301F
(40,48,31)
#1F2519
(31,37,25)
#161A13
(22,26,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #677D49

#677D49
(103,125,73)
#748859
(116,136,89)
#819369
(129,147,105)
#8E9E79
(142,158,121)
#9BA989
(155,169,137)
#A8B499
(168,180,153)
#B5BFA9
(181,191,169)
#C2CAB9
(194,202,185)
#CFD5C9
(207,213,201)
#DCE0D9
(220,224,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677D49; }

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

This text font color is #677D49.


Background Color

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

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

This div background color is #677D49.


Border color

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

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

This div border color is #677D49.


Opacity

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

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

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

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

This text has shadow with #677D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D49 on black background.


Color preview on white background

This text has color #677D49 on white background.



Black color preview on #677D49 background

This text has black color on #677D49 background.


White color preview on #677D49 background

This text has white color on #677D49 background.