COLOR #41334E

HEX: #41334E
RGB: (65,51,78)

Color info

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

RGB color model

#41334E color RGB value is (65,51,78).

  • red value is 65;
  • green value is 51;
  • blue value is 78.
RGB:
(65,51,78)
(25%,20%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 78 of 255 = 31%

65
51
78

R + G + B ~ 25%. #41334E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 78 = 194 (100%)
R 65 of 194 ~ 33.51%
G 51 of 194 ~ 26.29%
B 78 of 194 ~ 40.21%

%33.51
%26.29
%40.21

CMYK color model

#41334E color CMYK value is (17,35,0,69).

  • cyan value is 16.67%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,35,0,69)
C17M35Y0K69 
(17%,35%,0%,69%)
(0.17/0.35/0.00/0.69)	

CMYK percentages

%16.67
%34.62
%0
%69.41

Codes

Color #41334E in popluar color models

41334E
RGB655178
HSL271°20.93%25.29%
HSB/HSV271°34.62%30.59%
CMYK16.67%34.62%0.00%
69.41%

Color #41334E in popluar number systems.

HEX41334E
Decimal655178
Binary10000011100111001110
Octal10163116

Shades and tints

Shades of #41334E

#41334E
(65,51,78)
#3C2F47
(60,47,71)
#372B40
(55,43,64)
#322739
(50,39,57)
#2D2332
(45,35,50)
#281F2B
(40,31,43)
#231B24
(35,27,36)
#1E171D
(30,23,29)
#191316
(25,19,22)
#140F0F
(20,15,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #41334E

#41334E
(65,51,78)
#52455E
(82,69,94)
#63576E
(99,87,110)
#74697E
(116,105,126)
#857B8E
(133,123,142)
#968D9E
(150,141,158)
#A79FAE
(167,159,174)
#B8B1BE
(184,177,190)
#C9C3CE
(201,195,206)
#DAD5DE
(218,213,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41334E color. Also use rgb(65,51,78) instead hex code.

Text Font Color

.myTextColor { color: #41334E; }

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

This text font color is #41334E.


Background Color

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

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

This div background color is #41334E.


Border color

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

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

This div border color is #41334E.


Opacity

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

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

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

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

This text has shadow with #41334E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41334E on black background.


Color preview on white background

This text has color #41334E on white background.



Black color preview on #41334E background

This text has black color on #41334E background.


White color preview on #41334E background

This text has white color on #41334E background.