COLOR #6B4A4F

HEX: #6B4A4F
RGB: (107,74,79)

Renk bilgisi

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

RGB renk modeli

#6B4A4F color RGB value is (107,74,79).

  • kırmız ton 107;
  • yeşil ton 74;
  • mavi ton 79.
RGB:
(107,74,79)
(42%,29%,31%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 74 of 255 = 29%
B 79 of 255 = 31%

107
74
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 74 + 79 = 260 (100%)
R 107 of 260 ~ 41.15%
G 74 of 260 ~ 28.46%
B 79 of 260 ~ 30.38%

%41.15
%28.46
%30.38

CMYK RENK MODELİ

#6B4A4F rengi CMYK tonu (0,31,26,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.84%
  • sarı tonu 26.17%
  • ana renk tonu 58.04%
CMYK:
(0,31,26,58)
C0M31Y26K58 
(0%,31%,26%,58%)
(0.00/0.31/0.26/0.58)	

CMYK yüzdeleri

%0
%30.84
%26.17
%58.04

Codes

Color #6B4A4F in popluar color models

6B4A4F
RGB1077479
HSL351°18.23%35.49%
HSB/HSV351°30.84%41.96%
CMYK0.00%30.84%26.17%
58.04%

Color #6B4A4F in popluar number systems.

HEX6B4A4F
Decimal1077479
Binary110101110010101001111
Octal153112117

Shades and tints

Shades of #6B4A4F

#6B4A4F
(107,74,79)
#624448
(98,68,72)
#593E41
(89,62,65)
#50383A
(80,56,58)
#473233
(71,50,51)
#3E2C2C
(62,44,44)
#352625
(53,38,37)
#2C201E
(44,32,30)
#231A17
(35,26,23)
#1A1410
(26,20,16)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B4A4F

#6B4A4F
(107,74,79)
#785A5F
(120,90,95)
#856A6F
(133,106,111)
#927A7F
(146,122,127)
#9F8A8F
(159,138,143)
#AC9A9F
(172,154,159)
#B9AAAF
(185,170,175)
#C6BABF
(198,186,191)
#D3CACF
(211,202,207)
#E0DADF
(224,218,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4A4F color. Also use rgb(107,74,79) instead hex code.

Text Font Color

.myTextColor { color: #6B4A4F; }

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

This text font color is #6B4A4F.


Background Color

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

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

This div background color is #6B4A4F.


Border color

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

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

This div border color is #6B4A4F.


Opacity

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

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

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

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

This text has shadow with #6B4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A4F on black background.


Color preview on white background

This text has color #6B4A4F on white background.



Black color preview on #6B4A4F background

This text has black color on #6B4A4F background.


White color preview on #6B4A4F background

This text has white color on #6B4A4F background.