COLOR #41515B

HEX: #41515B
RGB: (65,81,91)

Color info

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

RGB color model

#41515B color RGB value is (65,81,91).

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

RGB channels and saturation

R 65 of 255 = 25%
G 81 of 255 = 32%
B 91 of 255 = 36%

65
81
91

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

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 91 = 237 (100%)
R 65 of 237 ~ 27.43%
G 81 of 237 ~ 34.18%
B 91 of 237 ~ 38.4%

%27.43
%34.18
%38.4

CMYK color model

#41515B color CMYK value is (29,11,0,64).

  • cyan value is 28.57%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(29,11,0,64)
C29M11Y0K64 
(29%,11%,0%,64%)
(0.29/0.11/0.00/0.64)	

CMYK percentages

%28.57
%10.99
%0
%64.31

Codes

Color #41515B in popluar color models

41515B
RGB658191
HSL203°16.67%30.59%
HSB/HSV203°28.57%35.69%
CMYK28.57%10.99%0.00%
64.31%

Color #41515B in popluar number systems.

HEX41515B
Decimal658191
Binary100000110100011011011
Octal101121133

Shades and tints

Shades of #41515B

#41515B
(65,81,91)
#3C4A53
(60,74,83)
#37434B
(55,67,75)
#323C43
(50,60,67)
#2D353B
(45,53,59)
#282E33
(40,46,51)
#23272B
(35,39,43)
#1E2023
(30,32,35)
#19191B
(25,25,27)
#141213
(20,18,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #41515B

#41515B
(65,81,91)
#526069
(82,96,105)
#636F77
(99,111,119)
#747E85
(116,126,133)
#858D93
(133,141,147)
#969CA1
(150,156,161)
#A7ABAF
(167,171,175)
#B8BABD
(184,186,189)
#C9C9CB
(201,201,203)
#DAD8D9
(218,216,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41515B; }

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

This text font color is #41515B.


Background Color

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

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

This div background color is #41515B.


Border color

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

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

This div border color is #41515B.


Opacity

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

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

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

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

This text has shadow with #41515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41515B on black background.


Color preview on white background

This text has color #41515B on white background.



Black color preview on #41515B background

This text has black color on #41515B background.


White color preview on #41515B background

This text has white color on #41515B background.