COLOR #6C4F59

HEX: #6C4F59
RGB: (108,79,89)

Renk bilgisi

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

RGB renk modeli

#6C4F59 color RGB value is (108,79,89).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 79 of 255 = 31%
B 89 of 255 = 35%

108
79
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 79 + 89 = 276 (100%)
R 108 of 276 ~ 39.13%
G 79 of 276 ~ 28.62%
B 89 of 276 ~ 32.25%

%39.13
%28.62
%32.25

CMYK RENK MODELİ

#6C4F59 rengi CMYK tonu (0,27,18,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.85%
  • sarı tonu 17.59%
  • ana renk tonu 57.65%
CMYK:
(0,27,18,58)
C0M27Y18K58 
(0%,27%,18%,58%)
(0.00/0.27/0.18/0.58)	

CMYK yüzdeleri

%0
%26.85
%17.59
%57.65

Codes

Color #6C4F59 in popluar color models

6C4F59
RGB1087989
HSL339°15.51%36.67%
HSB/HSV339°26.85%42.35%
CMYK0.00%26.85%17.59%
57.65%

Color #6C4F59 in popluar number systems.

HEX6C4F59
Decimal1087989
Binary110110010011111011001
Octal154117131

Shades and tints

Shades of #6C4F59

#6C4F59
(108,79,89)
#634851
(99,72,81)
#5A4149
(90,65,73)
#513A41
(81,58,65)
#483339
(72,51,57)
#3F2C31
(63,44,49)
#362529
(54,37,41)
#2D1E21
(45,30,33)
#241719
(36,23,25)
#1B1011
(27,16,17)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #6C4F59

#6C4F59
(108,79,89)
#795F68
(121,95,104)
#866F77
(134,111,119)
#937F86
(147,127,134)
#A08F95
(160,143,149)
#AD9FA4
(173,159,164)
#BAAFB3
(186,175,179)
#C7BFC2
(199,191,194)
#D4CFD1
(212,207,209)
#E1DFE0
(225,223,224)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4F59; }

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

This text font color is #6C4F59.


Background Color

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

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

This div background color is #6C4F59.


Border color

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

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

This div border color is #6C4F59.


Opacity

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

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

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

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

This text has shadow with #6C4F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4F59 on black background.


Color preview on white background

This text has color #6C4F59 on white background.



Black color preview on #6C4F59 background

This text has black color on #6C4F59 background.


White color preview on #6C4F59 background

This text has white color on #6C4F59 background.