COLOR #6C4C52

HEX: #6C4C52
RGB: (108,76,82)

Renk bilgisi

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

RGB renk modeli

#6C4C52 color RGB value is (108,76,82).

  • kırmız ton 108;
  • yeşil ton 76;
  • mavi ton 82.
RGB:
(108,76,82)
(42%,30%,32%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 76 of 255 = 30%
B 82 of 255 = 32%

108
76
82

R + G + B ~ 35%. #6C4C52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 76 + 82 = 266 (100%)
R 108 of 266 ~ 40.6%
G 76 of 266 ~ 28.57%
B 82 of 266 ~ 30.83%

%40.6
%28.57
%30.83

CMYK RENK MODELİ

#6C4C52 rengi CMYK tonu (0,30,24,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.63%
  • sarı tonu 24.07%
  • ana renk tonu 57.65%
CMYK:
(0,30,24,58)
C0M30Y24K58 
(0%,30%,24%,58%)
(0.00/0.30/0.24/0.58)	

CMYK yüzdeleri

%0
%29.63
%24.07
%57.65

Codes

Color #6C4C52 in popluar color models

6C4C52
RGB1087682
HSL349°17.39%36.08%
HSB/HSV349°29.63%42.35%
CMYK0.00%29.63%24.07%
57.65%

Color #6C4C52 in popluar number systems.

HEX6C4C52
Decimal1087682
Binary110110010011001010010
Octal154114122

Shades and tints

Shades of #6C4C52

#6C4C52
(108,76,82)
#63464B
(99,70,75)
#5A4044
(90,64,68)
#513A3D
(81,58,61)
#483436
(72,52,54)
#3F2E2F
(63,46,47)
#362828
(54,40,40)
#2D2221
(45,34,33)
#241C1A
(36,28,26)
#1B1613
(27,22,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #6C4C52

#6C4C52
(108,76,82)
#795C61
(121,92,97)
#866C70
(134,108,112)
#937C7F
(147,124,127)
#A08C8E
(160,140,142)
#AD9C9D
(173,156,157)
#BAACAC
(186,172,172)
#C7BCBB
(199,188,187)
#D4CCCA
(212,204,202)
#E1DCD9
(225,220,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C52 color. Also use rgb(108,76,82) instead hex code.

Text Font Color

.myTextColor { color: #6C4C52; }

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

This text font color is #6C4C52.


Background Color

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

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

This div background color is #6C4C52.


Border color

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

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

This div border color is #6C4C52.


Opacity

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

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

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

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

This text has shadow with #6C4C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C52 on black background.


Color preview on white background

This text has color #6C4C52 on white background.



Black color preview on #6C4C52 background

This text has black color on #6C4C52 background.


White color preview on #6C4C52 background

This text has white color on #6C4C52 background.