COLOR #41474E

HEX: #41474E
RGB: (65,71,78)

Color info

#41474E contains red, green and blue colors in about the same proportion. Web safe color of #41474E is #333366 (or #336).

RGB color model

#41474E color RGB value is (65,71,78).

  • red value is 65;
  • green value is 71;
  • blue value is 78.
RGB:
(65,71,78)
(25%,28%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 78 of 255 = 31%

65
71
78

R + G + B ~ 28%. #41474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 78 = 214 (100%)
R 65 of 214 ~ 30.37%
G 71 of 214 ~ 33.18%
B 78 of 214 ~ 36.45%

%30.37
%33.18
%36.45

CMYK color model

#41474E color CMYK value is (17,9,0,69).

  • cyan value is 16.67%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,9,0,69)
C17M9Y0K69 
(17%,9%,0%,69%)
(0.17/0.09/0.00/0.69)	

CMYK percentages

%16.67
%8.97
%0
%69.41

Codes

Color #41474E in popluar color models

41474E
RGB657178
HSL212°9.09%28.04%
HSB/HSV212°16.67%30.59%
CMYK16.67%8.97%0.00%
69.41%

Color #41474E in popluar number systems.

HEX41474E
Decimal657178
Binary100000110001111001110
Octal101107116

Shades and tints

Shades of #41474E

#41474E
(65,71,78)
#3C4147
(60,65,71)
#373B40
(55,59,64)
#323539
(50,53,57)
#2D2F32
(45,47,50)
#28292B
(40,41,43)
#232324
(35,35,36)
#1E1D1D
(30,29,29)
#191716
(25,23,22)
#14110F
(20,17,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #41474E

#41474E
(65,71,78)
#52575E
(82,87,94)
#63676E
(99,103,110)
#74777E
(116,119,126)
#85878E
(133,135,142)
#96979E
(150,151,158)
#A7A7AE
(167,167,174)
#B8B7BE
(184,183,190)
#C9C7CE
(201,199,206)
#DAD7DE
(218,215,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41474E color. Also use rgb(65,71,78) instead hex code.

Text Font Color

.myTextColor { color: #41474E; }

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

This text font color is #41474E.


Background Color

.myBgColor { background-color: #41474E; }

<div style="background-color:#41474E">Inner text</div>

This div background color is #41474E.


Border color

.myBorderColor { border: 1px solid #41474E; }

<div style="border:3px solid #41474E">Div</div>

This div border color is #41474E.


Opacity

.myOpacity80 { color: #41474E; opacity: 0.8; }

<p style="color:#41474E;opacity:0.8;">80%</p>

Text with #41474E 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 #41474E;}

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

This text has shadow with #41474E color.

.textShadow {text-shadow: 3px 3px 1px #41474E, 3px 3px 1px red;}

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

This text has shadow with #41474E primary color and red secondary color.


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

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

This text has shadow with #41474E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41474E on black background.


Color preview on white background

This text has color #41474E on white background.



Black color preview on #41474E background

This text has black color on #41474E background.


White color preview on #41474E background

This text has white color on #41474E background.