COLOR #41354E

HEX: #41354E
RGB: (65,53,78)

Color info

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

RGB color model

#41354E color RGB value is (65,53,78).

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

RGB channels and saturation

R 65 of 255 = 25%
G 53 of 255 = 21%
B 78 of 255 = 31%

65
53
78

R + G + B ~ 26%. #41354E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 53 + 78 = 196 (100%)
R 65 of 196 ~ 33.16%
G 53 of 196 ~ 27.04%
B 78 of 196 ~ 39.8%

%33.16
%27.04
%39.8

CMYK color model

#41354E color CMYK value is (17,32,0,69).

  • cyan value is 16.67%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,32,0,69)
C17M32Y0K69 
(17%,32%,0%,69%)
(0.17/0.32/0.00/0.69)	

CMYK percentages

%16.67
%32.05
%0
%69.41

Codes

Color #41354E in popluar color models

41354E
RGB655378
HSL269°19.08%25.69%
HSB/HSV269°32.05%30.59%
CMYK16.67%32.05%0.00%
69.41%

Color #41354E in popluar number systems.

HEX41354E
Decimal655378
Binary10000011101011001110
Octal10165116

Shades and tints

Shades of #41354E

#41354E
(65,53,78)
#3C3147
(60,49,71)
#372D40
(55,45,64)
#322939
(50,41,57)
#2D2532
(45,37,50)
#28212B
(40,33,43)
#231D24
(35,29,36)
#1E191D
(30,25,29)
#191516
(25,21,22)
#14110F
(20,17,15)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #41354E

#41354E
(65,53,78)
#52475E
(82,71,94)
#63596E
(99,89,110)
#746B7E
(116,107,126)
#857D8E
(133,125,142)
#968F9E
(150,143,158)
#A7A1AE
(167,161,174)
#B8B3BE
(184,179,190)
#C9C5CE
(201,197,206)
#DAD7DE
(218,215,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41354E; }

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

This text font color is #41354E.


Background Color

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

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

This div background color is #41354E.


Border color

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

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

This div border color is #41354E.


Opacity

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

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

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

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

This text has shadow with #41354E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41354E on black background.


Color preview on white background

This text has color #41354E on white background.



Black color preview on #41354E background

This text has black color on #41354E background.


White color preview on #41354E background

This text has white color on #41354E background.