COLOR #6C3D59

HEX: #6C3D59
RGB: (108,61,89)

Renk bilgisi

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

RGB renk modeli

#6C3D59 color RGB value is (108,61,89).

  • kırmız ton 108;
  • yeşil ton 61;
  • mavi ton 89.
RGB:
(108,61,89)
(42%,24%,35%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 61 of 255 = 24%
B 89 of 255 = 35%

108
61
89

R + G + B ~ 34%. #6C3D59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 61 + 89 = 258 (100%)
R 108 of 258 ~ 41.86%
G 61 of 258 ~ 23.64%
B 89 of 258 ~ 34.5%

%41.86
%23.64
%34.5

CMYK RENK MODELİ

#6C3D59 rengi CMYK tonu (0,44,18,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.52%
  • sarı tonu 17.59%
  • ana renk tonu 57.65%
CMYK:
(0,44,18,58)
C0M44Y18K58 
(0%,44%,18%,58%)
(0.00/0.44/0.18/0.58)	

CMYK yüzdeleri

%0
%43.52
%17.59
%57.65

Codes

Color #6C3D59 in popluar color models

6C3D59
RGB1086189
HSL324°27.81%33.14%
HSB/HSV324°43.52%42.35%
CMYK0.00%43.52%17.59%
57.65%

Color #6C3D59 in popluar number systems.

HEX6C3D59
Decimal1086189
Binary11011001111011011001
Octal15475131

Shades and tints

Shades of #6C3D59

#6C3D59
(108,61,89)
#633851
(99,56,81)
#5A3349
(90,51,73)
#512E41
(81,46,65)
#482939
(72,41,57)
#3F2431
(63,36,49)
#361F29
(54,31,41)
#2D1A21
(45,26,33)
#241519
(36,21,25)
#1B1011
(27,16,17)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C3D59

#6C3D59
(108,61,89)
#794E68
(121,78,104)
#865F77
(134,95,119)
#937086
(147,112,134)
#A08195
(160,129,149)
#AD92A4
(173,146,164)
#BAA3B3
(186,163,179)
#C7B4C2
(199,180,194)
#D4C5D1
(212,197,209)
#E1D6E0
(225,214,224)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3D59 color. Also use rgb(108,61,89) instead hex code.

Text Font Color

.myTextColor { color: #6C3D59; }

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

This text font color is #6C3D59.


Background Color

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

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

This div background color is #6C3D59.


Border color

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

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

This div border color is #6C3D59.


Opacity

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

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

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

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

This text has shadow with #6C3D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3D59 on black background.


Color preview on white background

This text has color #6C3D59 on white background.



Black color preview on #6C3D59 background

This text has black color on #6C3D59 background.


White color preview on #6C3D59 background

This text has white color on #6C3D59 background.