COLOR #6D5265

HEX: #6D5265
RGB: (109,82,101)

Renk bilgisi

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

RGB renk modeli

#6D5265 color RGB value is (109,82,101).

  • kırmız ton 109;
  • yeşil ton 82;
  • mavi ton 101.
RGB:
(109,82,101)
(43%,32%,40%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 82 of 255 = 32%
B 101 of 255 = 40%

109
82
101

R + G + B ~ 38%. #6D5265 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 82 + 101 = 292 (100%)
R 109 of 292 ~ 37.33%
G 82 of 292 ~ 28.08%
B 101 of 292 ~ 34.59%

%37.33
%28.08
%34.59

CMYK RENK MODELİ

#6D5265 rengi CMYK tonu (0,25,7,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.77%
  • sarı tonu 7.34%
  • ana renk tonu 57.25%
CMYK:
(0,25,7,57)
C0M25Y7K57 
(0%,25%,7%,57%)
(0.00/0.25/0.07/0.57)	

CMYK yüzdeleri

%0
%24.77
%7.34
%57.25

Codes

Color #6D5265 in popluar color models

6D5265
RGB10982101
HSL318°14.14%37.45%
HSB/HSV318°24.77%42.75%
CMYK0.00%24.77%7.34%
57.25%

Color #6D5265 in popluar number systems.

HEX6D5265
Decimal10982101
Binary110110110100101100101
Octal155122145

Shades and tints

Shades of #6D5265

#6D5265
(109,82,101)
#644B5C
(100,75,92)
#5B4453
(91,68,83)
#523D4A
(82,61,74)
#493641
(73,54,65)
#402F38
(64,47,56)
#37282F
(55,40,47)
#2E2126
(46,33,38)
#251A1D
(37,26,29)
#1C1314
(28,19,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D5265

#6D5265
(109,82,101)
#7A6173
(122,97,115)
#877081
(135,112,129)
#947F8F
(148,127,143)
#A18E9D
(161,142,157)
#AE9DAB
(174,157,171)
#BBACB9
(187,172,185)
#C8BBC7
(200,187,199)
#D5CAD5
(213,202,213)
#E2D9E3
(226,217,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5265 color. Also use rgb(109,82,101) instead hex code.

Text Font Color

.myTextColor { color: #6D5265; }

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

This text font color is #6D5265.


Background Color

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

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

This div background color is #6D5265.


Border color

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

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

This div border color is #6D5265.


Opacity

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

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

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

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

This text has shadow with #6D5265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5265 on black background.


Color preview on white background

This text has color #6D5265 on white background.



Black color preview on #6D5265 background

This text has black color on #6D5265 background.


White color preview on #6D5265 background

This text has white color on #6D5265 background.