COLOR #6D464B

HEX: #6D464B
RGB: (109,70,75)

Renk bilgisi

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

RGB renk modeli

#6D464B color RGB value is (109,70,75).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 75 of 255 = 29%

109
70
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 75 = 254 (100%)
R 109 of 254 ~ 42.91%
G 70 of 254 ~ 27.56%
B 75 of 254 ~ 29.53%

%42.91
%27.56
%29.53

CMYK RENK MODELİ

#6D464B rengi CMYK tonu (0,36,31,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.78%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(0,36,31,57)
C0M36Y31K57 
(0%,36%,31%,57%)
(0.00/0.36/0.31/0.57)	

CMYK yüzdeleri

%0
%35.78
%31.19
%57.25

Codes

Color #6D464B in popluar color models

6D464B
RGB1097075
HSL352°21.79%35.10%
HSB/HSV352°35.78%42.75%
CMYK0.00%35.78%31.19%
57.25%

Color #6D464B in popluar number systems.

HEX6D464B
Decimal1097075
Binary110110110001101001011
Octal155106113

Shades and tints

Shades of #6D464B

#6D464B
(109,70,75)
#644045
(100,64,69)
#5B3A3F
(91,58,63)
#523439
(82,52,57)
#492E33
(73,46,51)
#40282D
(64,40,45)
#372227
(55,34,39)
#2E1C21
(46,28,33)
#25161B
(37,22,27)
#1C1015
(28,16,21)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #6D464B

#6D464B
(109,70,75)
#7A565B
(122,86,91)
#87666B
(135,102,107)
#94767B
(148,118,123)
#A1868B
(161,134,139)
#AE969B
(174,150,155)
#BBA6AB
(187,166,171)
#C8B6BB
(200,182,187)
#D5C6CB
(213,198,203)
#E2D6DB
(226,214,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D464B; }

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

This text font color is #6D464B.


Background Color

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

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

This div background color is #6D464B.


Border color

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

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

This div border color is #6D464B.


Opacity

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

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

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

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

This text has shadow with #6D464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D464B on black background.


Color preview on white background

This text has color #6D464B on white background.



Black color preview on #6D464B background

This text has black color on #6D464B background.


White color preview on #6D464B background

This text has white color on #6D464B background.