COLOR #6B6363

HEX: #6B6363
RGB: (107,99,99)

Renk bilgisi

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

RGB renk modeli

#6B6363 color RGB value is (107,99,99).

  • kırmız ton 107;
  • yeşil ton 99;
  • mavi ton 99.
RGB:
(107,99,99)
(42%,39%,39%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 99 of 255 = 39%
B 99 of 255 = 39%

107
99
99

R + G + B ~ 40%. #6B6363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 99 + 99 = 305 (100%)
R 107 of 305 ~ 35.08%
G 99 of 305 ~ 32.46%
B 99 of 305 ~ 32.46%

%35.08
%32.46
%32.46

CMYK RENK MODELİ

#6B6363 rengi CMYK tonu (0,7,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.48%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(0,7,7,58)
C0M7Y7K58 
(0%,7%,7%,58%)
(0.00/0.07/0.07/0.58)	

CMYK yüzdeleri

%0
%7.48
%7.48
%58.04

Codes

Color #6B6363 in popluar color models

6B6363
RGB1079999
HSL3.88%40.39%
HSB/HSV7.48%41.96%
CMYK0.00%7.48%7.48%
58.04%

Color #6B6363 in popluar number systems.

HEX6B6363
Decimal1079999
Binary110101111000111100011
Octal153143143

Shades and tints

Shades of #6B6363

#6B6363
(107,99,99)
#625A5A
(98,90,90)
#595151
(89,81,81)
#504848
(80,72,72)
#473F3F
(71,63,63)
#3E3636
(62,54,54)
#352D2D
(53,45,45)
#2C2424
(44,36,36)
#231B1B
(35,27,27)
#1A1212
(26,18,18)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #6B6363

#6B6363
(107,99,99)
#787171
(120,113,113)
#857F7F
(133,127,127)
#928D8D
(146,141,141)
#9F9B9B
(159,155,155)
#ACA9A9
(172,169,169)
#B9B7B7
(185,183,183)
#C6C5C5
(198,197,197)
#D3D3D3
(211,211,211)
#E0E1E1
(224,225,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6363; }

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

This text font color is #6B6363.


Background Color

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

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

This div background color is #6B6363.


Border color

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

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

This div border color is #6B6363.


Opacity

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

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

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

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

This text has shadow with #6B6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6363 on black background.


Color preview on white background

This text has color #6B6363 on white background.



Black color preview on #6B6363 background

This text has black color on #6B6363 background.


White color preview on #6B6363 background

This text has white color on #6B6363 background.