COLOR #6C4364

HEX: #6C4364
RGB: (108,67,100)

Renk bilgisi

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

RGB renk modeli

#6C4364 color RGB value is (108,67,100).

  • kırmız ton 108;
  • yeşil ton 67;
  • mavi ton 100.
RGB:
(108,67,100)
(42%,26%,39%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 67 of 255 = 26%
B 100 of 255 = 39%

108
67
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 67 + 100 = 275 (100%)
R 108 of 275 ~ 39.27%
G 67 of 275 ~ 24.36%
B 100 of 275 ~ 36.36%

%39.27
%24.36
%36.36

CMYK RENK MODELİ

#6C4364 rengi CMYK tonu (0,38,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.96%
  • sarı tonu 7.41%
  • ana renk tonu 57.65%
CMYK:
(0,38,7,58)
C0M38Y7K58 
(0%,38%,7%,58%)
(0.00/0.38/0.07/0.58)	

CMYK yüzdeleri

%0
%37.96
%7.41
%57.65

Codes

Color #6C4364 in popluar color models

6C4364
RGB10867100
HSL312°23.43%34.31%
HSB/HSV312°37.96%42.35%
CMYK0.00%37.96%7.41%
57.65%

Color #6C4364 in popluar number systems.

HEX6C4364
Decimal10867100
Binary110110010000111100100
Octal154103144

Shades and tints

Shades of #6C4364

#6C4364
(108,67,100)
#633D5B
(99,61,91)
#5A3752
(90,55,82)
#513149
(81,49,73)
#482B40
(72,43,64)
#3F2537
(63,37,55)
#361F2E
(54,31,46)
#2D1925
(45,25,37)
#24131C
(36,19,28)
#1B0D13
(27,13,19)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #6C4364

#6C4364
(108,67,100)
#795472
(121,84,114)
#866580
(134,101,128)
#93768E
(147,118,142)
#A0879C
(160,135,156)
#AD98AA
(173,152,170)
#BAA9B8
(186,169,184)
#C7BAC6
(199,186,198)
#D4CBD4
(212,203,212)
#E1DCE2
(225,220,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4364 color. Also use rgb(108,67,100) instead hex code.

Text Font Color

.myTextColor { color: #6C4364; }

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

This text font color is #6C4364.


Background Color

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

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

This div background color is #6C4364.


Border color

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

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

This div border color is #6C4364.


Opacity

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

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

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

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

This text has shadow with #6C4364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4364 on black background.


Color preview on white background

This text has color #6C4364 on white background.



Black color preview on #6C4364 background

This text has black color on #6C4364 background.


White color preview on #6C4364 background

This text has white color on #6C4364 background.