COLOR #441C48

HEX: #441C48
RGB: (68,28,72)

Renk bilgisi

#441C48 contains red, green and blue colors in about the same proportion. #441C48 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#441C48 color RGB value is (68,28,72).

  • kırmız ton 68;
  • yeşil ton 28;
  • mavi ton 72.
RGB:
(68,28,72)
(27%,11%,28%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 28 of 255 = 11%
B 72 of 255 = 28%

68
28
72

R + G + B ~ 22%. #441C48 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 28 + 72 = 168 (100%)
R 68 of 168 ~ 40.48%
G 28 of 168 ~ 16.67%
B 72 of 168 ~ 42.86%

%40.48
%16.67
%42.86

CMYK RENK MODELİ

#441C48 rengi CMYK tonu (6,61,0,72).

  • camgöbeği tonu 5.56%
  • eflatun tonu 61.11%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(6,61,0,72)
C6M61Y0K72 
(6%,61%,0%,72%)
(0.06/0.61/0.00/0.72)	

CMYK yüzdeleri

%5.56
%61.11
%0
%71.76

Codes

Color #441C48 in popluar color models

441C48
RGB682872
HSL295°44.00%19.61%
HSB/HSV295°61.11%28.24%
CMYK5.56%61.11%0.00%
71.76%

Color #441C48 in popluar number systems.

HEX441C48
Decimal682872
Binary1000100111001001000
Octal10434110

Shades and tints

Shades of #441C48

#441C48
(68,28,72)
#3E1A42
(62,26,66)
#38183C
(56,24,60)
#321636
(50,22,54)
#2C1430
(44,20,48)
#26122A
(38,18,42)
#201024
(32,16,36)
#1A0E1E
(26,14,30)
#140C18
(20,12,24)
#0E0A12
(14,10,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #441C48

#441C48
(68,28,72)
#553058
(85,48,88)
#664468
(102,68,104)
#775878
(119,88,120)
#886C88
(136,108,136)
#998098
(153,128,152)
#AA94A8
(170,148,168)
#BBA8B8
(187,168,184)
#CCBCC8
(204,188,200)
#DDD0D8
(221,208,216)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441C48 color. Also use rgb(68,28,72) instead hex code.

Text Font Color

.myTextColor { color: #441C48; }

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

This text font color is #441C48.


Background Color

.myBgColor { background-color: #441C48; }

<div style="background-color:#441C48">Inner text</div>

This div background color is #441C48.


Border color

.myBorderColor { border: 1px solid #441C48; }

<div style="border:3px solid #441C48">Div</div>

This div border color is #441C48.


Opacity

.myOpacity80 { color: #441C48; opacity: 0.8; }

<p style="color:#441C48;opacity:0.8;">80%</p>

Text with #441C48 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 #441C48;}

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

This text has shadow with #441C48 color.

.textShadow {text-shadow: 3px 3px 1px #441C48, 3px 3px 1px red;}

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

This text has shadow with #441C48 primary color and red secondary color.


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

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

This text has shadow with #441C48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C48 on black background.


Color preview on white background

This text has color #441C48 on white background.



Black color preview on #441C48 background

This text has black color on #441C48 background.


White color preview on #441C48 background

This text has white color on #441C48 background.