COLOR #6E493F

HEX: #6E493F
RGB: (110,73,63)

Renk bilgisi

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

RGB renk modeli

#6E493F color RGB value is (110,73,63).

  • kırmız ton 110;
  • yeşil ton 73;
  • mavi ton 63.
RGB:
(110,73,63)
(43%,29%,25%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 73 of 255 = 29%
B 63 of 255 = 25%

110
73
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 73 + 63 = 246 (100%)
R 110 of 246 ~ 44.72%
G 73 of 246 ~ 29.67%
B 63 of 246 ~ 25.61%

%44.72
%29.67
%25.61

CMYK RENK MODELİ

#6E493F rengi CMYK tonu (0,34,43,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 42.73%
  • ana renk tonu 56.86%
CMYK:
(0,34,43,57)
C0M34Y43K57 
(0%,34%,43%,57%)
(0.00/0.34/0.43/0.57)	

CMYK yüzdeleri

%0
%33.64
%42.73
%56.86

Codes

Color #6E493F in popluar color models

6E493F
RGB1107363
HSL13°27.17%33.92%
HSB/HSV13°42.73%43.14%
CMYK0.00%33.64%42.73%
56.86%

Color #6E493F in popluar number systems.

HEX6E493F
Decimal1107363
Binary11011101001001111111
Octal15611177

Shades and tints

Shades of #6E493F

#6E493F
(110,73,63)
#64433A
(100,67,58)
#5A3D35
(90,61,53)
#503730
(80,55,48)
#46312B
(70,49,43)
#3C2B26
(60,43,38)
#322521
(50,37,33)
#281F1C
(40,31,28)
#1E1917
(30,25,23)
#141312
(20,19,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E493F

#6E493F
(110,73,63)
#7B5950
(123,89,80)
#886961
(136,105,97)
#957972
(149,121,114)
#A28983
(162,137,131)
#AF9994
(175,153,148)
#BCA9A5
(188,169,165)
#C9B9B6
(201,185,182)
#D6C9C7
(214,201,199)
#E3D9D8
(227,217,216)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E493F color. Also use rgb(110,73,63) instead hex code.

Text Font Color

.myTextColor { color: #6E493F; }

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

This text font color is #6E493F.


Background Color

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

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

This div background color is #6E493F.


Border color

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

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

This div border color is #6E493F.


Opacity

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

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

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

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

This text has shadow with #6E493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E493F on black background.


Color preview on white background

This text has color #6E493F on white background.



Black color preview on #6E493F background

This text has black color on #6E493F background.


White color preview on #6E493F background

This text has white color on #6E493F background.