COLOR #6B474C

HEX: #6B474C
RGB: (107,71,76)

Renk bilgisi

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

RGB renk modeli

#6B474C color RGB value is (107,71,76).

  • kırmız ton 107;
  • yeşil ton 71;
  • mavi ton 76.
RGB:
(107,71,76)
(42%,28%,30%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 71 of 255 = 28%
B 76 of 255 = 30%

107
71
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 71 + 76 = 254 (100%)
R 107 of 254 ~ 42.13%
G 71 of 254 ~ 27.95%
B 76 of 254 ~ 29.92%

%42.13
%27.95
%29.92

CMYK RENK MODELİ

#6B474C rengi CMYK tonu (0,34,29,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 28.97%
  • ana renk tonu 58.04%
CMYK:
(0,34,29,58)
C0M34Y29K58 
(0%,34%,29%,58%)
(0.00/0.34/0.29/0.58)	

CMYK yüzdeleri

%0
%33.64
%28.97
%58.04

Codes

Color #6B474C in popluar color models

6B474C
RGB1077176
HSL352°20.22%34.90%
HSB/HSV352°33.64%41.96%
CMYK0.00%33.64%28.97%
58.04%

Color #6B474C in popluar number systems.

HEX6B474C
Decimal1077176
Binary110101110001111001100
Octal153107114

Shades and tints

Shades of #6B474C

#6B474C
(107,71,76)
#624146
(98,65,70)
#593B40
(89,59,64)
#50353A
(80,53,58)
#472F34
(71,47,52)
#3E292E
(62,41,46)
#352328
(53,35,40)
#2C1D22
(44,29,34)
#23171C
(35,23,28)
#1A1116
(26,17,22)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #6B474C

#6B474C
(107,71,76)
#78575C
(120,87,92)
#85676C
(133,103,108)
#92777C
(146,119,124)
#9F878C
(159,135,140)
#AC979C
(172,151,156)
#B9A7AC
(185,167,172)
#C6B7BC
(198,183,188)
#D3C7CC
(211,199,204)
#E0D7DC
(224,215,220)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B474C color. Also use rgb(107,71,76) instead hex code.

Text Font Color

.myTextColor { color: #6B474C; }

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

This text font color is #6B474C.


Background Color

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

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

This div background color is #6B474C.


Border color

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

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

This div border color is #6B474C.


Opacity

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

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

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

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

This text has shadow with #6B474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B474C on black background.


Color preview on white background

This text has color #6B474C on white background.



Black color preview on #6B474C background

This text has black color on #6B474C background.


White color preview on #6B474C background

This text has white color on #6B474C background.