COLOR #41515C

HEX: #41515C
RGB: (65,81,92)

Color info

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

RGB color model

#41515C color RGB value is (65,81,92).

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

RGB channels and saturation

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

65
81
92

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

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 92 = 238 (100%)
R 65 of 238 ~ 27.31%
G 81 of 238 ~ 34.03%
B 92 of 238 ~ 38.66%

%27.31
%34.03
%38.66

CMYK color model

#41515C color CMYK value is (29,12,0,64).

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

CMYK percentages

%29.35
%11.96
%0
%63.92

Codes

Color #41515C in popluar color models

41515C
RGB658192
HSL204°17.20%30.78%
HSB/HSV204°29.35%36.08%
CMYK29.35%11.96%0.00%
63.92%

Color #41515C in popluar number systems.

HEX41515C
Decimal658192
Binary100000110100011011100
Octal101121134

Shades and tints

Shades of #41515C

#41515C
(65,81,92)
#3C4A54
(60,74,84)
#37434C
(55,67,76)
#323C44
(50,60,68)
#2D353C
(45,53,60)
#282E34
(40,46,52)
#23272C
(35,39,44)
#1E2024
(30,32,36)
#19191C
(25,25,28)
#141214
(20,18,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #41515C

#41515C
(65,81,92)
#52606A
(82,96,106)
#636F78
(99,111,120)
#747E86
(116,126,134)
#858D94
(133,141,148)
#969CA2
(150,156,162)
#A7ABB0
(167,171,176)
#B8BABE
(184,186,190)
#C9C9CC
(201,201,204)
#DAD8DA
(218,216,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41515C; }

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

This text font color is #41515C.


Background Color

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

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

This div background color is #41515C.


Border color

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

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

This div border color is #41515C.


Opacity

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

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

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

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

This text has shadow with #41515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41515C on black background.


Color preview on white background

This text has color #41515C on white background.



Black color preview on #41515C background

This text has black color on #41515C background.


White color preview on #41515C background

This text has white color on #41515C background.