COLOR #41395E

HEX: #41395E
RGB: (65,57,94)

Color info

#41395E contains red, green and blue colors in about the same proportion. Web safe color of #41395E is #333366 (or #336).

RGB color model

#41395E color RGB value is (65,57,94).

  • red value is 65;
  • green value is 57;
  • blue value is 94.
RGB:
(65,57,94)
(25%,22%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 94 of 255 = 37%

65
57
94

R + G + B ~ 28%. #41395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 94 = 216 (100%)
R 65 of 216 ~ 30.09%
G 57 of 216 ~ 26.39%
B 94 of 216 ~ 43.52%

%30.09
%26.39
%43.52

CMYK color model

#41395E color CMYK value is (31,39,0,63).

  • cyan value is 30.85%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(31,39,0,63)
C31M39Y0K63 
(31%,39%,0%,63%)
(0.31/0.39/0.00/0.63)	

CMYK percentages

%30.85
%39.36
%0
%63.14

Codes

Color #41395E in popluar color models

41395E
RGB655794
HSL253°24.50%29.61%
HSB/HSV253°39.36%36.86%
CMYK30.85%39.36%0.00%
63.14%

Color #41395E in popluar number systems.

HEX41395E
Decimal655794
Binary10000011110011011110
Octal10171136

Shades and tints

Shades of #41395E

#41395E
(65,57,94)
#3C3456
(60,52,86)
#372F4E
(55,47,78)
#322A46
(50,42,70)
#2D253E
(45,37,62)
#282036
(40,32,54)
#231B2E
(35,27,46)
#1E1626
(30,22,38)
#19111E
(25,17,30)
#140C16
(20,12,22)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #41395E

#41395E
(65,57,94)
#524B6C
(82,75,108)
#635D7A
(99,93,122)
#746F88
(116,111,136)
#858196
(133,129,150)
#9693A4
(150,147,164)
#A7A5B2
(167,165,178)
#B8B7C0
(184,183,192)
#C9C9CE
(201,201,206)
#DADBDC
(218,219,220)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41395E color. Also use rgb(65,57,94) instead hex code.

Text Font Color

.myTextColor { color: #41395E; }

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

This text font color is #41395E.


Background Color

.myBgColor { background-color: #41395E; }

<div style="background-color:#41395E">Inner text</div>

This div background color is #41395E.


Border color

.myBorderColor { border: 1px solid #41395E; }

<div style="border:3px solid #41395E">Div</div>

This div border color is #41395E.


Opacity

.myOpacity80 { color: #41395E; opacity: 0.8; }

<p style="color:#41395E;opacity:0.8;">80%</p>

Text with #41395E 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 #41395E;}

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

This text has shadow with #41395E color.

.textShadow {text-shadow: 3px 3px 1px #41395E, 3px 3px 1px red;}

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

This text has shadow with #41395E primary color and red secondary color.


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

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

This text has shadow with #41395E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41395E on black background.


Color preview on white background

This text has color #41395E on white background.



Black color preview on #41395E background

This text has black color on #41395E background.


White color preview on #41395E background

This text has white color on #41395E background.