COLOR #6E4C5A

HEX: #6E4C5A
RGB: (110,76,90)

Renk bilgisi

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

RGB renk modeli

#6E4C5A color RGB value is (110,76,90).

  • kırmız ton 110;
  • yeşil ton 76;
  • mavi ton 90.
RGB:
(110,76,90)
(43%,30%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 76 of 255 = 30%
B 90 of 255 = 35%

110
76
90

R + G + B ~ 36%. #6E4C5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 76 + 90 = 276 (100%)
R 110 of 276 ~ 39.86%
G 76 of 276 ~ 27.54%
B 90 of 276 ~ 32.61%

%39.86
%27.54
%32.61

CMYK RENK MODELİ

#6E4C5A rengi CMYK tonu (0,31,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.91%
  • sarı tonu 18.18%
  • ana renk tonu 56.86%
CMYK:
(0,31,18,57)
C0M31Y18K57 
(0%,31%,18%,57%)
(0.00/0.31/0.18/0.57)	

CMYK yüzdeleri

%0
%30.91
%18.18
%56.86

Codes

Color #6E4C5A in popluar color models

6E4C5A
RGB1107690
HSL335°18.28%36.47%
HSB/HSV335°30.91%43.14%
CMYK0.00%30.91%18.18%
56.86%

Color #6E4C5A in popluar number systems.

HEX6E4C5A
Decimal1107690
Binary110111010011001011010
Octal156114132

Shades and tints

Shades of #6E4C5A

#6E4C5A
(110,76,90)
#644652
(100,70,82)
#5A404A
(90,64,74)
#503A42
(80,58,66)
#46343A
(70,52,58)
#3C2E32
(60,46,50)
#32282A
(50,40,42)
#282222
(40,34,34)
#1E1C1A
(30,28,26)
#141612
(20,22,18)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E4C5A

#6E4C5A
(110,76,90)
#7B5C69
(123,92,105)
#886C78
(136,108,120)
#957C87
(149,124,135)
#A28C96
(162,140,150)
#AF9CA5
(175,156,165)
#BCACB4
(188,172,180)
#C9BCC3
(201,188,195)
#D6CCD2
(214,204,210)
#E3DCE1
(227,220,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4C5A color. Also use rgb(110,76,90) instead hex code.

Text Font Color

.myTextColor { color: #6E4C5A; }

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

This text font color is #6E4C5A.


Background Color

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

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

This div background color is #6E4C5A.


Border color

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

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

This div border color is #6E4C5A.


Opacity

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

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

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

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

This text has shadow with #6E4C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C5A on black background.


Color preview on white background

This text has color #6E4C5A on white background.



Black color preview on #6E4C5A background

This text has black color on #6E4C5A background.


White color preview on #6E4C5A background

This text has white color on #6E4C5A background.