COLOR #6C4872

HEX: #6C4872
RGB: (108,72,114)

Renk bilgisi

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

RGB renk modeli

#6C4872 color RGB value is (108,72,114).

  • kırmız ton 108;
  • yeşil ton 72;
  • mavi ton 114.
RGB:
(108,72,114)
(42%,28%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 72 of 255 = 28%
B 114 of 255 = 45%

108
72
114

R + G + B ~ 38%. #6C4872 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 72 + 114 = 294 (100%)
R 108 of 294 ~ 36.73%
G 72 of 294 ~ 24.49%
B 114 of 294 ~ 38.78%

%36.73
%24.49
%38.78

CMYK RENK MODELİ

#6C4872 rengi CMYK tonu (5,37,0,55).

  • camgöbeği tonu 5.26%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(5,37,0,55)
C5M37Y0K55 
(5%,37%,0%,55%)
(0.05/0.37/0.00/0.55)	

CMYK yüzdeleri

%5.26
%36.84
%0
%55.29

Codes

Color #6C4872 in popluar color models

6C4872
RGB10872114
HSL291°22.58%36.47%
HSB/HSV291°36.84%44.71%
CMYK5.26%36.84%0.00%
55.29%

Color #6C4872 in popluar number systems.

HEX6C4872
Decimal10872114
Binary110110010010001110010
Octal154110162

Shades and tints

Shades of #6C4872

#6C4872
(108,72,114)
#634268
(99,66,104)
#5A3C5E
(90,60,94)
#513654
(81,54,84)
#48304A
(72,48,74)
#3F2A40
(63,42,64)
#362436
(54,36,54)
#2D1E2C
(45,30,44)
#241822
(36,24,34)
#1B1218
(27,18,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C4872

#6C4872
(108,72,114)
#79587E
(121,88,126)
#86688A
(134,104,138)
#937896
(147,120,150)
#A088A2
(160,136,162)
#AD98AE
(173,152,174)
#BAA8BA
(186,168,186)
#C7B8C6
(199,184,198)
#D4C8D2
(212,200,210)
#E1D8DE
(225,216,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4872 color. Also use rgb(108,72,114) instead hex code.

Text Font Color

.myTextColor { color: #6C4872; }

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

This text font color is #6C4872.


Background Color

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

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

This div background color is #6C4872.


Border color

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

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

This div border color is #6C4872.


Opacity

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

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

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

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

This text has shadow with #6C4872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4872 on black background.


Color preview on white background

This text has color #6C4872 on white background.



Black color preview on #6C4872 background

This text has black color on #6C4872 background.


White color preview on #6C4872 background

This text has white color on #6C4872 background.