COLOR #41557D

HEX: #41557D
RGB: (65,85,125)

Color info

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

RGB color model

#41557D color RGB value is (65,85,125).

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

RGB channels and saturation

R 65 of 255 = 25%
G 85 of 255 = 33%
B 125 of 255 = 49%

65
85
125

R + G + B ~ 36%. #41557D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 85 + 125 = 275 (100%)
R 65 of 275 ~ 23.64%
G 85 of 275 ~ 30.91%
B 125 of 275 ~ 45.45%

%23.64
%30.91
%45.45

CMYK color model

#41557D color CMYK value is (48,32,0,51).

  • cyan value is 48.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(48,32,0,51)
C48M32Y0K51 
(48%,32%,0%,51%)
(0.48/0.32/0.00/0.51)	

CMYK percentages

%48
%32
%0
%50.98

Codes

Color #41557D in popluar color models

41557D
RGB6585125
HSL220°31.58%37.25%
HSB/HSV220°48.00%49.02%
CMYK48.00%32.00%0.00%
50.98%

Color #41557D in popluar number systems.

HEX41557D
Decimal6585125
Binary100000110101011111101
Octal101125175

Shades and tints

Shades of #41557D

#41557D
(65,85,125)
#3C4E72
(60,78,114)
#374767
(55,71,103)
#32405C
(50,64,92)
#2D3951
(45,57,81)
#283246
(40,50,70)
#232B3B
(35,43,59)
#1E2430
(30,36,48)
#191D25
(25,29,37)
#14161A
(20,22,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #41557D

#41557D
(65,85,125)
#526488
(82,100,136)
#637393
(99,115,147)
#74829E
(116,130,158)
#8591A9
(133,145,169)
#96A0B4
(150,160,180)
#A7AFBF
(167,175,191)
#B8BECA
(184,190,202)
#C9CDD5
(201,205,213)
#DADCE0
(218,220,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41557D color. Also use rgb(65,85,125) instead hex code.

Text Font Color

.myTextColor { color: #41557D; }

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

This text font color is #41557D.


Background Color

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

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

This div background color is #41557D.


Border color

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

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

This div border color is #41557D.


Opacity

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

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

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

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

This text has shadow with #41557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41557D on black background.


Color preview on white background

This text has color #41557D on white background.



Black color preview on #41557D background

This text has black color on #41557D background.


White color preview on #41557D background

This text has white color on #41557D background.