COLOR #6D4347

HEX: #6D4347
RGB: (109,67,71)

Renk bilgisi

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

RGB renk modeli

#6D4347 color RGB value is (109,67,71).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 67 of 255 = 26%
B 71 of 255 = 28%

109
67
71

R + G + B ~ 32%. #6D4347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 67 + 71 = 247 (100%)
R 109 of 247 ~ 44.13%
G 67 of 247 ~ 27.13%
B 71 of 247 ~ 28.74%

%44.13
%27.13
%28.74

CMYK RENK MODELİ

#6D4347 rengi CMYK tonu (0,39,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.53%
  • sarı tonu 34.86%
  • ana renk tonu 57.25%
CMYK:
(0,39,35,57)
C0M39Y35K57 
(0%,39%,35%,57%)
(0.00/0.39/0.35/0.57)	

CMYK yüzdeleri

%0
%38.53
%34.86
%57.25

Codes

Color #6D4347 in popluar color models

6D4347
RGB1096771
HSL354°23.86%34.51%
HSB/HSV354°38.53%42.75%
CMYK0.00%38.53%34.86%
57.25%

Color #6D4347 in popluar number systems.

HEX6D4347
Decimal1096771
Binary110110110000111000111
Octal155103107

Shades and tints

Shades of #6D4347

#6D4347
(109,67,71)
#643D41
(100,61,65)
#5B373B
(91,55,59)
#523135
(82,49,53)
#492B2F
(73,43,47)
#402529
(64,37,41)
#371F23
(55,31,35)
#2E191D
(46,25,29)
#251317
(37,19,23)
#1C0D11
(28,13,17)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #6D4347

#6D4347
(109,67,71)
#7A5457
(122,84,87)
#876567
(135,101,103)
#947677
(148,118,119)
#A18787
(161,135,135)
#AE9897
(174,152,151)
#BBA9A7
(187,169,167)
#C8BAB7
(200,186,183)
#D5CBC7
(213,203,199)
#E2DCD7
(226,220,215)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4347; }

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

This text font color is #6D4347.


Background Color

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

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

This div background color is #6D4347.


Border color

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

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

This div border color is #6D4347.


Opacity

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

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

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

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

This text has shadow with #6D4347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4347 on black background.


Color preview on white background

This text has color #6D4347 on white background.



Black color preview on #6D4347 background

This text has black color on #6D4347 background.


White color preview on #6D4347 background

This text has white color on #6D4347 background.