COLOR #41505B

HEX: #41505B
RGB: (65,80,91)

Color info

#41505B contains red, green and blue colors in about the same proportion. Web safe color of #41505B is #336666 (or #366).

RGB color model

#41505B color RGB value is (65,80,91).

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

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 91 of 255 = 36%

65
80
91

R + G + B ~ 31%. #41505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 80 + 91 = 236 (100%)
R 65 of 236 ~ 27.54%
G 80 of 236 ~ 33.9%
B 91 of 236 ~ 38.56%

%27.54
%33.9
%38.56

CMYK color model

#41505B color CMYK value is (29,12,0,64).

  • cyan value is 28.57%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(29,12,0,64)
C29M12Y0K64 
(29%,12%,0%,64%)
(0.29/0.12/0.00/0.64)	

CMYK percentages

%28.57
%12.09
%0
%64.31

Codes

Color #41505B in popluar color models

41505B
RGB658091
HSL205°16.67%30.59%
HSB/HSV205°28.57%35.69%
CMYK28.57%12.09%0.00%
64.31%

Color #41505B in popluar number systems.

HEX41505B
Decimal658091
Binary100000110100001011011
Octal101120133

Shades and tints

Shades of #41505B

#41505B
(65,80,91)
#3C4953
(60,73,83)
#37424B
(55,66,75)
#323B43
(50,59,67)
#2D343B
(45,52,59)
#282D33
(40,45,51)
#23262B
(35,38,43)
#1E1F23
(30,31,35)
#19181B
(25,24,27)
#141113
(20,17,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #41505B

#41505B
(65,80,91)
#525F69
(82,95,105)
#636E77
(99,110,119)
#747D85
(116,125,133)
#858C93
(133,140,147)
#969BA1
(150,155,161)
#A7AAAF
(167,170,175)
#B8B9BD
(184,185,189)
#C9C8CB
(201,200,203)
#DAD7D9
(218,215,217)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41505B; }

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

This text font color is #41505B.


Background Color

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

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

This div background color is #41505B.


Border color

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

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

This div border color is #41505B.


Opacity

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

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

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

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

This text has shadow with #41505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41505B on black background.


Color preview on white background

This text has color #41505B on white background.



Black color preview on #41505B background

This text has black color on #41505B background.


White color preview on #41505B background

This text has white color on #41505B background.