COLOR #6D7E49

HEX: #6D7E49
RGB: (109,126,73)

Renk bilgisi

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

RGB renk modeli

#6D7E49 color RGB value is (109,126,73).

  • kırmız ton 109;
  • yeşil ton 126;
  • mavi ton 73.
RGB:
(109,126,73)
(43%,49%,29%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 126 of 255 = 49%
B 73 of 255 = 29%

109
126
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 126 + 73 = 308 (100%)
R 109 of 308 ~ 35.39%
G 126 of 308 ~ 40.91%
B 73 of 308 ~ 23.7%

%35.39
%40.91
%23.7

CMYK RENK MODELİ

#6D7E49 rengi CMYK tonu (13,0,42,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 0.00%
  • sarı tonu 42.06%
  • ana renk tonu 50.59%
CMYK:
(13,0,42,51)
C13M0Y42K51 
(13%,0%,42%,51%)
(0.13/0.00/0.42/0.51)	

CMYK yüzdeleri

%13.49
%0
%42.06
%50.59

Codes

Color #6D7E49 in popluar color models

6D7E49
RGB10912673
HSL79°26.63%39.02%
HSB/HSV79°42.06%49.41%
CMYK13.49%0.00%42.06%
50.59%

Color #6D7E49 in popluar number systems.

HEX6D7E49
Decimal10912673
Binary110110111111101001001
Octal155176111

Shades and tints

Shades of #6D7E49

#6D7E49
(109,126,73)
#647343
(100,115,67)
#5B683D
(91,104,61)
#525D37
(82,93,55)
#495231
(73,82,49)
#40472B
(64,71,43)
#373C25
(55,60,37)
#2E311F
(46,49,31)
#252619
(37,38,25)
#1C1B13
(28,27,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D7E49

#6D7E49
(109,126,73)
#7A8959
(122,137,89)
#879469
(135,148,105)
#949F79
(148,159,121)
#A1AA89
(161,170,137)
#AEB599
(174,181,153)
#BBC0A9
(187,192,169)
#C8CBB9
(200,203,185)
#D5D6C9
(213,214,201)
#E2E1D9
(226,225,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E49 color. Also use rgb(109,126,73) instead hex code.

Text Font Color

.myTextColor { color: #6D7E49; }

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

This text font color is #6D7E49.


Background Color

.myBgColor { background-color: #6D7E49; }

<div style="background-color:#6D7E49">Inner text</div>

This div background color is #6D7E49.


Border color

.myBorderColor { border: 1px solid #6D7E49; }

<div style="border:3px solid #6D7E49">Div</div>

This div border color is #6D7E49.


Opacity

.myOpacity80 { color: #6D7E49; opacity: 0.8; }

<p style="color:#6D7E49;opacity:0.8;">80%</p>

Text with #6D7E49 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 #6D7E49;}

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

This text has shadow with #6D7E49 color.

.textShadow {text-shadow: 3px 3px 1px #6D7E49, 3px 3px 1px red;}

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

This text has shadow with #6D7E49 primary color and red secondary color.


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

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

This text has shadow with #6D7E49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E49 on black background.


Color preview on white background

This text has color #6D7E49 on white background.



Black color preview on #6D7E49 background

This text has black color on #6D7E49 background.


White color preview on #6D7E49 background

This text has white color on #6D7E49 background.