COLOR #41495F

HEX: #41495F
RGB: (65,73,95)

Color info

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

RGB color model

#41495F color RGB value is (65,73,95).

  • red value is 65;
  • green value is 73;
  • blue value is 95.
RGB:
(65,73,95)
(25%,29%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 95 of 255 = 37%

65
73
95

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 95 = 233 (100%)
R 65 of 233 ~ 27.9%
G 73 of 233 ~ 31.33%
B 95 of 233 ~ 40.77%

%27.9
%31.33
%40.77

CMYK color model

#41495F color CMYK value is (32,23,0,63).

  • cyan value is 31.58%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(32,23,0,63)
C32M23Y0K63 
(32%,23%,0%,63%)
(0.32/0.23/0.00/0.63)	

CMYK percentages

%31.58
%23.16
%0
%62.75

Codes

Color #41495F in popluar color models

41495F
RGB657395
HSL224°18.75%31.37%
HSB/HSV224°31.58%37.25%
CMYK31.58%23.16%0.00%
62.75%

Color #41495F in popluar number systems.

HEX41495F
Decimal657395
Binary100000110010011011111
Octal101111137

Shades and tints

Shades of #41495F

#41495F
(65,73,95)
#3C4357
(60,67,87)
#373D4F
(55,61,79)
#323747
(50,55,71)
#2D313F
(45,49,63)
#282B37
(40,43,55)
#23252F
(35,37,47)
#1E1F27
(30,31,39)
#19191F
(25,25,31)
#141317
(20,19,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #41495F

#41495F
(65,73,95)
#52596D
(82,89,109)
#63697B
(99,105,123)
#747989
(116,121,137)
#858997
(133,137,151)
#9699A5
(150,153,165)
#A7A9B3
(167,169,179)
#B8B9C1
(184,185,193)
#C9C9CF
(201,201,207)
#DAD9DD
(218,217,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41495F color. Also use rgb(65,73,95) instead hex code.

Text Font Color

.myTextColor { color: #41495F; }

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

This text font color is #41495F.


Background Color

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

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

This div background color is #41495F.


Border color

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

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

This div border color is #41495F.


Opacity

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

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

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

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

This text has shadow with #41495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41495F on black background.


Color preview on white background

This text has color #41495F on white background.



Black color preview on #41495F background

This text has black color on #41495F background.


White color preview on #41495F background

This text has white color on #41495F background.