COLOR #41064F

HEX: #41064F
RGB: (65,6,79)

Color info

#41064F contains mainly red and blue colors. Web safe color of #41064F is #330066 (or #306).

RGB color model

#41064F color RGB value is (65,6,79).

  • red value is 65;
  • green value is 6;
  • blue value is 79.
RGB:
(65,6,79)
(25%,2%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 6 of 255 = 2%
B 79 of 255 = 31%

65
6
79

R + G + B ~ 19%. #41064F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 6 + 79 = 150 (100%)
R 65 of 150 ~ 43.33%
G 6 of 150 ~ 4%
B 79 of 150 ~ 52.67%

%43.33
%52.67

CMYK color model

#41064F color CMYK value is (18,92,0,69).

  • cyan value is 17.72%
  • magenta value is 92.41%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(18,92,0,69)
C18M92Y0K69 
(18%,92%,0%,69%)
(0.18/0.92/0.00/0.69)	

CMYK percentages

%17.72
%92.41
%0
%69.02

Codes

Color #41064F in popluar color models

41064F
RGB65679
HSL288°85.88%16.67%
HSB/HSV288°92.41%30.98%
CMYK17.72%92.41%0.00%
69.02%

Color #41064F in popluar number systems.

HEX41064F
Decimal65679
Binary10000011101001111
Octal1016117

Shades and tints

Shades of #41064F

#41064F
(65,6,79)
#3C0648
(60,6,72)
#370641
(55,6,65)
#32063A
(50,6,58)
#2D0633
(45,6,51)
#28062C
(40,6,44)
#230625
(35,6,37)
#1E061E
(30,6,30)
#190617
(25,6,23)
#140610
(20,6,16)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #41064F

#41064F
(65,6,79)
#521C5F
(82,28,95)
#63326F
(99,50,111)
#74487F
(116,72,127)
#855E8F
(133,94,143)
#96749F
(150,116,159)
#A78AAF
(167,138,175)
#B8A0BF
(184,160,191)
#C9B6CF
(201,182,207)
#DACCDF
(218,204,223)
#EBE2EF
(235,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41064F color. Also use rgb(65,6,79) instead hex code.

Text Font Color

.myTextColor { color: #41064F; }

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

This text font color is #41064F.


Background Color

.myBgColor { background-color: #41064F; }

<div style="background-color:#41064F">Inner text</div>

This div background color is #41064F.


Border color

.myBorderColor { border: 1px solid #41064F; }

<div style="border:3px solid #41064F">Div</div>

This div border color is #41064F.


Opacity

.myOpacity80 { color: #41064F; opacity: 0.8; }

<p style="color:#41064F;opacity:0.8;">80%</p>

Text with #41064F 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 #41064F;}

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

This text has shadow with #41064F color.

.textShadow {text-shadow: 3px 3px 1px #41064F, 3px 3px 1px red;}

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

This text has shadow with #41064F primary color and red secondary color.


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

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

This text has shadow with #41064F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41064F on black background.


Color preview on white background

This text has color #41064F on white background.



Black color preview on #41064F background

This text has black color on #41064F background.


White color preview on #41064F background

This text has white color on #41064F background.