COLOR #41537E

HEX: #41537E
RGB: (65,83,126)

Color info

#41537E contains mainly green and blue colors. Web safe color of #41537E is #336666 (or #366).

RGB color model

#41537E color RGB value is (65,83,126).

  • red value is 65;
  • green value is 83;
  • blue value is 126.
RGB:
(65,83,126)
(25%,33%,49%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 126 of 255 = 49%

65
83
126

R + G + B ~ 36%. #41537E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 126 = 274 (100%)
R 65 of 274 ~ 23.72%
G 83 of 274 ~ 30.29%
B 126 of 274 ~ 45.99%

%23.72
%30.29
%45.99

CMYK color model

#41537E color CMYK value is (48,34,0,51).

  • cyan value is 48.41%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(48,34,0,51)
C48M34Y0K51 
(48%,34%,0%,51%)
(0.48/0.34/0.00/0.51)	

CMYK percentages

%48.41
%34.13
%0
%50.59

Codes

Color #41537E in popluar color models

41537E
RGB6583126
HSL222°31.94%37.45%
HSB/HSV222°48.41%49.41%
CMYK48.41%34.13%0.00%
50.59%

Color #41537E in popluar number systems.

HEX41537E
Decimal6583126
Binary100000110100111111110
Octal101123176

Shades and tints

Shades of #41537E

#41537E
(65,83,126)
#3C4C73
(60,76,115)
#374568
(55,69,104)
#323E5D
(50,62,93)
#2D3752
(45,55,82)
#283047
(40,48,71)
#23293C
(35,41,60)
#1E2231
(30,34,49)
#191B26
(25,27,38)
#14141B
(20,20,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #41537E

#41537E
(65,83,126)
#526289
(82,98,137)
#637194
(99,113,148)
#74809F
(116,128,159)
#858FAA
(133,143,170)
#969EB5
(150,158,181)
#A7ADC0
(167,173,192)
#B8BCCB
(184,188,203)
#C9CBD6
(201,203,214)
#DADAE1
(218,218,225)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41537E color. Also use rgb(65,83,126) instead hex code.

Text Font Color

.myTextColor { color: #41537E; }

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

This text font color is #41537E.


Background Color

.myBgColor { background-color: #41537E; }

<div style="background-color:#41537E">Inner text</div>

This div background color is #41537E.


Border color

.myBorderColor { border: 1px solid #41537E; }

<div style="border:3px solid #41537E">Div</div>

This div border color is #41537E.


Opacity

.myOpacity80 { color: #41537E; opacity: 0.8; }

<p style="color:#41537E;opacity:0.8;">80%</p>

Text with #41537E 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 #41537E;}

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

This text has shadow with #41537E color.

.textShadow {text-shadow: 3px 3px 1px #41537E, 3px 3px 1px red;}

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

This text has shadow with #41537E primary color and red secondary color.


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

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

This text has shadow with #41537E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41537E on black background.


Color preview on white background

This text has color #41537E on white background.



Black color preview on #41537E background

This text has black color on #41537E background.


White color preview on #41537E background

This text has white color on #41537E background.