COLOR #6E5359

HEX: #6E5359
RGB: (110,83,89)

Renk bilgisi

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

RGB renk modeli

#6E5359 color RGB value is (110,83,89).

  • kırmız ton 110;
  • yeşil ton 83;
  • mavi ton 89.
RGB:
(110,83,89)
(43%,33%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 83 of 255 = 33%
B 89 of 255 = 35%

110
83
89

R + G + B ~ 37%. #6E5359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 83 + 89 = 282 (100%)
R 110 of 282 ~ 39.01%
G 83 of 282 ~ 29.43%
B 89 of 282 ~ 31.56%

%39.01
%29.43
%31.56

CMYK RENK MODELİ

#6E5359 rengi CMYK tonu (0,25,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.55%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(0,25,19,57)
C0M25Y19K57 
(0%,25%,19%,57%)
(0.00/0.25/0.19/0.57)	

CMYK yüzdeleri

%0
%24.55
%19.09
%56.86

Codes

Color #6E5359 in popluar color models

6E5359
RGB1108389
HSL347°13.99%37.84%
HSB/HSV347°24.55%43.14%
CMYK0.00%24.55%19.09%
56.86%

Color #6E5359 in popluar number systems.

HEX6E5359
Decimal1108389
Binary110111010100111011001
Octal156123131

Shades and tints

Shades of #6E5359

#6E5359
(110,83,89)
#644C51
(100,76,81)
#5A4549
(90,69,73)
#503E41
(80,62,65)
#463739
(70,55,57)
#3C3031
(60,48,49)
#322929
(50,41,41)
#282221
(40,34,33)
#1E1B19
(30,27,25)
#141411
(20,20,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #6E5359

#6E5359
(110,83,89)
#7B6268
(123,98,104)
#887177
(136,113,119)
#958086
(149,128,134)
#A28F95
(162,143,149)
#AF9EA4
(175,158,164)
#BCADB3
(188,173,179)
#C9BCC2
(201,188,194)
#D6CBD1
(214,203,209)
#E3DAE0
(227,218,224)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5359 color. Also use rgb(110,83,89) instead hex code.

Text Font Color

.myTextColor { color: #6E5359; }

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

This text font color is #6E5359.


Background Color

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

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

This div background color is #6E5359.


Border color

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

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

This div border color is #6E5359.


Opacity

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

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

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

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

This text has shadow with #6E5359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5359 on black background.


Color preview on white background

This text has color #6E5359 on white background.



Black color preview on #6E5359 background

This text has black color on #6E5359 background.


White color preview on #6E5359 background

This text has white color on #6E5359 background.