COLOR #41506C

HEX: #41506C RGB: (65,80,108)

Color info

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

RGB color model

#41506C color RGB value is (65,80,108).

RGB: (65,80,108) (25%, 31%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 108 of 255 = 42%

65
80
108

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

Portions of RGB colors in percentages

R + G + B = 65 + 80 + 108 = 253 (100%)
R 65 of 253 ~ 25.69%
G 80 of 253 ~ 31.62%
B 108 of 253 ~ 42.69'%

%25.69
%31.62
%42.69

CMYK color model

#41506C color CMYK value is (40,26,0,58).

  • cyan value is 39.81%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (40,26,0,58)
C40M26Y0K58 (40%, 26%, 0%, 58%)
(0.40 / 0.26 / 0.00 / 0.58)

CMYK percentages

%39.81
%25.93
%0
%57.65

Codes

Color #41506C in popluar color models

41 50 6C
RGB 65 80 108
HSL 219° 24.86% 33.92%
HSB/HSV 219° 39.81% 42.35%
CMYK 39.81% 25.93% 0.00%
57.65%

Color #41506C in popluar number systems.

HEX 41 50 6C
Decimal 65 80 108
Binary 1000001 1010000 1101100
Octal 101 120 154

Shades and tints

Shades of #41506C

#41506C
(65,80,108)
#3C4963
(60,73,99)
#37425A
(55,66,90)
#323B51
(50,59,81)
#2D3448
(45,52,72)
#282D3F
(40,45,63)
#232636
(35,38,54)
#1E1F2D
(30,31,45)
#191824
(25,24,36)
#14111B
(20,17,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #41506C

#41506C
(65,80,108)
#525F79
(82,95,121)
#636E86
(99,110,134)
#747D93
(116,125,147)
#858CA0
(133,140,160)
#969BAD
(150,155,173)
#A7AABA
(167,170,186)
#B8B9C7
(184,185,199)
#C9C8D4
(201,200,212)
#DAD7E1
(218,215,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41506C color. Also use rgb(65,80,108) instead hex code.

Text Font Color

.myTextColor { color: #41506C; }

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

This text font color is #41506C.

Background Color

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

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

This div background color is #41506C.

Border color

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

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

This div border color is #41506C.

Opacity

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

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

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

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

This text has shadow with #41506C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41506C.

Preview

Color preview on black background

This text has color #41506C on black background.


Color preview on white background

This text has color #41506C on white background.


Black color preview on #41506C background

This text has black color on #41506C background.


White color preview on #41506C background

This text has white color on #41506C background.


Related colors

Complementary color

Complementary color for #hex is #BEAF93.


I love getcolorcode.com

Triadic colors

1 #6C4150 and #506C41 with #41506C are triadic colors.

2 #6C5041 and #50416C with #41506C are triadic colors.