COLOR #6B7373

HEX: #6B7373
RGB: (107,115,115)

Renk bilgisi

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

RGB renk modeli

#6B7373 color RGB value is (107,115,115).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 115 of 255 = 45%
B 115 of 255 = 45%

107
115
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 115 = 337 (100%)
R 107 of 337 ~ 31.75%
G 115 of 337 ~ 34.12%
B 115 of 337 ~ 34.12%

%31.75
%34.12
%34.12

CMYK RENK MODELİ

#6B7373 rengi CMYK tonu (7,0,0,55).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(7,0,0,55)
C7M0Y0K55 
(7%,0%,0%,55%)
(0.07/0.00/0.00/0.55)	

CMYK yüzdeleri

%6.96
%0
%0
%54.9

Codes

Color #6B7373 in popluar color models

6B7373
RGB107115115
HSL180°3.60%43.53%
HSB/HSV180°6.96%45.10%
CMYK6.96%0.00%0.00%
54.90%

Color #6B7373 in popluar number systems.

HEX6B7373
Decimal107115115
Binary110101111100111110011
Octal153163163

Shades and tints

Shades of #6B7373

#6B7373
(107,115,115)
#626969
(98,105,105)
#595F5F
(89,95,95)
#505555
(80,85,85)
#474B4B
(71,75,75)
#3E4141
(62,65,65)
#353737
(53,55,55)
#2C2D2D
(44,45,45)
#232323
(35,35,35)
#1A1919
(26,25,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B7373

#6B7373
(107,115,115)
#787F7F
(120,127,127)
#858B8B
(133,139,139)
#929797
(146,151,151)
#9FA3A3
(159,163,163)
#ACAFAF
(172,175,175)
#B9BBBB
(185,187,187)
#C6C7C7
(198,199,199)
#D3D3D3
(211,211,211)
#E0DFDF
(224,223,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7373; }

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

This text font color is #6B7373.


Background Color

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

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

This div background color is #6B7373.


Border color

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

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

This div border color is #6B7373.


Opacity

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

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

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

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

This text has shadow with #6B7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7373 on black background.


Color preview on white background

This text has color #6B7373 on white background.



Black color preview on #6B7373 background

This text has black color on #6B7373 background.


White color preview on #6B7373 background

This text has white color on #6B7373 background.