COLOR #6D424D

HEX: #6D424D
RGB: (109,66,77)

Renk bilgisi

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

RGB renk modeli

#6D424D color RGB value is (109,66,77).

  • kırmız ton 109;
  • yeşil ton 66;
  • mavi ton 77.
RGB:
(109,66,77)
(43%,26%,30%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 66 of 255 = 26%
B 77 of 255 = 30%

109
66
77

R + G + B ~ 33%. #6D424D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 66 + 77 = 252 (100%)
R 109 of 252 ~ 43.25%
G 66 of 252 ~ 26.19%
B 77 of 252 ~ 30.56%

%43.25
%26.19
%30.56

CMYK RENK MODELİ

#6D424D rengi CMYK tonu (0,39,29,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.45%
  • sarı tonu 29.36%
  • ana renk tonu 57.25%
CMYK:
(0,39,29,57)
C0M39Y29K57 
(0%,39%,29%,57%)
(0.00/0.39/0.29/0.57)	

CMYK yüzdeleri

%0
%39.45
%29.36
%57.25

Codes

Color #6D424D in popluar color models

6D424D
RGB1096677
HSL345°24.57%34.31%
HSB/HSV345°39.45%42.75%
CMYK0.00%39.45%29.36%
57.25%

Color #6D424D in popluar number systems.

HEX6D424D
Decimal1096677
Binary110110110000101001101
Octal155102115

Shades and tints

Shades of #6D424D

#6D424D
(109,66,77)
#643C46
(100,60,70)
#5B363F
(91,54,63)
#523038
(82,48,56)
#492A31
(73,42,49)
#40242A
(64,36,42)
#371E23
(55,30,35)
#2E181C
(46,24,28)
#251215
(37,18,21)
#1C0C0E
(28,12,14)
#130607
(19,6,7)
#000000
(0,0,0)

Tints of #6D424D

#6D424D
(109,66,77)
#7A535D
(122,83,93)
#87646D
(135,100,109)
#94757D
(148,117,125)
#A1868D
(161,134,141)
#AE979D
(174,151,157)
#BBA8AD
(187,168,173)
#C8B9BD
(200,185,189)
#D5CACD
(213,202,205)
#E2DBDD
(226,219,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D424D color. Also use rgb(109,66,77) instead hex code.

Text Font Color

.myTextColor { color: #6D424D; }

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

This text font color is #6D424D.


Background Color

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

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

This div background color is #6D424D.


Border color

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

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

This div border color is #6D424D.


Opacity

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

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

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

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

This text has shadow with #6D424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D424D on black background.


Color preview on white background

This text has color #6D424D on white background.



Black color preview on #6D424D background

This text has black color on #6D424D background.


White color preview on #6D424D background

This text has white color on #6D424D background.