COLOR #6E3747

HEX: #6E3747
RGB: (110,55,71)

Renk bilgisi

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

RGB renk modeli

#6E3747 color RGB value is (110,55,71).

  • kırmız ton 110;
  • yeşil ton 55;
  • mavi ton 71.
RGB:
(110,55,71)
(43%,22%,28%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 55 of 255 = 22%
B 71 of 255 = 28%

110
55
71

R + G + B ~ 31%. #6E3747 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 55 + 71 = 236 (100%)
R 110 of 236 ~ 46.61%
G 55 of 236 ~ 23.31%
B 71 of 236 ~ 30.08%

%46.61
%23.31
%30.08

CMYK RENK MODELİ

#6E3747 rengi CMYK tonu (0,50,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 35.45%
  • ana renk tonu 56.86%
CMYK:
(0,50,35,57)
C0M50Y35K57 
(0%,50%,35%,57%)
(0.00/0.50/0.35/0.57)	

CMYK yüzdeleri

%0
%50
%35.45
%56.86

Codes

Color #6E3747 in popluar color models

6E3747
RGB1105571
HSL343°33.33%32.35%
HSB/HSV343°50.00%43.14%
CMYK0.00%50.00%35.45%
56.86%

Color #6E3747 in popluar number systems.

HEX6E3747
Decimal1105571
Binary11011101101111000111
Octal15667107

Shades and tints

Shades of #6E3747

#6E3747
(110,55,71)
#643241
(100,50,65)
#5A2D3B
(90,45,59)
#502835
(80,40,53)
#46232F
(70,35,47)
#3C1E29
(60,30,41)
#321923
(50,25,35)
#28141D
(40,20,29)
#1E0F17
(30,15,23)
#140A11
(20,10,17)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #6E3747

#6E3747
(110,55,71)
#7B4957
(123,73,87)
#885B67
(136,91,103)
#956D77
(149,109,119)
#A27F87
(162,127,135)
#AF9197
(175,145,151)
#BCA3A7
(188,163,167)
#C9B5B7
(201,181,183)
#D6C7C7
(214,199,199)
#E3D9D7
(227,217,215)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3747 color. Also use rgb(110,55,71) instead hex code.

Text Font Color

.myTextColor { color: #6E3747; }

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

This text font color is #6E3747.


Background Color

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

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

This div background color is #6E3747.


Border color

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

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

This div border color is #6E3747.


Opacity

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

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

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

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

This text has shadow with #6E3747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3747 on black background.


Color preview on white background

This text has color #6E3747 on white background.



Black color preview on #6E3747 background

This text has black color on #6E3747 background.


White color preview on #6E3747 background

This text has white color on #6E3747 background.