COLOR #41144A

HEX: #41144A
RGB: (65,20,74)

Color info

#41144A contains red, green and blue colors in about the same proportion. Web safe color of #41144A is #330033 (or #303).

RGB color model

#41144A color RGB value is (65,20,74).

  • red value is 65;
  • green value is 20;
  • blue value is 74.
RGB:
(65,20,74)
(25%,8%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 20 of 255 = 8%
B 74 of 255 = 29%

65
20
74

R + G + B ~ 21%. #41144A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 20 + 74 = 159 (100%)
R 65 of 159 ~ 40.88%
G 20 of 159 ~ 12.58%
B 74 of 159 ~ 46.54%

%40.88
%12.58
%46.54

CMYK color model

#41144A color CMYK value is (12,73,0,71).

  • cyan value is 12.16%
  • magenta value is 72.97%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(12,73,0,71)
C12M73Y0K71 
(12%,73%,0%,71%)
(0.12/0.73/0.00/0.71)	

CMYK percentages

%12.16
%72.97
%0
%70.98

Codes

Color #41144A in popluar color models

41144A
RGB652074
HSL290°57.45%18.43%
HSB/HSV290°72.97%29.02%
CMYK12.16%72.97%0.00%
70.98%

Color #41144A in popluar number systems.

HEX41144A
Decimal652074
Binary1000001101001001010
Octal10124112

Shades and tints

Shades of #41144A

#41144A
(65,20,74)
#3C1344
(60,19,68)
#37123E
(55,18,62)
#321138
(50,17,56)
#2D1032
(45,16,50)
#280F2C
(40,15,44)
#230E26
(35,14,38)
#1E0D20
(30,13,32)
#190C1A
(25,12,26)
#140B14
(20,11,20)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #41144A

#41144A
(65,20,74)
#52295A
(82,41,90)
#633E6A
(99,62,106)
#74537A
(116,83,122)
#85688A
(133,104,138)
#967D9A
(150,125,154)
#A792AA
(167,146,170)
#B8A7BA
(184,167,186)
#C9BCCA
(201,188,202)
#DAD1DA
(218,209,218)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41144A color. Also use rgb(65,20,74) instead hex code.

Text Font Color

.myTextColor { color: #41144A; }

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

This text font color is #41144A.


Background Color

.myBgColor { background-color: #41144A; }

<div style="background-color:#41144A">Inner text</div>

This div background color is #41144A.


Border color

.myBorderColor { border: 1px solid #41144A; }

<div style="border:3px solid #41144A">Div</div>

This div border color is #41144A.


Opacity

.myOpacity80 { color: #41144A; opacity: 0.8; }

<p style="color:#41144A;opacity:0.8;">80%</p>

Text with #41144A 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 #41144A;}

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

This text has shadow with #41144A color.

.textShadow {text-shadow: 3px 3px 1px #41144A, 3px 3px 1px red;}

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

This text has shadow with #41144A primary color and red secondary color.


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

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

This text has shadow with #41144A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41144A on black background.


Color preview on white background

This text has color #41144A on white background.



Black color preview on #41144A background

This text has black color on #41144A background.


White color preview on #41144A background

This text has white color on #41144A background.