COLOR #677F49

HEX: #677F49
RGB: (103,127,73)

Renk bilgisi

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

RGB renk modeli

#677F49 color RGB value is (103,127,73).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 73 of 255 = 29%

103
127
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 73 = 303 (100%)
R 103 of 303 ~ 33.99%
G 127 of 303 ~ 41.91%
B 73 of 303 ~ 24.09%

%33.99
%41.91
%24.09

CMYK RENK MODELİ

#677F49 rengi CMYK tonu (19,0,43,50).

  • camgöbeği tonu 18.90%
  • eflatun tonu 0.00%
  • sarı tonu 42.52%
  • ana renk tonu 50.20%
CMYK:
(19,0,43,50)
C19M0Y43K50 
(19%,0%,43%,50%)
(0.19/0.00/0.43/0.50)	

CMYK yüzdeleri

%18.9
%0
%42.52
%50.2

Codes

Color #677F49 in popluar color models

677F49
RGB10312773
HSL87°27.00%39.22%
HSB/HSV87°42.52%49.80%
CMYK18.90%0.00%42.52%
50.20%

Color #677F49 in popluar number systems.

HEX677F49
Decimal10312773
Binary110011111111111001001
Octal147177111

Shades and tints

Shades of #677F49

#677F49
(103,127,73)
#5E7443
(94,116,67)
#55693D
(85,105,61)
#4C5E37
(76,94,55)
#435331
(67,83,49)
#3A482B
(58,72,43)
#313D25
(49,61,37)
#28321F
(40,50,31)
#1F2719
(31,39,25)
#161C13
(22,28,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #677F49

#677F49
(103,127,73)
#748A59
(116,138,89)
#819569
(129,149,105)
#8EA079
(142,160,121)
#9BAB89
(155,171,137)
#A8B699
(168,182,153)
#B5C1A9
(181,193,169)
#C2CCB9
(194,204,185)
#CFD7C9
(207,215,201)
#DCE2D9
(220,226,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F49; }

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

This text font color is #677F49.


Background Color

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

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

This div background color is #677F49.


Border color

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

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

This div border color is #677F49.


Opacity

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

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

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

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

This text has shadow with #677F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F49 on black background.


Color preview on white background

This text has color #677F49 on white background.



Black color preview on #677F49 background

This text has black color on #677F49 background.


White color preview on #677F49 background

This text has white color on #677F49 background.