COLOR #6C4959

HEX: #6C4959
RGB: (108,73,89)

Renk bilgisi

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

RGB renk modeli

#6C4959 color RGB value is (108,73,89).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 73 of 255 = 29%
B 89 of 255 = 35%

108
73
89

R + G + B ~ 35%. #6C4959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 73 + 89 = 270 (100%)
R 108 of 270 ~ 40%
G 73 of 270 ~ 27.04%
B 89 of 270 ~ 32.96%

%40
%27.04
%32.96

CMYK RENK MODELİ

#6C4959 rengi CMYK tonu (0,32,18,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.41%
  • sarı tonu 17.59%
  • ana renk tonu 57.65%
CMYK:
(0,32,18,58)
C0M32Y18K58 
(0%,32%,18%,58%)
(0.00/0.32/0.18/0.58)	

CMYK yüzdeleri

%0
%32.41
%17.59
%57.65

Codes

Color #6C4959 in popluar color models

6C4959
RGB1087389
HSL333°19.34%35.49%
HSB/HSV333°32.41%42.35%
CMYK0.00%32.41%17.59%
57.65%

Color #6C4959 in popluar number systems.

HEX6C4959
Decimal1087389
Binary110110010010011011001
Octal154111131

Shades and tints

Shades of #6C4959

#6C4959
(108,73,89)
#634351
(99,67,81)
#5A3D49
(90,61,73)
#513741
(81,55,65)
#483139
(72,49,57)
#3F2B31
(63,43,49)
#362529
(54,37,41)
#2D1F21
(45,31,33)
#241919
(36,25,25)
#1B1311
(27,19,17)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C4959

#6C4959
(108,73,89)
#795968
(121,89,104)
#866977
(134,105,119)
#937986
(147,121,134)
#A08995
(160,137,149)
#AD99A4
(173,153,164)
#BAA9B3
(186,169,179)
#C7B9C2
(199,185,194)
#D4C9D1
(212,201,209)
#E1D9E0
(225,217,224)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4959; }

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

This text font color is #6C4959.


Background Color

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

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

This div background color is #6C4959.


Border color

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

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

This div border color is #6C4959.


Opacity

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

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

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

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

This text has shadow with #6C4959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4959 on black background.


Color preview on white background

This text has color #6C4959 on white background.



Black color preview on #6C4959 background

This text has black color on #6C4959 background.


White color preview on #6C4959 background

This text has white color on #6C4959 background.