COLOR #41587F

HEX: #41587F RGB: (65,88,127)

Color info

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

RGB color model

#41587F color RGB value is (65,88,127).

RGB: (65,88,127) (25%, 35%, 50%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 127 of 255 = 50%

65
88
127

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

Portions of RGB colors in percentages

R + G + B = 65 + 88 + 127 = 280 (100%)
R 65 of 280 ~ 23.21%
G 88 of 280 ~ 31.43%
B 127 of 280 ~ 45.36'%

%23.21
%31.43
%45.36

CMYK color model

#41587F color CMYK value is (49,31,0,50).

  • cyan value is 48.82%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (49,31,0,50)
C49M31Y0K50 (49%, 31%, 0%, 50%)
(0.49 / 0.31 / 0.00 / 0.50)

CMYK percentages

%48.82
%30.71
%0
%50.2

Codes

Color #41587F in popluar color models

41 58 7F
RGB 65 88 127
HSL 218° 32.29% 37.65%
HSB/HSV 218° 48.82% 49.80%
CMYK 48.82% 30.71% 0.00%
50.20%

Color #41587F in popluar number systems.

HEX 41 58 7F
Decimal 65 88 127
Binary 1000001 1011000 1111111
Octal 101 130 177

Shades and tints

Shades of #41587F

#41587F
(65,88,127)
#3C5074
(60,80,116)
#374869
(55,72,105)
#32405E
(50,64,94)
#2D3853
(45,56,83)
#283048
(40,48,72)
#23283D
(35,40,61)
#1E2032
(30,32,50)
#191827
(25,24,39)
#14101C
(20,16,28)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #41587F

#41587F
(65,88,127)
#52678A
(82,103,138)
#637695
(99,118,149)
#7485A0
(116,133,160)
#8594AB
(133,148,171)
#96A3B6
(150,163,182)
#A7B2C1
(167,178,193)
#B8C1CC
(184,193,204)
#C9D0D7
(201,208,215)
#DADFE2
(218,223,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41587F; }

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

This text font color is #41587F.

Background Color

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

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

This div background color is #41587F.

Border color

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

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

This div border color is #41587F.

Opacity

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

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

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

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

This text has shadow with #41587F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41587F.

Preview

Color preview on black background

This text has color #41587F on black background.


Color preview on white background

This text has color #41587F on white background.


Black color preview on #41587F background

This text has black color on #41587F background.


White color preview on #41587F background

This text has white color on #41587F background.


Related colors

Complementary color

Complementary color for #hex is #BEA780.


I love getcolorcode.com

Triadic colors

1 #7F4158 and #587F41 with #41587F are triadic colors.

2 #7F5841 and #58417F with #41587F are triadic colors.