COLOR #6E5D76

HEX: #6E5D76
RGB: (110,93,118)

Renk bilgisi

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

RGB renk modeli

#6E5D76 color RGB value is (110,93,118).

  • kırmız ton 110;
  • yeşil ton 93;
  • mavi ton 118.
RGB:
(110,93,118)
(43%,36%,46%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 93 of 255 = 36%
B 118 of 255 = 46%

110
93
118

R + G + B ~ 42%. #6E5D76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 93 + 118 = 321 (100%)
R 110 of 321 ~ 34.27%
G 93 of 321 ~ 28.97%
B 118 of 321 ~ 36.76%

%34.27
%28.97
%36.76

CMYK RENK MODELİ

#6E5D76 rengi CMYK tonu (7,21,0,54).

  • camgöbeği tonu 6.78%
  • eflatun tonu 21.19%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(7,21,0,54)
C7M21Y0K54 
(7%,21%,0%,54%)
(0.07/0.21/0.00/0.54)	

CMYK yüzdeleri

%6.78
%21.19
%0
%53.73

Codes

Color #6E5D76 in popluar color models

6E5D76
RGB11093118
HSL281°11.85%41.37%
HSB/HSV281°21.19%46.27%
CMYK6.78%21.19%0.00%
53.73%

Color #6E5D76 in popluar number systems.

HEX6E5D76
Decimal11093118
Binary110111010111011110110
Octal156135166

Shades and tints

Shades of #6E5D76

#6E5D76
(110,93,118)
#64556C
(100,85,108)
#5A4D62
(90,77,98)
#504558
(80,69,88)
#463D4E
(70,61,78)
#3C3544
(60,53,68)
#322D3A
(50,45,58)
#282530
(40,37,48)
#1E1D26
(30,29,38)
#14151C
(20,21,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #6E5D76

#6E5D76
(110,93,118)
#7B6B82
(123,107,130)
#88798E
(136,121,142)
#95879A
(149,135,154)
#A295A6
(162,149,166)
#AFA3B2
(175,163,178)
#BCB1BE
(188,177,190)
#C9BFCA
(201,191,202)
#D6CDD6
(214,205,214)
#E3DBE2
(227,219,226)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D76 color. Also use rgb(110,93,118) instead hex code.

Text Font Color

.myTextColor { color: #6E5D76; }

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

This text font color is #6E5D76.


Background Color

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

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

This div background color is #6E5D76.


Border color

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

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

This div border color is #6E5D76.


Opacity

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

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

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

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

This text has shadow with #6E5D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D76 on black background.


Color preview on white background

This text has color #6E5D76 on white background.



Black color preview on #6E5D76 background

This text has black color on #6E5D76 background.


White color preview on #6E5D76 background

This text has white color on #6E5D76 background.