COLOR #41345B

HEX: #41345B
RGB: (65,52,91)

Color info

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

RGB color model

#41345B color RGB value is (65,52,91).

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

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 91 of 255 = 36%

65
52
91

R + G + B ~ 27%. #41345B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 91 = 208 (100%)
R 65 of 208 ~ 31.25%
G 52 of 208 ~ 25%
B 91 of 208 ~ 43.75%

%31.25
%25
%43.75

CMYK color model

#41345B color CMYK value is (29,43,0,64).

  • cyan value is 28.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(29,43,0,64)
C29M43Y0K64 
(29%,43%,0%,64%)
(0.29/0.43/0.00/0.64)	

CMYK percentages

%28.57
%42.86
%0
%64.31

Codes

Color #41345B in popluar color models

41345B
RGB655291
HSL260°27.27%28.04%
HSB/HSV260°42.86%35.69%
CMYK28.57%42.86%0.00%
64.31%

Color #41345B in popluar number systems.

HEX41345B
Decimal655291
Binary10000011101001011011
Octal10164133

Shades and tints

Shades of #41345B

#41345B
(65,52,91)
#3C3053
(60,48,83)
#372C4B
(55,44,75)
#322843
(50,40,67)
#2D243B
(45,36,59)
#282033
(40,32,51)
#231C2B
(35,28,43)
#1E1823
(30,24,35)
#19141B
(25,20,27)
#141013
(20,16,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #41345B

#41345B
(65,52,91)
#524669
(82,70,105)
#635877
(99,88,119)
#746A85
(116,106,133)
#857C93
(133,124,147)
#968EA1
(150,142,161)
#A7A0AF
(167,160,175)
#B8B2BD
(184,178,189)
#C9C4CB
(201,196,203)
#DAD6D9
(218,214,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41345B; }

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

This text font color is #41345B.


Background Color

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

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

This div background color is #41345B.


Border color

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

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

This div border color is #41345B.


Opacity

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

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

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

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

This text has shadow with #41345B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41345B on black background.


Color preview on white background

This text has color #41345B on white background.



Black color preview on #41345B background

This text has black color on #41345B background.


White color preview on #41345B background

This text has white color on #41345B background.