COLOR #41555A

HEX: #41555A
RGB: (65,85,90)

Color info

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

RGB color model

#41555A color RGB value is (65,85,90).

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

RGB channels and saturation

R 65 of 255 = 25%
G 85 of 255 = 33%
B 90 of 255 = 35%

65
85
90

R + G + B ~ 31%. #41555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 85 + 90 = 240 (100%)
R 65 of 240 ~ 27.08%
G 85 of 240 ~ 35.42%
B 90 of 240 ~ 37.5%

%27.08
%35.42
%37.5

CMYK color model

#41555A color CMYK value is (28,6,0,65).

  • cyan value is 27.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(28,6,0,65)
C28M6Y0K65 
(28%,6%,0%,65%)
(0.28/0.06/0.00/0.65)	

CMYK percentages

%27.78
%5.56
%0
%64.71

Codes

Color #41555A in popluar color models

41555A
RGB658590
HSL192°16.13%30.39%
HSB/HSV192°27.78%35.29%
CMYK27.78%5.56%0.00%
64.71%

Color #41555A in popluar number systems.

HEX41555A
Decimal658590
Binary100000110101011011010
Octal101125132

Shades and tints

Shades of #41555A

#41555A
(65,85,90)
#3C4E52
(60,78,82)
#37474A
(55,71,74)
#324042
(50,64,66)
#2D393A
(45,57,58)
#283232
(40,50,50)
#232B2A
(35,43,42)
#1E2422
(30,36,34)
#191D1A
(25,29,26)
#141612
(20,22,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #41555A

#41555A
(65,85,90)
#526469
(82,100,105)
#637378
(99,115,120)
#748287
(116,130,135)
#859196
(133,145,150)
#96A0A5
(150,160,165)
#A7AFB4
(167,175,180)
#B8BEC3
(184,190,195)
#C9CDD2
(201,205,210)
#DADCE1
(218,220,225)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41555A color. Also use rgb(65,85,90) instead hex code.

Text Font Color

.myTextColor { color: #41555A; }

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

This text font color is #41555A.


Background Color

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

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

This div background color is #41555A.


Border color

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

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

This div border color is #41555A.


Opacity

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

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

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

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

This text has shadow with #41555A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41555A on black background.


Color preview on white background

This text has color #41555A on white background.



Black color preview on #41555A background

This text has black color on #41555A background.


White color preview on #41555A background

This text has white color on #41555A background.