COLOR #41547D

HEX: #41547D
RGB: (65,84,125)

Color info

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

RGB color model

#41547D color RGB value is (65,84,125).

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

RGB channels and saturation

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

65
84
125

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

Portions of RGB colors in percentages

R + G + B =
65 + 84 + 125 = 274 (100%)
R 65 of 274 ~ 23.72%
G 84 of 274 ~ 30.66%
B 125 of 274 ~ 45.62%

%23.72
%30.66
%45.62

CMYK color model

#41547D color CMYK value is (48,33,0,51).

  • cyan value is 48.00%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(48,33,0,51)
C48M33Y0K51 
(48%,33%,0%,51%)
(0.48/0.33/0.00/0.51)	

CMYK percentages

%48
%32.8
%0
%50.98

Codes

Color #41547D in popluar color models

41547D
RGB6584125
HSL221°31.58%37.25%
HSB/HSV221°48.00%49.02%
CMYK48.00%32.80%0.00%
50.98%

Color #41547D in popluar number systems.

HEX41547D
Decimal6584125
Binary100000110101001111101
Octal101124175

Shades and tints

Shades of #41547D

#41547D
(65,84,125)
#3C4D72
(60,77,114)
#374667
(55,70,103)
#323F5C
(50,63,92)
#2D3851
(45,56,81)
#283146
(40,49,70)
#232A3B
(35,42,59)
#1E2330
(30,35,48)
#191C25
(25,28,37)
#14151A
(20,21,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #41547D

#41547D
(65,84,125)
#526388
(82,99,136)
#637293
(99,114,147)
#74819E
(116,129,158)
#8590A9
(133,144,169)
#969FB4
(150,159,180)
#A7AEBF
(167,174,191)
#B8BDCA
(184,189,202)
#C9CCD5
(201,204,213)
#DADBE0
(218,219,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41547D; }

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

This text font color is #41547D.


Background Color

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

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

This div background color is #41547D.


Border color

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

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

This div border color is #41547D.


Opacity

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

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

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

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

This text has shadow with #41547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41547D on black background.


Color preview on white background

This text has color #41547D on white background.



Black color preview on #41547D background

This text has black color on #41547D background.


White color preview on #41547D background

This text has white color on #41547D background.