COLOR #41576A

HEX: #41576A
RGB: (65,87,106)

Color info

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

RGB color model

#41576A color RGB value is (65,87,106).

  • red value is 65;
  • green value is 87;
  • blue value is 106.
RGB:
(65,87,106)
(25%,34%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 87 of 255 = 34%
B 106 of 255 = 42%

65
87
106

R + G + B ~ 34%. #41576A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 87 + 106 = 258 (100%)
R 65 of 258 ~ 25.19%
G 87 of 258 ~ 33.72%
B 106 of 258 ~ 41.09%

%25.19
%33.72
%41.09

CMYK color model

#41576A color CMYK value is (39,18,0,58).

  • cyan value is 38.68%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(39,18,0,58)
C39M18Y0K58 
(39%,18%,0%,58%)
(0.39/0.18/0.00/0.58)	

CMYK percentages

%38.68
%17.92
%0
%58.43

Codes

Color #41576A in popluar color models

41576A
RGB6587106
HSL208°23.98%33.53%
HSB/HSV208°38.68%41.57%
CMYK38.68%17.92%0.00%
58.43%

Color #41576A in popluar number systems.

HEX41576A
Decimal6587106
Binary100000110101111101010
Octal101127152

Shades and tints

Shades of #41576A

#41576A
(65,87,106)
#3C5061
(60,80,97)
#374958
(55,73,88)
#32424F
(50,66,79)
#2D3B46
(45,59,70)
#28343D
(40,52,61)
#232D34
(35,45,52)
#1E262B
(30,38,43)
#191F22
(25,31,34)
#141819
(20,24,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #41576A

#41576A
(65,87,106)
#526677
(82,102,119)
#637584
(99,117,132)
#748491
(116,132,145)
#85939E
(133,147,158)
#96A2AB
(150,162,171)
#A7B1B8
(167,177,184)
#B8C0C5
(184,192,197)
#C9CFD2
(201,207,210)
#DADEDF
(218,222,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41576A color. Also use rgb(65,87,106) instead hex code.

Text Font Color

.myTextColor { color: #41576A; }

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

This text font color is #41576A.


Background Color

.myBgColor { background-color: #41576A; }

<div style="background-color:#41576A">Inner text</div>

This div background color is #41576A.


Border color

.myBorderColor { border: 1px solid #41576A; }

<div style="border:3px solid #41576A">Div</div>

This div border color is #41576A.


Opacity

.myOpacity80 { color: #41576A; opacity: 0.8; }

<p style="color:#41576A;opacity:0.8;">80%</p>

Text with #41576A 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 #41576A;}

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

This text has shadow with #41576A color.

.textShadow {text-shadow: 3px 3px 1px #41576A, 3px 3px 1px red;}

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

This text has shadow with #41576A primary color and red secondary color.


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

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

This text has shadow with #41576A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41576A on black background.


Color preview on white background

This text has color #41576A on white background.



Black color preview on #41576A background

This text has black color on #41576A background.


White color preview on #41576A background

This text has white color on #41576A background.