COLOR #6B5C53

HEX: #6B5C53
RGB: (107,92,83)

Renk bilgisi

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

RGB renk modeli

#6B5C53 color RGB value is (107,92,83).

  • kırmız ton 107;
  • yeşil ton 92;
  • mavi ton 83.
RGB:
(107,92,83)
(42%,36%,33%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 92 of 255 = 36%
B 83 of 255 = 33%

107
92
83

R + G + B ~ 37%. #6B5C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 92 + 83 = 282 (100%)
R 107 of 282 ~ 37.94%
G 92 of 282 ~ 32.62%
B 83 of 282 ~ 29.43%

%37.94
%32.62
%29.43

CMYK RENK MODELİ

#6B5C53 rengi CMYK tonu (0,14,22,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.02%
  • sarı tonu 22.43%
  • ana renk tonu 58.04%
CMYK:
(0,14,22,58)
C0M14Y22K58 
(0%,14%,22%,58%)
(0.00/0.14/0.22/0.58)	

CMYK yüzdeleri

%0
%14.02
%22.43
%58.04

Codes

Color #6B5C53 in popluar color models

6B5C53
RGB1079283
HSL23°12.63%37.25%
HSB/HSV23°22.43%41.96%
CMYK0.00%14.02%22.43%
58.04%

Color #6B5C53 in popluar number systems.

HEX6B5C53
Decimal1079283
Binary110101110111001010011
Octal153134123

Shades and tints

Shades of #6B5C53

#6B5C53
(107,92,83)
#62544C
(98,84,76)
#594C45
(89,76,69)
#50443E
(80,68,62)
#473C37
(71,60,55)
#3E3430
(62,52,48)
#352C29
(53,44,41)
#2C2422
(44,36,34)
#231C1B
(35,28,27)
#1A1414
(26,20,20)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B5C53

#6B5C53
(107,92,83)
#786A62
(120,106,98)
#857871
(133,120,113)
#928680
(146,134,128)
#9F948F
(159,148,143)
#ACA29E
(172,162,158)
#B9B0AD
(185,176,173)
#C6BEBC
(198,190,188)
#D3CCCB
(211,204,203)
#E0DADA
(224,218,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5C53; }

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

This text font color is #6B5C53.


Background Color

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

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

This div background color is #6B5C53.


Border color

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

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

This div border color is #6B5C53.


Opacity

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

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

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

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

This text has shadow with #6B5C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5C53 on black background.


Color preview on white background

This text has color #6B5C53 on white background.



Black color preview on #6B5C53 background

This text has black color on #6B5C53 background.


White color preview on #6B5C53 background

This text has white color on #6B5C53 background.