COLOR #41284A

HEX: #41284A
RGB: (65,40,74)

Color info

#41284A contains red, green and blue colors in about the same proportion. Web safe color of #41284A is #333333 (or #333).

RGB color model

#41284A color RGB value is (65,40,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 74 of 255 = 29%

65
40
74

R + G + B ~ 23%. #41284A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 74 = 179 (100%)
R 65 of 179 ~ 36.31%
G 40 of 179 ~ 22.35%
B 74 of 179 ~ 41.34%

%36.31
%22.35
%41.34

CMYK color model

#41284A color CMYK value is (12,46,0,71).

  • cyan value is 12.16%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(12,46,0,71)
C12M46Y0K71 
(12%,46%,0%,71%)
(0.12/0.46/0.00/0.71)	

CMYK percentages

%12.16
%45.95
%0
%70.98

Codes

Color #41284A in popluar color models

41284A
RGB654074
HSL284°29.82%22.35%
HSB/HSV284°45.95%29.02%
CMYK12.16%45.95%0.00%
70.98%

Color #41284A in popluar number systems.

HEX41284A
Decimal654074
Binary10000011010001001010
Octal10150112

Shades and tints

Shades of #41284A

#41284A
(65,40,74)
#3C2544
(60,37,68)
#37223E
(55,34,62)
#321F38
(50,31,56)
#2D1C32
(45,28,50)
#28192C
(40,25,44)
#231626
(35,22,38)
#1E1320
(30,19,32)
#19101A
(25,16,26)
#140D14
(20,13,20)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #41284A

#41284A
(65,40,74)
#523B5A
(82,59,90)
#634E6A
(99,78,106)
#74617A
(116,97,122)
#85748A
(133,116,138)
#96879A
(150,135,154)
#A79AAA
(167,154,170)
#B8ADBA
(184,173,186)
#C9C0CA
(201,192,202)
#DAD3DA
(218,211,218)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41284A; }

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

This text font color is #41284A.


Background Color

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

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

This div background color is #41284A.


Border color

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

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

This div border color is #41284A.


Opacity

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

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

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

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

This text has shadow with #41284A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41284A on black background.


Color preview on white background

This text has color #41284A on white background.



Black color preview on #41284A background

This text has black color on #41284A background.


White color preview on #41284A background

This text has white color on #41284A background.