COLOR #6E4D48

HEX: #6E4D48
RGB: (110,77,72)

Renk bilgisi

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

RGB renk modeli

#6E4D48 color RGB value is (110,77,72).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 77 of 255 = 30%
B 72 of 255 = 28%

110
77
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 77 + 72 = 259 (100%)
R 110 of 259 ~ 42.47%
G 77 of 259 ~ 29.73%
B 72 of 259 ~ 27.8%

%42.47
%29.73
%27.8

CMYK RENK MODELİ

#6E4D48 rengi CMYK tonu (0,30,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.00%
  • sarı tonu 34.55%
  • ana renk tonu 56.86%
CMYK:
(0,30,35,57)
C0M30Y35K57 
(0%,30%,35%,57%)
(0.00/0.30/0.35/0.57)	

CMYK yüzdeleri

%0
%30
%34.55
%56.86

Codes

Color #6E4D48 in popluar color models

6E4D48
RGB1107772
HSL20.88%35.69%
HSB/HSV34.55%43.14%
CMYK0.00%30.00%34.55%
56.86%

Color #6E4D48 in popluar number systems.

HEX6E4D48
Decimal1107772
Binary110111010011011001000
Octal156115110

Shades and tints

Shades of #6E4D48

#6E4D48
(110,77,72)
#644642
(100,70,66)
#5A3F3C
(90,63,60)
#503836
(80,56,54)
#463130
(70,49,48)
#3C2A2A
(60,42,42)
#322324
(50,35,36)
#281C1E
(40,28,30)
#1E1518
(30,21,24)
#140E12
(20,14,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #6E4D48

#6E4D48
(110,77,72)
#7B5D58
(123,93,88)
#886D68
(136,109,104)
#957D78
(149,125,120)
#A28D88
(162,141,136)
#AF9D98
(175,157,152)
#BCADA8
(188,173,168)
#C9BDB8
(201,189,184)
#D6CDC8
(214,205,200)
#E3DDD8
(227,221,216)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4D48; }

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

This text font color is #6E4D48.


Background Color

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

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

This div background color is #6E4D48.


Border color

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

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

This div border color is #6E4D48.


Opacity

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

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

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

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

This text has shadow with #6E4D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D48 on black background.


Color preview on white background

This text has color #6E4D48 on white background.



Black color preview on #6E4D48 background

This text has black color on #6E4D48 background.


White color preview on #6E4D48 background

This text has white color on #6E4D48 background.