COLOR #6C5C53

HEX: #6C5C53
RGB: (108,92,83)

Renk bilgisi

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

RGB renk modeli

#6C5C53 color RGB value is (108,92,83).

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

RGB bağlantıları ve doygunluk

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

108
92
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 92 + 83 = 283 (100%)
R 108 of 283 ~ 38.16%
G 92 of 283 ~ 32.51%
B 83 of 283 ~ 29.33%

%38.16
%32.51
%29.33

CMYK RENK MODELİ

#6C5C53 rengi CMYK tonu (0,15,23,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.81%
  • sarı tonu 23.15%
  • ana renk tonu 57.65%
CMYK:
(0,15,23,58)
C0M15Y23K58 
(0%,15%,23%,58%)
(0.00/0.15/0.23/0.58)	

CMYK yüzdeleri

%0
%14.81
%23.15
%57.65

Codes

Color #6C5C53 in popluar color models

6C5C53
RGB1089283
HSL22°13.09%37.45%
HSB/HSV22°23.15%42.35%
CMYK0.00%14.81%23.15%
57.65%

Color #6C5C53 in popluar number systems.

HEX6C5C53
Decimal1089283
Binary110110010111001010011
Octal154134123

Shades and tints

Shades of #6C5C53

#6C5C53
(108,92,83)
#63544C
(99,84,76)
#5A4C45
(90,76,69)
#51443E
(81,68,62)
#483C37
(72,60,55)
#3F3430
(63,52,48)
#362C29
(54,44,41)
#2D2422
(45,36,34)
#241C1B
(36,28,27)
#1B1414
(27,20,20)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C5C53

#6C5C53
(108,92,83)
#796A62
(121,106,98)
#867871
(134,120,113)
#938680
(147,134,128)
#A0948F
(160,148,143)
#ADA29E
(173,162,158)
#BAB0AD
(186,176,173)
#C7BEBC
(199,190,188)
#D4CCCB
(212,204,203)
#E1DADA
(225,218,218)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5C53; }

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

This text font color is #6C5C53.


Background Color

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

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

This div background color is #6C5C53.


Border color

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

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

This div border color is #6C5C53.


Opacity

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

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

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

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

This text has shadow with #6C5C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C53 on black background.


Color preview on white background

This text has color #6C5C53 on white background.



Black color preview on #6C5C53 background

This text has black color on #6C5C53 background.


White color preview on #6C5C53 background

This text has white color on #6C5C53 background.