COLOR #6D4C5D

HEX: #6D4C5D
RGB: (109,76,93)

Renk bilgisi

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

RGB renk modeli

#6D4C5D color RGB value is (109,76,93).

  • kırmız ton 109;
  • yeşil ton 76;
  • mavi ton 93.
RGB:
(109,76,93)
(43%,30%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 76 of 255 = 30%
B 93 of 255 = 36%

109
76
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 76 + 93 = 278 (100%)
R 109 of 278 ~ 39.21%
G 76 of 278 ~ 27.34%
B 93 of 278 ~ 33.45%

%39.21
%27.34
%33.45

CMYK RENK MODELİ

#6D4C5D rengi CMYK tonu (0,30,15,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.28%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(0,30,15,57)
C0M30Y15K57 
(0%,30%,15%,57%)
(0.00/0.30/0.15/0.57)	

CMYK yüzdeleri

%0
%30.28
%14.68
%57.25

Codes

Color #6D4C5D in popluar color models

6D4C5D
RGB1097693
HSL329°17.84%36.27%
HSB/HSV329°30.28%42.75%
CMYK0.00%30.28%14.68%
57.25%

Color #6D4C5D in popluar number systems.

HEX6D4C5D
Decimal1097693
Binary110110110011001011101
Octal155114135

Shades and tints

Shades of #6D4C5D

#6D4C5D
(109,76,93)
#644655
(100,70,85)
#5B404D
(91,64,77)
#523A45
(82,58,69)
#49343D
(73,52,61)
#402E35
(64,46,53)
#37282D
(55,40,45)
#2E2225
(46,34,37)
#251C1D
(37,28,29)
#1C1615
(28,22,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D4C5D

#6D4C5D
(109,76,93)
#7A5C6B
(122,92,107)
#876C79
(135,108,121)
#947C87
(148,124,135)
#A18C95
(161,140,149)
#AE9CA3
(174,156,163)
#BBACB1
(187,172,177)
#C8BCBF
(200,188,191)
#D5CCCD
(213,204,205)
#E2DCDB
(226,220,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4C5D color. Also use rgb(109,76,93) instead hex code.

Text Font Color

.myTextColor { color: #6D4C5D; }

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

This text font color is #6D4C5D.


Background Color

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

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

This div background color is #6D4C5D.


Border color

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

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

This div border color is #6D4C5D.


Opacity

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

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

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

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

This text has shadow with #6D4C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C5D on black background.


Color preview on white background

This text has color #6D4C5D on white background.



Black color preview on #6D4C5D background

This text has black color on #6D4C5D background.


White color preview on #6D4C5D background

This text has white color on #6D4C5D background.