COLOR #6E4C47

HEX: #6E4C47
RGB: (110,76,71)

Renk bilgisi

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

RGB renk modeli

#6E4C47 color RGB value is (110,76,71).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 76 of 255 = 30%
B 71 of 255 = 28%

110
76
71

R + G + B ~ 34%. #6E4C47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 76 + 71 = 257 (100%)
R 110 of 257 ~ 42.8%
G 76 of 257 ~ 29.57%
B 71 of 257 ~ 27.63%

%42.8
%29.57
%27.63

CMYK RENK MODELİ

#6E4C47 rengi CMYK tonu (0,31,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.91%
  • sarı tonu 35.45%
  • ana renk tonu 56.86%
CMYK:
(0,31,35,57)
C0M31Y35K57 
(0%,31%,35%,57%)
(0.00/0.31/0.35/0.57)	

CMYK yüzdeleri

%0
%30.91
%35.45
%56.86

Codes

Color #6E4C47 in popluar color models

6E4C47
RGB1107671
HSL21.55%35.49%
HSB/HSV35.45%43.14%
CMYK0.00%30.91%35.45%
56.86%

Color #6E4C47 in popluar number systems.

HEX6E4C47
Decimal1107671
Binary110111010011001000111
Octal156114107

Shades and tints

Shades of #6E4C47

#6E4C47
(110,76,71)
#644641
(100,70,65)
#5A403B
(90,64,59)
#503A35
(80,58,53)
#46342F
(70,52,47)
#3C2E29
(60,46,41)
#322823
(50,40,35)
#28221D
(40,34,29)
#1E1C17
(30,28,23)
#141611
(20,22,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E4C47

#6E4C47
(110,76,71)
#7B5C57
(123,92,87)
#886C67
(136,108,103)
#957C77
(149,124,119)
#A28C87
(162,140,135)
#AF9C97
(175,156,151)
#BCACA7
(188,172,167)
#C9BCB7
(201,188,183)
#D6CCC7
(214,204,199)
#E3DCD7
(227,220,215)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C47; }

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

This text font color is #6E4C47.


Background Color

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

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

This div background color is #6E4C47.


Border color

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

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

This div border color is #6E4C47.


Opacity

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

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

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

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

This text has shadow with #6E4C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C47 on black background.


Color preview on white background

This text has color #6E4C47 on white background.



Black color preview on #6E4C47 background

This text has black color on #6E4C47 background.


White color preview on #6E4C47 background

This text has white color on #6E4C47 background.