COLOR #6E5563

HEX: #6E5563
RGB: (110,85,99)

Renk bilgisi

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

RGB renk modeli

#6E5563 color RGB value is (110,85,99).

  • kırmız ton 110;
  • yeşil ton 85;
  • mavi ton 99.
RGB:
(110,85,99)
(43%,33%,39%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 85 of 255 = 33%
B 99 of 255 = 39%

110
85
99

R + G + B ~ 38%. #6E5563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 85 + 99 = 294 (100%)
R 110 of 294 ~ 37.41%
G 85 of 294 ~ 28.91%
B 99 of 294 ~ 33.67%

%37.41
%28.91
%33.67

CMYK RENK MODELİ

#6E5563 rengi CMYK tonu (0,23,10,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.73%
  • sarı tonu 10.00%
  • ana renk tonu 56.86%
CMYK:
(0,23,10,57)
C0M23Y10K57 
(0%,23%,10%,57%)
(0.00/0.23/0.10/0.57)	

CMYK yüzdeleri

%0
%22.73
%10
%56.86

Codes

Color #6E5563 in popluar color models

6E5563
RGB1108599
HSL326°12.82%38.24%
HSB/HSV326°22.73%43.14%
CMYK0.00%22.73%10.00%
56.86%

Color #6E5563 in popluar number systems.

HEX6E5563
Decimal1108599
Binary110111010101011100011
Octal156125143

Shades and tints

Shades of #6E5563

#6E5563
(110,85,99)
#644E5A
(100,78,90)
#5A4751
(90,71,81)
#504048
(80,64,72)
#46393F
(70,57,63)
#3C3236
(60,50,54)
#322B2D
(50,43,45)
#282424
(40,36,36)
#1E1D1B
(30,29,27)
#141612
(20,22,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E5563

#6E5563
(110,85,99)
#7B6471
(123,100,113)
#88737F
(136,115,127)
#95828D
(149,130,141)
#A2919B
(162,145,155)
#AFA0A9
(175,160,169)
#BCAFB7
(188,175,183)
#C9BEC5
(201,190,197)
#D6CDD3
(214,205,211)
#E3DCE1
(227,220,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5563 color. Also use rgb(110,85,99) instead hex code.

Text Font Color

.myTextColor { color: #6E5563; }

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

This text font color is #6E5563.


Background Color

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

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

This div background color is #6E5563.


Border color

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

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

This div border color is #6E5563.


Opacity

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

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

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

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

This text has shadow with #6E5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5563 on black background.


Color preview on white background

This text has color #6E5563 on white background.



Black color preview on #6E5563 background

This text has black color on #6E5563 background.


White color preview on #6E5563 background

This text has white color on #6E5563 background.