COLOR #6E4A48

HEX: #6E4A48
RGB: (110,74,72)

Renk bilgisi

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

RGB renk modeli

#6E4A48 color RGB value is (110,74,72).

  • kırmız ton 110;
  • yeşil ton 74;
  • mavi ton 72.
RGB:
(110,74,72)
(43%,29%,28%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 74 of 255 = 29%
B 72 of 255 = 28%

110
74
72

R + G + B ~ 33%. #6E4A48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 74 + 72 = 256 (100%)
R 110 of 256 ~ 42.97%
G 74 of 256 ~ 28.91%
B 72 of 256 ~ 28.13%

%42.97
%28.91
%28.13

CMYK RENK MODELİ

#6E4A48 rengi CMYK tonu (0,33,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.73%
  • sarı tonu 34.55%
  • ana renk tonu 56.86%
CMYK:
(0,33,35,57)
C0M33Y35K57 
(0%,33%,35%,57%)
(0.00/0.33/0.35/0.57)	

CMYK yüzdeleri

%0
%32.73
%34.55
%56.86

Codes

Color #6E4A48 in popluar color models

6E4A48
RGB1107472
HSL20.88%35.69%
HSB/HSV34.55%43.14%
CMYK0.00%32.73%34.55%
56.86%

Color #6E4A48 in popluar number systems.

HEX6E4A48
Decimal1107472
Binary110111010010101001000
Octal156112110

Shades and tints

Shades of #6E4A48

#6E4A48
(110,74,72)
#644442
(100,68,66)
#5A3E3C
(90,62,60)
#503836
(80,56,54)
#463230
(70,50,48)
#3C2C2A
(60,44,42)
#322624
(50,38,36)
#28201E
(40,32,30)
#1E1A18
(30,26,24)
#141412
(20,20,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E4A48

#6E4A48
(110,74,72)
#7B5A58
(123,90,88)
#886A68
(136,106,104)
#957A78
(149,122,120)
#A28A88
(162,138,136)
#AF9A98
(175,154,152)
#BCAAA8
(188,170,168)
#C9BAB8
(201,186,184)
#D6CAC8
(214,202,200)
#E3DAD8
(227,218,216)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4A48 color. Also use rgb(110,74,72) instead hex code.

Text Font Color

.myTextColor { color: #6E4A48; }

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

This text font color is #6E4A48.


Background Color

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

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

This div background color is #6E4A48.


Border color

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

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

This div border color is #6E4A48.


Opacity

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

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

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

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

This text has shadow with #6E4A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A48 on black background.


Color preview on white background

This text has color #6E4A48 on white background.



Black color preview on #6E4A48 background

This text has black color on #6E4A48 background.


White color preview on #6E4A48 background

This text has white color on #6E4A48 background.