COLOR #6D475C

HEX: #6D475C
RGB: (109,71,92)

Renk bilgisi

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

RGB renk modeli

#6D475C color RGB value is (109,71,92).

  • kırmız ton 109;
  • yeşil ton 71;
  • mavi ton 92.
RGB:
(109,71,92)
(43%,28%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 71 of 255 = 28%
B 92 of 255 = 36%

109
71
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 71 + 92 = 272 (100%)
R 109 of 272 ~ 40.07%
G 71 of 272 ~ 26.1%
B 92 of 272 ~ 33.82%

%40.07
%26.1
%33.82

CMYK RENK MODELİ

#6D475C rengi CMYK tonu (0,35,16,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.86%
  • sarı tonu 15.60%
  • ana renk tonu 57.25%
CMYK:
(0,35,16,57)
C0M35Y16K57 
(0%,35%,16%,57%)
(0.00/0.35/0.16/0.57)	

CMYK yüzdeleri

%0
%34.86
%15.6
%57.25

Codes

Color #6D475C in popluar color models

6D475C
RGB1097192
HSL327°21.11%35.29%
HSB/HSV327°34.86%42.75%
CMYK0.00%34.86%15.60%
57.25%

Color #6D475C in popluar number systems.

HEX6D475C
Decimal1097192
Binary110110110001111011100
Octal155107134

Shades and tints

Shades of #6D475C

#6D475C
(109,71,92)
#644154
(100,65,84)
#5B3B4C
(91,59,76)
#523544
(82,53,68)
#492F3C
(73,47,60)
#402934
(64,41,52)
#37232C
(55,35,44)
#2E1D24
(46,29,36)
#25171C
(37,23,28)
#1C1114
(28,17,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D475C

#6D475C
(109,71,92)
#7A576A
(122,87,106)
#876778
(135,103,120)
#947786
(148,119,134)
#A18794
(161,135,148)
#AE97A2
(174,151,162)
#BBA7B0
(187,167,176)
#C8B7BE
(200,183,190)
#D5C7CC
(213,199,204)
#E2D7DA
(226,215,218)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D475C color. Also use rgb(109,71,92) instead hex code.

Text Font Color

.myTextColor { color: #6D475C; }

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

This text font color is #6D475C.


Background Color

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

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

This div background color is #6D475C.


Border color

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

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

This div border color is #6D475C.


Opacity

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

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

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

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

This text has shadow with #6D475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D475C on black background.


Color preview on white background

This text has color #6D475C on white background.



Black color preview on #6D475C background

This text has black color on #6D475C background.


White color preview on #6D475C background

This text has white color on #6D475C background.