COLOR #6B7379

HEX: #6B7379
RGB: (107,115,121)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

107
115
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 121 = 343 (100%)
R 107 of 343 ~ 31.2%
G 115 of 343 ~ 33.53%
B 121 of 343 ~ 35.28%

%31.2
%33.53
%35.28

CMYK RENK MODELİ

#6B7379 rengi CMYK tonu (12,5,0,53).

  • camgöbeği tonu 11.57%
  • eflatun tonu 4.96%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,5,0,53)
C12M5Y0K53 
(12%,5%,0%,53%)
(0.12/0.05/0.00/0.53)	

CMYK yüzdeleri

%11.57
%4.96
%0
%52.55

Codes

Color #6B7379 in popluar color models

6B7379
RGB107115121
HSL206°6.14%44.71%
HSB/HSV206°11.57%47.45%
CMYK11.57%4.96%0.00%
52.55%

Color #6B7379 in popluar number systems.

HEX6B7379
Decimal107115121
Binary110101111100111111001
Octal153163171

Shades and tints

Shades of #6B7379

#6B7379
(107,115,121)
#62696E
(98,105,110)
#595F63
(89,95,99)
#505558
(80,85,88)
#474B4D
(71,75,77)
#3E4142
(62,65,66)
#353737
(53,55,55)
#2C2D2C
(44,45,44)
#232321
(35,35,33)
#1A1916
(26,25,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B7379

#6B7379
(107,115,121)
#787F85
(120,127,133)
#858B91
(133,139,145)
#92979D
(146,151,157)
#9FA3A9
(159,163,169)
#ACAFB5
(172,175,181)
#B9BBC1
(185,187,193)
#C6C7CD
(198,199,205)
#D3D3D9
(211,211,217)
#E0DFE5
(224,223,229)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7379; }

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

This text font color is #6B7379.


Background Color

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

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

This div background color is #6B7379.


Border color

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

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

This div border color is #6B7379.


Opacity

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

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

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

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

This text has shadow with #6B7379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7379 on black background.


Color preview on white background

This text has color #6B7379 on white background.



Black color preview on #6B7379 background

This text has black color on #6B7379 background.


White color preview on #6B7379 background

This text has white color on #6B7379 background.