COLOR #6D4F50

HEX: #6D4F50
RGB: (109,79,80)

Renk bilgisi

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

RGB renk modeli

#6D4F50 color RGB value is (109,79,80).

  • kırmız ton 109;
  • yeşil ton 79;
  • mavi ton 80.
RGB:
(109,79,80)
(43%,31%,31%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 79 of 255 = 31%
B 80 of 255 = 31%

109
79
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 79 + 80 = 268 (100%)
R 109 of 268 ~ 40.67%
G 79 of 268 ~ 29.48%
B 80 of 268 ~ 29.85%

%40.67
%29.48
%29.85

CMYK RENK MODELİ

#6D4F50 rengi CMYK tonu (0,28,27,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.52%
  • sarı tonu 26.61%
  • ana renk tonu 57.25%
CMYK:
(0,28,27,57)
C0M28Y27K57 
(0%,28%,27%,57%)
(0.00/0.28/0.27/0.57)	

CMYK yüzdeleri

%0
%27.52
%26.61
%57.25

Codes

Color #6D4F50 in popluar color models

6D4F50
RGB1097980
HSL358°15.96%36.86%
HSB/HSV358°27.52%42.75%
CMYK0.00%27.52%26.61%
57.25%

Color #6D4F50 in popluar number systems.

HEX6D4F50
Decimal1097980
Binary110110110011111010000
Octal155117120

Shades and tints

Shades of #6D4F50

#6D4F50
(109,79,80)
#644849
(100,72,73)
#5B4142
(91,65,66)
#523A3B
(82,58,59)
#493334
(73,51,52)
#402C2D
(64,44,45)
#372526
(55,37,38)
#2E1E1F
(46,30,31)
#251718
(37,23,24)
#1C1011
(28,16,17)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D4F50

#6D4F50
(109,79,80)
#7A5F5F
(122,95,95)
#876F6E
(135,111,110)
#947F7D
(148,127,125)
#A18F8C
(161,143,140)
#AE9F9B
(174,159,155)
#BBAFAA
(187,175,170)
#C8BFB9
(200,191,185)
#D5CFC8
(213,207,200)
#E2DFD7
(226,223,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4F50 color. Also use rgb(109,79,80) instead hex code.

Text Font Color

.myTextColor { color: #6D4F50; }

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

This text font color is #6D4F50.


Background Color

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

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

This div background color is #6D4F50.


Border color

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

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

This div border color is #6D4F50.


Opacity

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

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

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

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

This text has shadow with #6D4F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4F50 on black background.


Color preview on white background

This text has color #6D4F50 on white background.



Black color preview on #6D4F50 background

This text has black color on #6D4F50 background.


White color preview on #6D4F50 background

This text has white color on #6D4F50 background.