COLOR #41516B

HEX: #41516B
RGB: (65,81,107)

Color info

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

RGB color model

#41516B color RGB value is (65,81,107).

  • red value is 65;
  • green value is 81;
  • blue value is 107.
RGB:
(65,81,107)
(25%,32%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 81 of 255 = 32%
B 107 of 255 = 42%

65
81
107

R + G + B ~ 33%. #41516B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 107 = 253 (100%)
R 65 of 253 ~ 25.69%
G 81 of 253 ~ 32.02%
B 107 of 253 ~ 42.29%

%25.69
%32.02
%42.29

CMYK color model

#41516B color CMYK value is (39,24,0,58).

  • cyan value is 39.25%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(39,24,0,58)
C39M24Y0K58 
(39%,24%,0%,58%)
(0.39/0.24/0.00/0.58)	

CMYK percentages

%39.25
%24.3
%0
%58.04

Codes

Color #41516B in popluar color models

41516B
RGB6581107
HSL217°24.42%33.73%
HSB/HSV217°39.25%41.96%
CMYK39.25%24.30%0.00%
58.04%

Color #41516B in popluar number systems.

HEX41516B
Decimal6581107
Binary100000110100011101011
Octal101121153

Shades and tints

Shades of #41516B

#41516B
(65,81,107)
#3C4A62
(60,74,98)
#374359
(55,67,89)
#323C50
(50,60,80)
#2D3547
(45,53,71)
#282E3E
(40,46,62)
#232735
(35,39,53)
#1E202C
(30,32,44)
#191923
(25,25,35)
#14121A
(20,18,26)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #41516B

#41516B
(65,81,107)
#526078
(82,96,120)
#636F85
(99,111,133)
#747E92
(116,126,146)
#858D9F
(133,141,159)
#969CAC
(150,156,172)
#A7ABB9
(167,171,185)
#B8BAC6
(184,186,198)
#C9C9D3
(201,201,211)
#DAD8E0
(218,216,224)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41516B color. Also use rgb(65,81,107) instead hex code.

Text Font Color

.myTextColor { color: #41516B; }

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

This text font color is #41516B.


Background Color

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

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

This div background color is #41516B.


Border color

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

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

This div border color is #41516B.


Opacity

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

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

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

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

This text has shadow with #41516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41516B on black background.


Color preview on white background

This text has color #41516B on white background.



Black color preview on #41516B background

This text has black color on #41516B background.


White color preview on #41516B background

This text has white color on #41516B background.