COLOR #6C364C

HEX: #6C364C
RGB: (108,54,76)

Renk bilgisi

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

RGB renk modeli

#6C364C color RGB value is (108,54,76).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 54 of 255 = 21%
B 76 of 255 = 30%

108
54
76

R + G + B ~ 31%. #6C364C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 54 + 76 = 238 (100%)
R 108 of 238 ~ 45.38%
G 54 of 238 ~ 22.69%
B 76 of 238 ~ 31.93%

%45.38
%22.69
%31.93

CMYK RENK MODELİ

#6C364C rengi CMYK tonu (0,50,30,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 29.63%
  • ana renk tonu 57.65%
CMYK:
(0,50,30,58)
C0M50Y30K58 
(0%,50%,30%,58%)
(0.00/0.50/0.30/0.58)	

CMYK yüzdeleri

%0
%50
%29.63
%57.65

Codes

Color #6C364C in popluar color models

6C364C
RGB1085476
HSL336°33.33%31.76%
HSB/HSV336°50.00%42.35%
CMYK0.00%50.00%29.63%
57.65%

Color #6C364C in popluar number systems.

HEX6C364C
Decimal1085476
Binary11011001101101001100
Octal15466114

Shades and tints

Shades of #6C364C

#6C364C
(108,54,76)
#633246
(99,50,70)
#5A2E40
(90,46,64)
#512A3A
(81,42,58)
#482634
(72,38,52)
#3F222E
(63,34,46)
#361E28
(54,30,40)
#2D1A22
(45,26,34)
#24161C
(36,22,28)
#1B1216
(27,18,22)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C364C

#6C364C
(108,54,76)
#79485C
(121,72,92)
#865A6C
(134,90,108)
#936C7C
(147,108,124)
#A07E8C
(160,126,140)
#AD909C
(173,144,156)
#BAA2AC
(186,162,172)
#C7B4BC
(199,180,188)
#D4C6CC
(212,198,204)
#E1D8DC
(225,216,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C364C; }

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

This text font color is #6C364C.


Background Color

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

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

This div background color is #6C364C.


Border color

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

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

This div border color is #6C364C.


Opacity

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

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

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

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

This text has shadow with #6C364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C364C on black background.


Color preview on white background

This text has color #6C364C on white background.



Black color preview on #6C364C background

This text has black color on #6C364C background.


White color preview on #6C364C background

This text has white color on #6C364C background.