COLOR #6D494B

HEX: #6D494B
RGB: (109,73,75)

Renk bilgisi

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

RGB renk modeli

#6D494B color RGB value is (109,73,75).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 73 of 255 = 29%
B 75 of 255 = 29%

109
73
75

R + G + B ~ 34%. #6D494B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 73 + 75 = 257 (100%)
R 109 of 257 ~ 42.41%
G 73 of 257 ~ 28.4%
B 75 of 257 ~ 29.18%

%42.41
%28.4
%29.18

CMYK RENK MODELİ

#6D494B rengi CMYK tonu (0,33,31,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.03%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(0,33,31,57)
C0M33Y31K57 
(0%,33%,31%,57%)
(0.00/0.33/0.31/0.57)	

CMYK yüzdeleri

%0
%33.03
%31.19
%57.25

Codes

Color #6D494B in popluar color models

6D494B
RGB1097375
HSL357°19.78%35.69%
HSB/HSV357°33.03%42.75%
CMYK0.00%33.03%31.19%
57.25%

Color #6D494B in popluar number systems.

HEX6D494B
Decimal1097375
Binary110110110010011001011
Octal155111113

Shades and tints

Shades of #6D494B

#6D494B
(109,73,75)
#644345
(100,67,69)
#5B3D3F
(91,61,63)
#523739
(82,55,57)
#493133
(73,49,51)
#402B2D
(64,43,45)
#372527
(55,37,39)
#2E1F21
(46,31,33)
#25191B
(37,25,27)
#1C1315
(28,19,21)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D494B

#6D494B
(109,73,75)
#7A595B
(122,89,91)
#87696B
(135,105,107)
#94797B
(148,121,123)
#A1898B
(161,137,139)
#AE999B
(174,153,155)
#BBA9AB
(187,169,171)
#C8B9BB
(200,185,187)
#D5C9CB
(213,201,203)
#E2D9DB
(226,217,219)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D494B; }

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

This text font color is #6D494B.


Background Color

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

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

This div background color is #6D494B.


Border color

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

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

This div border color is #6D494B.


Opacity

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

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

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

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

This text has shadow with #6D494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D494B on black background.


Color preview on white background

This text has color #6D494B on white background.



Black color preview on #6D494B background

This text has black color on #6D494B background.


White color preview on #6D494B background

This text has white color on #6D494B background.