COLOR #6B7471

HEX: #6B7471
RGB: (107,116,113)

Renk bilgisi

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

RGB renk modeli

#6B7471 color RGB value is (107,116,113).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 116 of 255 = 45%
B 113 of 255 = 44%

107
116
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 116 + 113 = 336 (100%)
R 107 of 336 ~ 31.85%
G 116 of 336 ~ 34.52%
B 113 of 336 ~ 33.63%

%31.85
%34.52
%33.63

CMYK RENK MODELİ

#6B7471 rengi CMYK tonu (8,0,3,55).

  • camgöbeği tonu 7.76%
  • eflatun tonu 0.00%
  • sarı tonu 2.59%
  • ana renk tonu 54.51%
CMYK:
(8,0,3,55)
C8M0Y3K55 
(8%,0%,3%,55%)
(0.08/0.00/0.03/0.55)	

CMYK yüzdeleri

%7.76
%0
%2.59
%54.51

Codes

Color #6B7471 in popluar color models

6B7471
RGB107116113
HSL160°4.04%43.73%
HSB/HSV160°7.76%45.49%
CMYK7.76%0.00%2.59%
54.51%

Color #6B7471 in popluar number systems.

HEX6B7471
Decimal107116113
Binary110101111101001110001
Octal153164161

Shades and tints

Shades of #6B7471

#6B7471
(107,116,113)
#626A67
(98,106,103)
#59605D
(89,96,93)
#505653
(80,86,83)
#474C49
(71,76,73)
#3E423F
(62,66,63)
#353835
(53,56,53)
#2C2E2B
(44,46,43)
#232421
(35,36,33)
#1A1A17
(26,26,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B7471

#6B7471
(107,116,113)
#78807D
(120,128,125)
#858C89
(133,140,137)
#929895
(146,152,149)
#9FA4A1
(159,164,161)
#ACB0AD
(172,176,173)
#B9BCB9
(185,188,185)
#C6C8C5
(198,200,197)
#D3D4D1
(211,212,209)
#E0E0DD
(224,224,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7471; }

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

This text font color is #6B7471.


Background Color

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

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

This div background color is #6B7471.


Border color

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

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

This div border color is #6B7471.


Opacity

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

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

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

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

This text has shadow with #6B7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7471 on black background.


Color preview on white background

This text has color #6B7471 on white background.



Black color preview on #6B7471 background

This text has black color on #6B7471 background.


White color preview on #6B7471 background

This text has white color on #6B7471 background.