COLOR #41587B

HEX: #41587B
RGB: (65,88,123)

Color info

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

RGB color model

#41587B color RGB value is (65,88,123).

  • red value is 65;
  • green value is 88;
  • blue value is 123.
RGB:
(65,88,123)
(25%,35%,48%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 123 of 255 = 48%

65
88
123

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

Portions of RGB colors in percentages

R + G + B =
65 + 88 + 123 = 276 (100%)
R 65 of 276 ~ 23.55%
G 88 of 276 ~ 31.88%
B 123 of 276 ~ 44.57%

%23.55
%31.88
%44.57

CMYK color model

#41587B color CMYK value is (47,28,0,52).

  • cyan value is 47.15%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(47,28,0,52)
C47M28Y0K52 
(47%,28%,0%,52%)
(0.47/0.28/0.00/0.52)	

CMYK percentages

%47.15
%28.46
%0
%51.76

Codes

Color #41587B in popluar color models

41587B
RGB6588123
HSL216°30.85%36.86%
HSB/HSV216°47.15%48.24%
CMYK47.15%28.46%0.00%
51.76%

Color #41587B in popluar number systems.

HEX41587B
Decimal6588123
Binary100000110110001111011
Octal101130173

Shades and tints

Shades of #41587B

#41587B
(65,88,123)
#3C5070
(60,80,112)
#374865
(55,72,101)
#32405A
(50,64,90)
#2D384F
(45,56,79)
#283044
(40,48,68)
#232839
(35,40,57)
#1E202E
(30,32,46)
#191823
(25,24,35)
#141018
(20,16,24)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #41587B

#41587B
(65,88,123)
#526787
(82,103,135)
#637693
(99,118,147)
#74859F
(116,133,159)
#8594AB
(133,148,171)
#96A3B7
(150,163,183)
#A7B2C3
(167,178,195)
#B8C1CF
(184,193,207)
#C9D0DB
(201,208,219)
#DADFE7
(218,223,231)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41587B color. Also use rgb(65,88,123) instead hex code.

Text Font Color

.myTextColor { color: #41587B; }

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

This text font color is #41587B.


Background Color

.myBgColor { background-color: #41587B; }

<div style="background-color:#41587B">Inner text</div>

This div background color is #41587B.


Border color

.myBorderColor { border: 1px solid #41587B; }

<div style="border:3px solid #41587B">Div</div>

This div border color is #41587B.


Opacity

.myOpacity80 { color: #41587B; opacity: 0.8; }

<p style="color:#41587B;opacity:0.8;">80%</p>

Text with #41587B 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 #41587B;}

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

This text has shadow with #41587B color.

.textShadow {text-shadow: 3px 3px 1px #41587B, 3px 3px 1px red;}

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

This text has shadow with #41587B primary color and red secondary color.


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

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

This text has shadow with #41587B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41587B on black background.


Color preview on white background

This text has color #41587B on white background.



Black color preview on #41587B background

This text has black color on #41587B background.


White color preview on #41587B background

This text has white color on #41587B background.