COLOR #41565A

HEX: #41565A RGB: (65,86,90)

Color info

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

RGB color model

#41565A color RGB value is (65,86,90).

RGB: (65,86,90) (25%, 34%, 35%)

RGB channels and saturation

R 65 of 255 = 25%
G 86 of 255 = 34%
B 90 of 255 = 35%

65
86
90

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

Portions of RGB colors in percentages

R + G + B = 65 + 86 + 90 = 241 (100%)
R 65 of 241 ~ 26.97%
G 86 of 241 ~ 35.68%
B 90 of 241 ~ 37.34'%

%26.97
%35.68
%37.34

CMYK color model

#41565A color CMYK value is (28,4,0,65).

  • cyan value is 27.78%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (28,4,0,65)
C28M4Y0K65 (28%, 4%, 0%, 65%)
(0.28 / 0.04 / 0.00 / 0.65)

CMYK percentages

%27.78
%4.44
%0
%64.71

Codes

Color #41565A in popluar color models

41 56 5A
RGB 65 86 90
HSL 190° 16.13% 30.39%
HSB/HSV 190° 27.78% 35.29%
CMYK 27.78% 4.44% 0.00%
64.71%

Color #41565A in popluar number systems.

HEX 41 56 5A
Decimal 65 86 90
Binary 1000001 1010110 1011010
Octal 101 126 132

Shades and tints

Shades of #41565A

#41565A
(65,86,90)
#3C4F52
(60,79,82)
#37484A
(55,72,74)
#324142
(50,65,66)
#2D3A3A
(45,58,58)
#283332
(40,51,50)
#232C2A
(35,44,42)
#1E2522
(30,37,34)
#191E1A
(25,30,26)
#141712
(20,23,18)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #41565A

#41565A
(65,86,90)
#526569
(82,101,105)
#637478
(99,116,120)
#748387
(116,131,135)
#859296
(133,146,150)
#96A1A5
(150,161,165)
#A7B0B4
(167,176,180)
#B8BFC3
(184,191,195)
#C9CED2
(201,206,210)
#DADDE1
(218,221,225)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41565A; }

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

This text font color is #41565A.

Background Color

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

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

This div background color is #41565A.

Border color

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

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

This div border color is #41565A.

Opacity

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

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

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

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

This text has shadow with #41565A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41565A.

Preview

Color preview on black background

This text has color #41565A on black background.


Color preview on white background

This text has color #41565A on white background.


Black color preview on #41565A background

This text has black color on #41565A background.


White color preview on #41565A background

This text has white color on #41565A background.


Related colors

Complementary color

Complementary color for #hex is #BEA9A5.


I love getcolorcode.com

Triadic colors

1 #5A4156 and #565A41 with #41565A are triadic colors.

2 #5A5641 and #56415A with #41565A are triadic colors.