COLOR #41385B

HEX: #41385B
RGB: (65,56,91)

Color info

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

RGB color model

#41385B color RGB value is (65,56,91).

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

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 91 of 255 = 36%

65
56
91

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

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 91 = 212 (100%)
R 65 of 212 ~ 30.66%
G 56 of 212 ~ 26.42%
B 91 of 212 ~ 42.92%

%30.66
%26.42
%42.92

CMYK color model

#41385B color CMYK value is (29,38,0,64).

  • cyan value is 28.57%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(29,38,0,64)
C29M38Y0K64 
(29%,38%,0%,64%)
(0.29/0.38/0.00/0.64)	

CMYK percentages

%28.57
%38.46
%0
%64.31

Codes

Color #41385B in popluar color models

41385B
RGB655691
HSL255°23.81%28.82%
HSB/HSV255°38.46%35.69%
CMYK28.57%38.46%0.00%
64.31%

Color #41385B in popluar number systems.

HEX41385B
Decimal655691
Binary10000011110001011011
Octal10170133

Shades and tints

Shades of #41385B

#41385B
(65,56,91)
#3C3353
(60,51,83)
#372E4B
(55,46,75)
#322943
(50,41,67)
#2D243B
(45,36,59)
#281F33
(40,31,51)
#231A2B
(35,26,43)
#1E1523
(30,21,35)
#19101B
(25,16,27)
#140B13
(20,11,19)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #41385B

#41385B
(65,56,91)
#524A69
(82,74,105)
#635C77
(99,92,119)
#746E85
(116,110,133)
#858093
(133,128,147)
#9692A1
(150,146,161)
#A7A4AF
(167,164,175)
#B8B6BD
(184,182,189)
#C9C8CB
(201,200,203)
#DADAD9
(218,218,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41385B color. Also use rgb(65,56,91) instead hex code.

Text Font Color

.myTextColor { color: #41385B; }

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

This text font color is #41385B.


Background Color

.myBgColor { background-color: #41385B; }

<div style="background-color:#41385B">Inner text</div>

This div background color is #41385B.


Border color

.myBorderColor { border: 1px solid #41385B; }

<div style="border:3px solid #41385B">Div</div>

This div border color is #41385B.


Opacity

.myOpacity80 { color: #41385B; opacity: 0.8; }

<p style="color:#41385B;opacity:0.8;">80%</p>

Text with #41385B 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 #41385B;}

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

This text has shadow with #41385B color.

.textShadow {text-shadow: 3px 3px 1px #41385B, 3px 3px 1px red;}

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

This text has shadow with #41385B primary color and red secondary color.


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

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

This text has shadow with #41385B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41385B on black background.


Color preview on white background

This text has color #41385B on white background.



Black color preview on #41385B background

This text has black color on #41385B background.


White color preview on #41385B background

This text has white color on #41385B background.