COLOR #6B494D

HEX: #6B494D
RGB: (107,73,77)

Renk bilgisi

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

RGB renk modeli

#6B494D color RGB value is (107,73,77).

  • kırmız ton 107;
  • yeşil ton 73;
  • mavi ton 77.
RGB:
(107,73,77)
(42%,29%,30%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 73 of 255 = 29%
B 77 of 255 = 30%

107
73
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 73 + 77 = 257 (100%)
R 107 of 257 ~ 41.63%
G 73 of 257 ~ 28.4%
B 77 of 257 ~ 29.96%

%41.63
%28.4
%29.96

CMYK RENK MODELİ

#6B494D rengi CMYK tonu (0,32,28,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.78%
  • sarı tonu 28.04%
  • ana renk tonu 58.04%
CMYK:
(0,32,28,58)
C0M32Y28K58 
(0%,32%,28%,58%)
(0.00/0.32/0.28/0.58)	

CMYK yüzdeleri

%0
%31.78
%28.04
%58.04

Codes

Color #6B494D in popluar color models

6B494D
RGB1077377
HSL353°18.89%35.29%
HSB/HSV353°31.78%41.96%
CMYK0.00%31.78%28.04%
58.04%

Color #6B494D in popluar number systems.

HEX6B494D
Decimal1077377
Binary110101110010011001101
Octal153111115

Shades and tints

Shades of #6B494D

#6B494D
(107,73,77)
#624346
(98,67,70)
#593D3F
(89,61,63)
#503738
(80,55,56)
#473131
(71,49,49)
#3E2B2A
(62,43,42)
#352523
(53,37,35)
#2C1F1C
(44,31,28)
#231915
(35,25,21)
#1A130E
(26,19,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #6B494D

#6B494D
(107,73,77)
#78595D
(120,89,93)
#85696D
(133,105,109)
#92797D
(146,121,125)
#9F898D
(159,137,141)
#AC999D
(172,153,157)
#B9A9AD
(185,169,173)
#C6B9BD
(198,185,189)
#D3C9CD
(211,201,205)
#E0D9DD
(224,217,221)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B494D color. Also use rgb(107,73,77) instead hex code.

Text Font Color

.myTextColor { color: #6B494D; }

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

This text font color is #6B494D.


Background Color

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

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

This div background color is #6B494D.


Border color

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

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

This div border color is #6B494D.


Opacity

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

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

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

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

This text has shadow with #6B494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B494D on black background.


Color preview on white background

This text has color #6B494D on white background.



Black color preview on #6B494D background

This text has black color on #6B494D background.


White color preview on #6B494D background

This text has white color on #6B494D background.