COLOR #6D5254

HEX: #6D5254
RGB: (109,82,84)

Renk bilgisi

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

RGB renk modeli

#6D5254 color RGB value is (109,82,84).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 82 of 255 = 32%
B 84 of 255 = 33%

109
82
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 82 + 84 = 275 (100%)
R 109 of 275 ~ 39.64%
G 82 of 275 ~ 29.82%
B 84 of 275 ~ 30.55%

%39.64
%29.82
%30.55

CMYK RENK MODELİ

#6D5254 rengi CMYK tonu (0,25,23,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.77%
  • sarı tonu 22.94%
  • ana renk tonu 57.25%
CMYK:
(0,25,23,57)
C0M25Y23K57 
(0%,25%,23%,57%)
(0.00/0.25/0.23/0.57)	

CMYK yüzdeleri

%0
%24.77
%22.94
%57.25

Codes

Color #6D5254 in popluar color models

6D5254
RGB1098284
HSL356°14.14%37.45%
HSB/HSV356°24.77%42.75%
CMYK0.00%24.77%22.94%
57.25%

Color #6D5254 in popluar number systems.

HEX6D5254
Decimal1098284
Binary110110110100101010100
Octal155122124

Shades and tints

Shades of #6D5254

#6D5254
(109,82,84)
#644B4D
(100,75,77)
#5B4446
(91,68,70)
#523D3F
(82,61,63)
#493638
(73,54,56)
#402F31
(64,47,49)
#37282A
(55,40,42)
#2E2123
(46,33,35)
#251A1C
(37,26,28)
#1C1315
(28,19,21)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D5254

#6D5254
(109,82,84)
#7A6163
(122,97,99)
#877072
(135,112,114)
#947F81
(148,127,129)
#A18E90
(161,142,144)
#AE9D9F
(174,157,159)
#BBACAE
(187,172,174)
#C8BBBD
(200,187,189)
#D5CACC
(213,202,204)
#E2D9DB
(226,217,219)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5254; }

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

This text font color is #6D5254.


Background Color

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

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

This div background color is #6D5254.


Border color

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

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

This div border color is #6D5254.


Opacity

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

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

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

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

This text has shadow with #6D5254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5254 on black background.


Color preview on white background

This text has color #6D5254 on white background.



Black color preview on #6D5254 background

This text has black color on #6D5254 background.


White color preview on #6D5254 background

This text has white color on #6D5254 background.