COLOR #6D434B

HEX: #6D434B
RGB: (109,67,75)

Renk bilgisi

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

RGB renk modeli

#6D434B color RGB value is (109,67,75).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 67 of 255 = 26%
B 75 of 255 = 29%

109
67
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 67 + 75 = 251 (100%)
R 109 of 251 ~ 43.43%
G 67 of 251 ~ 26.69%
B 75 of 251 ~ 29.88%

%43.43
%26.69
%29.88

CMYK RENK MODELİ

#6D434B rengi CMYK tonu (0,39,31,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.53%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(0,39,31,57)
C0M39Y31K57 
(0%,39%,31%,57%)
(0.00/0.39/0.31/0.57)	

CMYK yüzdeleri

%0
%38.53
%31.19
%57.25

Codes

Color #6D434B in popluar color models

6D434B
RGB1096775
HSL349°23.86%34.51%
HSB/HSV349°38.53%42.75%
CMYK0.00%38.53%31.19%
57.25%

Color #6D434B in popluar number systems.

HEX6D434B
Decimal1096775
Binary110110110000111001011
Octal155103113

Shades and tints

Shades of #6D434B

#6D434B
(109,67,75)
#643D45
(100,61,69)
#5B373F
(91,55,63)
#523139
(82,49,57)
#492B33
(73,43,51)
#40252D
(64,37,45)
#371F27
(55,31,39)
#2E1921
(46,25,33)
#25131B
(37,19,27)
#1C0D15
(28,13,21)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #6D434B

#6D434B
(109,67,75)
#7A545B
(122,84,91)
#87656B
(135,101,107)
#94767B
(148,118,123)
#A1878B
(161,135,139)
#AE989B
(174,152,155)
#BBA9AB
(187,169,171)
#C8BABB
(200,186,187)
#D5CBCB
(213,203,203)
#E2DCDB
(226,220,219)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D434B; }

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

This text font color is #6D434B.


Background Color

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

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

This div background color is #6D434B.


Border color

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

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

This div border color is #6D434B.


Opacity

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

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

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

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

This text has shadow with #6D434B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D434B on black background.


Color preview on white background

This text has color #6D434B on white background.



Black color preview on #6D434B background

This text has black color on #6D434B background.


White color preview on #6D434B background

This text has white color on #6D434B background.