COLOR #6E3E57

HEX: #6E3E57
RGB: (110,62,87)

Renk bilgisi

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

RGB renk modeli

#6E3E57 color RGB value is (110,62,87).

  • kırmız ton 110;
  • yeşil ton 62;
  • mavi ton 87.
RGB:
(110,62,87)
(43%,24%,34%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 62 of 255 = 24%
B 87 of 255 = 34%

110
62
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 62 + 87 = 259 (100%)
R 110 of 259 ~ 42.47%
G 62 of 259 ~ 23.94%
B 87 of 259 ~ 33.59%

%42.47
%23.94
%33.59

CMYK RENK MODELİ

#6E3E57 rengi CMYK tonu (0,44,21,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.64%
  • sarı tonu 20.91%
  • ana renk tonu 56.86%
CMYK:
(0,44,21,57)
C0M44Y21K57 
(0%,44%,21%,57%)
(0.00/0.44/0.21/0.57)	

CMYK yüzdeleri

%0
%43.64
%20.91
%56.86

Codes

Color #6E3E57 in popluar color models

6E3E57
RGB1106287
HSL329°27.91%33.73%
HSB/HSV329°43.64%43.14%
CMYK0.00%43.64%20.91%
56.86%

Color #6E3E57 in popluar number systems.

HEX6E3E57
Decimal1106287
Binary11011101111101010111
Octal15676127

Shades and tints

Shades of #6E3E57

#6E3E57
(110,62,87)
#643950
(100,57,80)
#5A3449
(90,52,73)
#502F42
(80,47,66)
#462A3B
(70,42,59)
#3C2534
(60,37,52)
#32202D
(50,32,45)
#281B26
(40,27,38)
#1E161F
(30,22,31)
#141118
(20,17,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #6E3E57

#6E3E57
(110,62,87)
#7B4F66
(123,79,102)
#886075
(136,96,117)
#957184
(149,113,132)
#A28293
(162,130,147)
#AF93A2
(175,147,162)
#BCA4B1
(188,164,177)
#C9B5C0
(201,181,192)
#D6C6CF
(214,198,207)
#E3D7DE
(227,215,222)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3E57 color. Also use rgb(110,62,87) instead hex code.

Text Font Color

.myTextColor { color: #6E3E57; }

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

This text font color is #6E3E57.


Background Color

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

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

This div background color is #6E3E57.


Border color

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

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

This div border color is #6E3E57.


Opacity

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

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

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

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

This text has shadow with #6E3E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3E57 on black background.


Color preview on white background

This text has color #6E3E57 on white background.



Black color preview on #6E3E57 background

This text has black color on #6E3E57 background.


White color preview on #6E3E57 background

This text has white color on #6E3E57 background.