COLOR #6B7176

HEX: #6B7176
RGB: (107,113,118)

Renk bilgisi

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

RGB renk modeli

#6B7176 color RGB value is (107,113,118).

  • kırmız ton 107;
  • yeşil ton 113;
  • mavi ton 118.
RGB:
(107,113,118)
(42%,44%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 113 of 255 = 44%
B 118 of 255 = 46%

107
113
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 113 + 118 = 338 (100%)
R 107 of 338 ~ 31.66%
G 113 of 338 ~ 33.43%
B 118 of 338 ~ 34.91%

%31.66
%33.43
%34.91

CMYK RENK MODELİ

#6B7176 rengi CMYK tonu (9,4,0,54).

  • camgöbeği tonu 9.32%
  • eflatun tonu 4.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(9,4,0,54)
C9M4Y0K54 
(9%,4%,0%,54%)
(0.09/0.04/0.00/0.54)	

CMYK yüzdeleri

%9.32
%4.24
%0
%53.73

Codes

Color #6B7176 in popluar color models

6B7176
RGB107113118
HSL207°4.89%44.12%
HSB/HSV207°9.32%46.27%
CMYK9.32%4.24%0.00%
53.73%

Color #6B7176 in popluar number systems.

HEX6B7176
Decimal107113118
Binary110101111100011110110
Octal153161166

Shades and tints

Shades of #6B7176

#6B7176
(107,113,118)
#62676C
(98,103,108)
#595D62
(89,93,98)
#505358
(80,83,88)
#47494E
(71,73,78)
#3E3F44
(62,63,68)
#35353A
(53,53,58)
#2C2B30
(44,43,48)
#232126
(35,33,38)
#1A171C
(26,23,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B7176

#6B7176
(107,113,118)
#787D82
(120,125,130)
#85898E
(133,137,142)
#92959A
(146,149,154)
#9FA1A6
(159,161,166)
#ACADB2
(172,173,178)
#B9B9BE
(185,185,190)
#C6C5CA
(198,197,202)
#D3D1D6
(211,209,214)
#E0DDE2
(224,221,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7176; }

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

This text font color is #6B7176.


Background Color

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

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

This div background color is #6B7176.


Border color

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

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

This div border color is #6B7176.


Opacity

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

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

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

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

This text has shadow with #6B7176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7176 on black background.


Color preview on white background

This text has color #6B7176 on white background.



Black color preview on #6B7176 background

This text has black color on #6B7176 background.


White color preview on #6B7176 background

This text has white color on #6B7176 background.