COLOR #41494D

HEX: #41494D
RGB: (65,73,77)

Color info

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

RGB color model

#41494D color RGB value is (65,73,77).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 77 of 255 = 30%

65
73
77

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 77 = 215 (100%)
R 65 of 215 ~ 30.23%
G 73 of 215 ~ 33.95%
B 77 of 215 ~ 35.81%

%30.23
%33.95
%35.81

CMYK color model

#41494D color CMYK value is (16,5,0,70).

  • cyan value is 15.58%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,5,0,70)
C16M5Y0K70 
(16%,5%,0%,70%)
(0.16/0.05/0.00/0.70)	

CMYK percentages

%15.58
%5.19
%0
%69.8

Codes

Color #41494D in popluar color models

41494D
RGB657377
HSL200°8.45%27.84%
HSB/HSV200°15.58%30.20%
CMYK15.58%5.19%0.00%
69.80%

Color #41494D in popluar number systems.

HEX41494D
Decimal657377
Binary100000110010011001101
Octal101111115

Shades and tints

Shades of #41494D

#41494D
(65,73,77)
#3C4346
(60,67,70)
#373D3F
(55,61,63)
#323738
(50,55,56)
#2D3131
(45,49,49)
#282B2A
(40,43,42)
#232523
(35,37,35)
#1E1F1C
(30,31,28)
#191915
(25,25,21)
#14130E
(20,19,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #41494D

#41494D
(65,73,77)
#52595D
(82,89,93)
#63696D
(99,105,109)
#74797D
(116,121,125)
#85898D
(133,137,141)
#96999D
(150,153,157)
#A7A9AD
(167,169,173)
#B8B9BD
(184,185,189)
#C9C9CD
(201,201,205)
#DAD9DD
(218,217,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41494D; }

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

This text font color is #41494D.


Background Color

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

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

This div background color is #41494D.


Border color

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

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

This div border color is #41494D.


Opacity

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

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

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

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

This text has shadow with #41494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41494D on black background.


Color preview on white background

This text has color #41494D on white background.



Black color preview on #41494D background

This text has black color on #41494D background.


White color preview on #41494D background

This text has white color on #41494D background.