COLOR #41515A

HEX: #41515A
RGB: (65,81,90)

Color info

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

RGB color model

#41515A color RGB value is (65,81,90).

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

RGB channels and saturation

R 65 of 255 = 25%
G 81 of 255 = 32%
B 90 of 255 = 35%

65
81
90

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

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 90 = 236 (100%)
R 65 of 236 ~ 27.54%
G 81 of 236 ~ 34.32%
B 90 of 236 ~ 38.14%

%27.54
%34.32
%38.14

CMYK color model

#41515A color CMYK value is (28,10,0,65).

  • cyan value is 27.78%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(28,10,0,65)
C28M10Y0K65 
(28%,10%,0%,65%)
(0.28/0.10/0.00/0.65)	

CMYK percentages

%27.78
%10
%0
%64.71

Codes

Color #41515A in popluar color models

41515A
RGB658190
HSL202°16.13%30.39%
HSB/HSV202°27.78%35.29%
CMYK27.78%10.00%0.00%
64.71%

Color #41515A in popluar number systems.

HEX41515A
Decimal658190
Binary100000110100011011010
Octal101121132

Shades and tints

Shades of #41515A

#41515A
(65,81,90)
#3C4A52
(60,74,82)
#37434A
(55,67,74)
#323C42
(50,60,66)
#2D353A
(45,53,58)
#282E32
(40,46,50)
#23272A
(35,39,42)
#1E2022
(30,32,34)
#19191A
(25,25,26)
#141212
(20,18,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #41515A

#41515A
(65,81,90)
#526069
(82,96,105)
#636F78
(99,111,120)
#747E87
(116,126,135)
#858D96
(133,141,150)
#969CA5
(150,156,165)
#A7ABB4
(167,171,180)
#B8BAC3
(184,186,195)
#C9C9D2
(201,201,210)
#DAD8E1
(218,216,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41515A; }

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

This text font color is #41515A.


Background Color

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

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

This div background color is #41515A.


Border color

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

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

This div border color is #41515A.


Opacity

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

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

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

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

This text has shadow with #41515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41515A on black background.


Color preview on white background

This text has color #41515A on white background.



Black color preview on #41515A background

This text has black color on #41515A background.


White color preview on #41515A background

This text has white color on #41515A background.