COLOR #6D7A49

HEX: #6D7A49
RGB: (109,122,73)

Renk bilgisi

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

RGB renk modeli

#6D7A49 color RGB value is (109,122,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 122 of 255 = 48%
B 73 of 255 = 29%

109
122
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 122 + 73 = 304 (100%)
R 109 of 304 ~ 35.86%
G 122 of 304 ~ 40.13%
B 73 of 304 ~ 24.01%

%35.86
%40.13
%24.01

CMYK RENK MODELİ

#6D7A49 rengi CMYK tonu (11,0,40,52).

  • camgöbeği tonu 10.66%
  • eflatun tonu 0.00%
  • sarı tonu 40.16%
  • ana renk tonu 52.16%
CMYK:
(11,0,40,52)
C11M0Y40K52 
(11%,0%,40%,52%)
(0.11/0.00/0.40/0.52)	

CMYK yüzdeleri

%10.66
%0
%40.16
%52.16

Codes

Color #6D7A49 in popluar color models

6D7A49
RGB10912273
HSL76°25.13%38.24%
HSB/HSV76°40.16%47.84%
CMYK10.66%0.00%40.16%
52.16%

Color #6D7A49 in popluar number systems.

HEX6D7A49
Decimal10912273
Binary110110111110101001001
Octal155172111

Shades and tints

Shades of #6D7A49

#6D7A49
(109,122,73)
#646F43
(100,111,67)
#5B643D
(91,100,61)
#525937
(82,89,55)
#494E31
(73,78,49)
#40432B
(64,67,43)
#373825
(55,56,37)
#2E2D1F
(46,45,31)
#252219
(37,34,25)
#1C1713
(28,23,19)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D7A49

#6D7A49
(109,122,73)
#7A8659
(122,134,89)
#879269
(135,146,105)
#949E79
(148,158,121)
#A1AA89
(161,170,137)
#AEB699
(174,182,153)
#BBC2A9
(187,194,169)
#C8CEB9
(200,206,185)
#D5DAC9
(213,218,201)
#E2E6D9
(226,230,217)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7A49; }

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

This text font color is #6D7A49.


Background Color

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

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

This div background color is #6D7A49.


Border color

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

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

This div border color is #6D7A49.


Opacity

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

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

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

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

This text has shadow with #6D7A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A49 on black background.


Color preview on white background

This text has color #6D7A49 on white background.



Black color preview on #6D7A49 background

This text has black color on #6D7A49 background.


White color preview on #6D7A49 background

This text has white color on #6D7A49 background.