COLOR #41474D

HEX: #41474D
RGB: (65,71,77)

Color info

#41474D contains red, green and blue colors in about the same proportion. Web safe color of #41474D is #333333 (or #333).

RGB color model

#41474D color RGB value is (65,71,77).

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

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 77 of 255 = 30%

65
71
77

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 77 = 213 (100%)
R 65 of 213 ~ 30.52%
G 71 of 213 ~ 33.33%
B 77 of 213 ~ 36.15%

%30.52
%33.33
%36.15

CMYK color model

#41474D color CMYK value is (16,8,0,70).

  • cyan value is 15.58%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,8,0,70)
C16M8Y0K70 
(16%,8%,0%,70%)
(0.16/0.08/0.00/0.70)	

CMYK percentages

%15.58
%7.79
%0
%69.8

Codes

Color #41474D in popluar color models

41474D
RGB657177
HSL210°8.45%27.84%
HSB/HSV210°15.58%30.20%
CMYK15.58%7.79%0.00%
69.80%

Color #41474D in popluar number systems.

HEX41474D
Decimal657177
Binary100000110001111001101
Octal101107115

Shades and tints

Shades of #41474D

#41474D
(65,71,77)
#3C4146
(60,65,70)
#373B3F
(55,59,63)
#323538
(50,53,56)
#2D2F31
(45,47,49)
#28292A
(40,41,42)
#232323
(35,35,35)
#1E1D1C
(30,29,28)
#191715
(25,23,21)
#14110E
(20,17,14)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #41474D

#41474D
(65,71,77)
#52575D
(82,87,93)
#63676D
(99,103,109)
#74777D
(116,119,125)
#85878D
(133,135,141)
#96979D
(150,151,157)
#A7A7AD
(167,167,173)
#B8B7BD
(184,183,189)
#C9C7CD
(201,199,205)
#DAD7DD
(218,215,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41474D; }

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

This text font color is #41474D.


Background Color

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

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

This div background color is #41474D.


Border color

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

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

This div border color is #41474D.


Opacity

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

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

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

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

This text has shadow with #41474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41474D on black background.


Color preview on white background

This text has color #41474D on white background.



Black color preview on #41474D background

This text has black color on #41474D background.


White color preview on #41474D background

This text has white color on #41474D background.