COLOR #41535C

HEX: #41535C
RGB: (65,83,92)

Color info

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

RGB color model

#41535C color RGB value is (65,83,92).

  • red value is 65;
  • green value is 83;
  • blue value is 92.
RGB:
(65,83,92)
(25%,33%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 92 of 255 = 36%

65
83
92

R + G + B ~ 31%. #41535C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 92 = 240 (100%)
R 65 of 240 ~ 27.08%
G 83 of 240 ~ 34.58%
B 92 of 240 ~ 38.33%

%27.08
%34.58
%38.33

CMYK color model

#41535C color CMYK value is (29,10,0,64).

  • cyan value is 29.35%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(29,10,0,64)
C29M10Y0K64 
(29%,10%,0%,64%)
(0.29/0.10/0.00/0.64)	

CMYK percentages

%29.35
%9.78
%0
%63.92

Codes

Color #41535C in popluar color models

41535C
RGB658392
HSL200°17.20%30.78%
HSB/HSV200°29.35%36.08%
CMYK29.35%9.78%0.00%
63.92%

Color #41535C in popluar number systems.

HEX41535C
Decimal658392
Binary100000110100111011100
Octal101123134

Shades and tints

Shades of #41535C

#41535C
(65,83,92)
#3C4C54
(60,76,84)
#37454C
(55,69,76)
#323E44
(50,62,68)
#2D373C
(45,55,60)
#283034
(40,48,52)
#23292C
(35,41,44)
#1E2224
(30,34,36)
#191B1C
(25,27,28)
#141414
(20,20,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #41535C

#41535C
(65,83,92)
#52626A
(82,98,106)
#637178
(99,113,120)
#748086
(116,128,134)
#858F94
(133,143,148)
#969EA2
(150,158,162)
#A7ADB0
(167,173,176)
#B8BCBE
(184,188,190)
#C9CBCC
(201,203,204)
#DADADA
(218,218,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41535C color. Also use rgb(65,83,92) instead hex code.

Text Font Color

.myTextColor { color: #41535C; }

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

This text font color is #41535C.


Background Color

.myBgColor { background-color: #41535C; }

<div style="background-color:#41535C">Inner text</div>

This div background color is #41535C.


Border color

.myBorderColor { border: 1px solid #41535C; }

<div style="border:3px solid #41535C">Div</div>

This div border color is #41535C.


Opacity

.myOpacity80 { color: #41535C; opacity: 0.8; }

<p style="color:#41535C;opacity:0.8;">80%</p>

Text with #41535C 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 #41535C;}

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

This text has shadow with #41535C color.

.textShadow {text-shadow: 3px 3px 1px #41535C, 3px 3px 1px red;}

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

This text has shadow with #41535C primary color and red secondary color.


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

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

This text has shadow with #41535C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41535C on black background.


Color preview on white background

This text has color #41535C on white background.



Black color preview on #41535C background

This text has black color on #41535C background.


White color preview on #41535C background

This text has white color on #41535C background.