COLOR #6C5E47

HEX: #6C5E47
RGB: (108,94,71)

Renk bilgisi

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

RGB renk modeli

#6C5E47 color RGB value is (108,94,71).

  • kırmız ton 108;
  • yeşil ton 94;
  • mavi ton 71.
RGB:
(108,94,71)
(42%,37%,28%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 94 of 255 = 37%
B 71 of 255 = 28%

108
94
71

R + G + B ~ 36%. #6C5E47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 94 + 71 = 273 (100%)
R 108 of 273 ~ 39.56%
G 94 of 273 ~ 34.43%
B 71 of 273 ~ 26.01%

%39.56
%34.43
%26.01

CMYK RENK MODELİ

#6C5E47 rengi CMYK tonu (0,13,34,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.96%
  • sarı tonu 34.26%
  • ana renk tonu 57.65%
CMYK:
(0,13,34,58)
C0M13Y34K58 
(0%,13%,34%,58%)
(0.00/0.13/0.34/0.58)	

CMYK yüzdeleri

%0
%12.96
%34.26
%57.65

Codes

Color #6C5E47 in popluar color models

6C5E47
RGB1089471
HSL37°20.67%35.10%
HSB/HSV37°34.26%42.35%
CMYK0.00%12.96%34.26%
57.65%

Color #6C5E47 in popluar number systems.

HEX6C5E47
Decimal1089471
Binary110110010111101000111
Octal154136107

Shades and tints

Shades of #6C5E47

#6C5E47
(108,94,71)
#635641
(99,86,65)
#5A4E3B
(90,78,59)
#514635
(81,70,53)
#483E2F
(72,62,47)
#3F3629
(63,54,41)
#362E23
(54,46,35)
#2D261D
(45,38,29)
#241E17
(36,30,23)
#1B1611
(27,22,17)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C5E47

#6C5E47
(108,94,71)
#796C57
(121,108,87)
#867A67
(134,122,103)
#938877
(147,136,119)
#A09687
(160,150,135)
#ADA497
(173,164,151)
#BAB2A7
(186,178,167)
#C7C0B7
(199,192,183)
#D4CEC7
(212,206,199)
#E1DCD7
(225,220,215)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5E47 color. Also use rgb(108,94,71) instead hex code.

Text Font Color

.myTextColor { color: #6C5E47; }

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

This text font color is #6C5E47.


Background Color

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

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

This div background color is #6C5E47.


Border color

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

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

This div border color is #6C5E47.


Opacity

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

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

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

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

This text has shadow with #6C5E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E47 on black background.


Color preview on white background

This text has color #6C5E47 on white background.



Black color preview on #6C5E47 background

This text has black color on #6C5E47 background.


White color preview on #6C5E47 background

This text has white color on #6C5E47 background.