COLOR #6D7447

HEX: #6D7447
RGB: (109,116,71)

Renk bilgisi

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

RGB renk modeli

#6D7447 color RGB value is (109,116,71).

  • kırmız ton 109;
  • yeşil ton 116;
  • mavi ton 71.
RGB:
(109,116,71)
(43%,45%,28%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 116 of 255 = 45%
B 71 of 255 = 28%

109
116
71

R + G + B ~ 39%. #6D7447 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 116 + 71 = 296 (100%)
R 109 of 296 ~ 36.82%
G 116 of 296 ~ 39.19%
B 71 of 296 ~ 23.99%

%36.82
%39.19
%23.99

CMYK RENK MODELİ

#6D7447 rengi CMYK tonu (6,0,39,55).

  • camgöbeği tonu 6.03%
  • eflatun tonu 0.00%
  • sarı tonu 38.79%
  • ana renk tonu 54.51%
CMYK:
(6,0,39,55)
C6M0Y39K55 
(6%,0%,39%,55%)
(0.06/0.00/0.39/0.55)	

CMYK yüzdeleri

%6.03
%0
%38.79
%54.51

Codes

Color #6D7447 in popluar color models

6D7447
RGB10911671
HSL69°24.06%36.67%
HSB/HSV69°38.79%45.49%
CMYK6.03%0.00%38.79%
54.51%

Color #6D7447 in popluar number systems.

HEX6D7447
Decimal10911671
Binary110110111101001000111
Octal155164107

Shades and tints

Shades of #6D7447

#6D7447
(109,116,71)
#646A41
(100,106,65)
#5B603B
(91,96,59)
#525635
(82,86,53)
#494C2F
(73,76,47)
#404229
(64,66,41)
#373823
(55,56,35)
#2E2E1D
(46,46,29)
#252417
(37,36,23)
#1C1A11
(28,26,17)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D7447

#6D7447
(109,116,71)
#7A8057
(122,128,87)
#878C67
(135,140,103)
#949877
(148,152,119)
#A1A487
(161,164,135)
#AEB097
(174,176,151)
#BBBCA7
(187,188,167)
#C8C8B7
(200,200,183)
#D5D4C7
(213,212,199)
#E2E0D7
(226,224,215)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7447 color. Also use rgb(109,116,71) instead hex code.

Text Font Color

.myTextColor { color: #6D7447; }

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

This text font color is #6D7447.


Background Color

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

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

This div background color is #6D7447.


Border color

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

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

This div border color is #6D7447.


Opacity

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

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

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

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

This text has shadow with #6D7447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7447 on black background.


Color preview on white background

This text has color #6D7447 on white background.



Black color preview on #6D7447 background

This text has black color on #6D7447 background.


White color preview on #6D7447 background

This text has white color on #6D7447 background.