COLOR #441E41

HEX: #441E41
RGB: (68,30,65)

Renk bilgisi

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

RGB renk modeli

#441E41 color RGB value is (68,30,65).

  • kırmız ton 68;
  • yeşil ton 30;
  • mavi ton 65.
RGB:
(68,30,65)
(27%,12%,25%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 30 of 255 = 12%
B 65 of 255 = 25%

68
30
65

R + G + B ~ 21%. #441E41 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 30 + 65 = 163 (100%)
R 68 of 163 ~ 41.72%
G 30 of 163 ~ 18.4%
B 65 of 163 ~ 39.88%

%41.72
%18.4
%39.88

CMYK RENK MODELİ

#441E41 rengi CMYK tonu (0,56,4,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.88%
  • sarı tonu 4.41%
  • ana renk tonu 73.33%
CMYK:
(0,56,4,73)
C0M56Y4K73 
(0%,56%,4%,73%)
(0.00/0.56/0.04/0.73)	

CMYK yüzdeleri

%0
%55.88
%4.41
%73.33

Codes

Color #441E41 in popluar color models

441E41
RGB683065
HSL305°38.78%19.22%
HSB/HSV305°55.88%26.67%
CMYK0.00%55.88%4.41%
73.33%

Color #441E41 in popluar number systems.

HEX441E41
Decimal683065
Binary1000100111101000001
Octal10436101

Shades and tints

Shades of #441E41

#441E41
(68,30,65)
#3E1C3C
(62,28,60)
#381A37
(56,26,55)
#321832
(50,24,50)
#2C162D
(44,22,45)
#261428
(38,20,40)
#201223
(32,18,35)
#1A101E
(26,16,30)
#140E19
(20,14,25)
#0E0C14
(14,12,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #441E41

#441E41
(68,30,65)
#553252
(85,50,82)
#664663
(102,70,99)
#775A74
(119,90,116)
#886E85
(136,110,133)
#998296
(153,130,150)
#AA96A7
(170,150,167)
#BBAAB8
(187,170,184)
#CCBEC9
(204,190,201)
#DDD2DA
(221,210,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441E41 color. Also use rgb(68,30,65) instead hex code.

Text Font Color

.myTextColor { color: #441E41; }

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

This text font color is #441E41.


Background Color

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

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

This div background color is #441E41.


Border color

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

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

This div border color is #441E41.


Opacity

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

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

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

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

This text has shadow with #441E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441E41 on black background.


Color preview on white background

This text has color #441E41 on white background.



Black color preview on #441E41 background

This text has black color on #441E41 background.


White color preview on #441E41 background

This text has white color on #441E41 background.