COLOR #6D4B5D

HEX: #6D4B5D
RGB: (109,75,93)

Renk bilgisi

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

RGB renk modeli

#6D4B5D color RGB value is (109,75,93).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 75 of 255 = 29%
B 93 of 255 = 36%

109
75
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 75 + 93 = 277 (100%)
R 109 of 277 ~ 39.35%
G 75 of 277 ~ 27.08%
B 93 of 277 ~ 33.57%

%39.35
%27.08
%33.57

CMYK RENK MODELİ

#6D4B5D rengi CMYK tonu (0,31,15,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.19%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(0,31,15,57)
C0M31Y15K57 
(0%,31%,15%,57%)
(0.00/0.31/0.15/0.57)	

CMYK yüzdeleri

%0
%31.19
%14.68
%57.25

Codes

Color #6D4B5D in popluar color models

6D4B5D
RGB1097593
HSL328°18.48%36.08%
HSB/HSV328°31.19%42.75%
CMYK0.00%31.19%14.68%
57.25%

Color #6D4B5D in popluar number systems.

HEX6D4B5D
Decimal1097593
Binary110110110010111011101
Octal155113135

Shades and tints

Shades of #6D4B5D

#6D4B5D
(109,75,93)
#644555
(100,69,85)
#5B3F4D
(91,63,77)
#523945
(82,57,69)
#49333D
(73,51,61)
#402D35
(64,45,53)
#37272D
(55,39,45)
#2E2125
(46,33,37)
#251B1D
(37,27,29)
#1C1515
(28,21,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D4B5D

#6D4B5D
(109,75,93)
#7A5B6B
(122,91,107)
#876B79
(135,107,121)
#947B87
(148,123,135)
#A18B95
(161,139,149)
#AE9BA3
(174,155,163)
#BBABB1
(187,171,177)
#C8BBBF
(200,187,191)
#D5CBCD
(213,203,205)
#E2DBDB
(226,219,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4B5D; }

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

This text font color is #6D4B5D.


Background Color

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

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

This div background color is #6D4B5D.


Border color

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

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

This div border color is #6D4B5D.


Opacity

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

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

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

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

This text has shadow with #6D4B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B5D on black background.


Color preview on white background

This text has color #6D4B5D on white background.



Black color preview on #6D4B5D background

This text has black color on #6D4B5D background.


White color preview on #6D4B5D background

This text has white color on #6D4B5D background.