COLOR #6B7F51

HEX: #6B7F51
RGB: (107,127,81)

Renk bilgisi

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

RGB renk modeli

#6B7F51 color RGB value is (107,127,81).

  • kırmız ton 107;
  • yeşil ton 127;
  • mavi ton 81.
RGB:
(107,127,81)
(42%,50%,32%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 127 of 255 = 50%
B 81 of 255 = 32%

107
127
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 127 + 81 = 315 (100%)
R 107 of 315 ~ 33.97%
G 127 of 315 ~ 40.32%
B 81 of 315 ~ 25.71%

%33.97
%40.32
%25.71

CMYK RENK MODELİ

#6B7F51 rengi CMYK tonu (16,0,36,50).

  • camgöbeği tonu 15.75%
  • eflatun tonu 0.00%
  • sarı tonu 36.22%
  • ana renk tonu 50.20%
CMYK:
(16,0,36,50)
C16M0Y36K50 
(16%,0%,36%,50%)
(0.16/0.00/0.36/0.50)	

CMYK yüzdeleri

%15.75
%0
%36.22
%50.2

Codes

Color #6B7F51 in popluar color models

6B7F51
RGB10712781
HSL86°22.12%40.78%
HSB/HSV86°36.22%49.80%
CMYK15.75%0.00%36.22%
50.20%

Color #6B7F51 in popluar number systems.

HEX6B7F51
Decimal10712781
Binary110101111111111010001
Octal153177121

Shades and tints

Shades of #6B7F51

#6B7F51
(107,127,81)
#62744A
(98,116,74)
#596943
(89,105,67)
#505E3C
(80,94,60)
#475335
(71,83,53)
#3E482E
(62,72,46)
#353D27
(53,61,39)
#2C3220
(44,50,32)
#232719
(35,39,25)
#1A1C12
(26,28,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B7F51

#6B7F51
(107,127,81)
#788A60
(120,138,96)
#85956F
(133,149,111)
#92A07E
(146,160,126)
#9FAB8D
(159,171,141)
#ACB69C
(172,182,156)
#B9C1AB
(185,193,171)
#C6CCBA
(198,204,186)
#D3D7C9
(211,215,201)
#E0E2D8
(224,226,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7F51; }

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

This text font color is #6B7F51.


Background Color

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

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

This div background color is #6B7F51.


Border color

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

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

This div border color is #6B7F51.


Opacity

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

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

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

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

This text has shadow with #6B7F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F51 on black background.


Color preview on white background

This text has color #6B7F51 on white background.



Black color preview on #6B7F51 background

This text has black color on #6B7F51 background.


White color preview on #6B7F51 background

This text has white color on #6B7F51 background.