COLOR #41386F

HEX: #41386F
RGB: (65,56,111)

Color info

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

RGB color model

#41386F color RGB value is (65,56,111).

  • red value is 65;
  • green value is 56;
  • blue value is 111.
RGB:
(65,56,111)
(25%,22%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 111 of 255 = 44%

65
56
111

R + G + B ~ 30%. #41386F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 111 = 232 (100%)
R 65 of 232 ~ 28.02%
G 56 of 232 ~ 24.14%
B 111 of 232 ~ 47.84%

%28.02
%24.14
%47.84

CMYK color model

#41386F color CMYK value is (41,50,0,56).

  • cyan value is 41.44%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(41,50,0,56)
C41M50Y0K56 
(41%,50%,0%,56%)
(0.41/0.50/0.00/0.56)	

CMYK percentages

%41.44
%49.55
%0
%56.47

Codes

Color #41386F in popluar color models

41386F
RGB6556111
HSL250°32.93%32.75%
HSB/HSV250°49.55%43.53%
CMYK41.44%49.55%0.00%
56.47%

Color #41386F in popluar number systems.

HEX41386F
Decimal6556111
Binary10000011110001101111
Octal10170157

Shades and tints

Shades of #41386F

#41386F
(65,56,111)
#3C3365
(60,51,101)
#372E5B
(55,46,91)
#322951
(50,41,81)
#2D2447
(45,36,71)
#281F3D
(40,31,61)
#231A33
(35,26,51)
#1E1529
(30,21,41)
#19101F
(25,16,31)
#140B15
(20,11,21)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #41386F

#41386F
(65,56,111)
#524A7C
(82,74,124)
#635C89
(99,92,137)
#746E96
(116,110,150)
#8580A3
(133,128,163)
#9692B0
(150,146,176)
#A7A4BD
(167,164,189)
#B8B6CA
(184,182,202)
#C9C8D7
(201,200,215)
#DADAE4
(218,218,228)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41386F color. Also use rgb(65,56,111) instead hex code.

Text Font Color

.myTextColor { color: #41386F; }

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

This text font color is #41386F.


Background Color

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

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

This div background color is #41386F.


Border color

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

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

This div border color is #41386F.


Opacity

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

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

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

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

This text has shadow with #41386F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41386F on black background.


Color preview on white background

This text has color #41386F on white background.



Black color preview on #41386F background

This text has black color on #41386F background.


White color preview on #41386F background

This text has white color on #41386F background.