COLOR #41526D

HEX: #41526D
RGB: (65,82,109)

Color info

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

RGB color model

#41526D color RGB value is (65,82,109).

  • red value is 65;
  • green value is 82;
  • blue value is 109.
RGB:
(65,82,109)
(25%,32%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 82 of 255 = 32%
B 109 of 255 = 43%

65
82
109

R + G + B ~ 33%. #41526D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 82 + 109 = 256 (100%)
R 65 of 256 ~ 25.39%
G 82 of 256 ~ 32.03%
B 109 of 256 ~ 42.58%

%25.39
%32.03
%42.58

CMYK color model

#41526D color CMYK value is (40,25,0,57).

  • cyan value is 40.37%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,25,0,57)
C40M25Y0K57 
(40%,25%,0%,57%)
(0.40/0.25/0.00/0.57)	

CMYK percentages

%40.37
%24.77
%0
%57.25

Codes

Color #41526D in popluar color models

41526D
RGB6582109
HSL217°25.29%34.12%
HSB/HSV217°40.37%42.75%
CMYK40.37%24.77%0.00%
57.25%

Color #41526D in popluar number systems.

HEX41526D
Decimal6582109
Binary100000110100101101101
Octal101122155

Shades and tints

Shades of #41526D

#41526D
(65,82,109)
#3C4B64
(60,75,100)
#37445B
(55,68,91)
#323D52
(50,61,82)
#2D3649
(45,54,73)
#282F40
(40,47,64)
#232837
(35,40,55)
#1E212E
(30,33,46)
#191A25
(25,26,37)
#14131C
(20,19,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #41526D

#41526D
(65,82,109)
#52617A
(82,97,122)
#637087
(99,112,135)
#747F94
(116,127,148)
#858EA1
(133,142,161)
#969DAE
(150,157,174)
#A7ACBB
(167,172,187)
#B8BBC8
(184,187,200)
#C9CAD5
(201,202,213)
#DAD9E2
(218,217,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41526D color. Also use rgb(65,82,109) instead hex code.

Text Font Color

.myTextColor { color: #41526D; }

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

This text font color is #41526D.


Background Color

.myBgColor { background-color: #41526D; }

<div style="background-color:#41526D">Inner text</div>

This div background color is #41526D.


Border color

.myBorderColor { border: 1px solid #41526D; }

<div style="border:3px solid #41526D">Div</div>

This div border color is #41526D.


Opacity

.myOpacity80 { color: #41526D; opacity: 0.8; }

<p style="color:#41526D;opacity:0.8;">80%</p>

Text with #41526D 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 #41526D;}

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

This text has shadow with #41526D color.

.textShadow {text-shadow: 3px 3px 1px #41526D, 3px 3px 1px red;}

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

This text has shadow with #41526D primary color and red secondary color.


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

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

This text has shadow with #41526D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41526D on black background.


Color preview on white background

This text has color #41526D on white background.



Black color preview on #41526D background

This text has black color on #41526D background.


White color preview on #41526D background

This text has white color on #41526D background.