COLOR #6E4C59

HEX: #6E4C59
RGB: (110,76,89)

Renk bilgisi

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

RGB renk modeli

#6E4C59 color RGB value is (110,76,89).

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

RGB bağlantıları ve doygunluk

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

110
76
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 76 + 89 = 275 (100%)
R 110 of 275 ~ 40%
G 76 of 275 ~ 27.64%
B 89 of 275 ~ 32.36%

%40
%27.64
%32.36

CMYK RENK MODELİ

#6E4C59 rengi CMYK tonu (0,31,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.91%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(0,31,19,57)
C0M31Y19K57 
(0%,31%,19%,57%)
(0.00/0.31/0.19/0.57)	

CMYK yüzdeleri

%0
%30.91
%19.09
%56.86

Codes

Color #6E4C59 in popluar color models

6E4C59
RGB1107689
HSL337°18.28%36.47%
HSB/HSV337°30.91%43.14%
CMYK0.00%30.91%19.09%
56.86%

Color #6E4C59 in popluar number systems.

HEX6E4C59
Decimal1107689
Binary110111010011001011001
Octal156114131

Shades and tints

Shades of #6E4C59

#6E4C59
(110,76,89)
#644651
(100,70,81)
#5A4049
(90,64,73)
#503A41
(80,58,65)
#463439
(70,52,57)
#3C2E31
(60,46,49)
#322829
(50,40,41)
#282221
(40,34,33)
#1E1C19
(30,28,25)
#141611
(20,22,17)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #6E4C59

#6E4C59
(110,76,89)
#7B5C68
(123,92,104)
#886C77
(136,108,119)
#957C86
(149,124,134)
#A28C95
(162,140,149)
#AF9CA4
(175,156,164)
#BCACB3
(188,172,179)
#C9BCC2
(201,188,194)
#D6CCD1
(214,204,209)
#E3DCE0
(227,220,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C59; }

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

This text font color is #6E4C59.


Background Color

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

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

This div background color is #6E4C59.


Border color

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

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

This div border color is #6E4C59.


Opacity

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

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

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

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

This text has shadow with #6E4C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C59 on black background.


Color preview on white background

This text has color #6E4C59 on white background.



Black color preview on #6E4C59 background

This text has black color on #6E4C59 background.


White color preview on #6E4C59 background

This text has white color on #6E4C59 background.