COLOR #41414D

HEX: #41414D RGB: (65,65,77)

Color info

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

RGB color model

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

RGB: (65,65,77) (25%, 25%, 30%)

RGB channels and saturation

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

65
65
77

R + G + B ~ 27%. #41414D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 65 + 77 = 207 (100%)
R 65 of 207 ~ 31.4%
G 65 of 207 ~ 31.4%
B 77 of 207 ~ 37.2'%

%31.4
%31.4
%37.2

CMYK color model

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

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

CMYK percentages

%15.58
%15.58
%0
%69.8

Codes

Color #41414D in popluar color models

41 41 4D
RGB 65 65 77
HSL 240° 8.45% 27.84%
HSB/HSV 240° 15.58% 30.20%
CMYK 15.58% 15.58% 0.00%
69.80%

Color #41414D in popluar number systems.

HEX 41 41 4D
Decimal 65 65 77
Binary 1000001 1000001 1001101
Octal 101 101 115

Shades and tints

Shades of #41414D

#41414D
(65,65,77)
#3C3C46
(60,60,70)
#37373F
(55,55,63)
#323238
(50,50,56)
#2D2D31
(45,45,49)
#28282A
(40,40,42)
#232323
(35,35,35)
#1E1E1C
(30,30,28)
#191915
(25,25,21)
#14140E
(20,20,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #41414D

#41414D
(65,65,77)
#52525D
(82,82,93)
#63636D
(99,99,109)
#74747D
(116,116,125)
#85858D
(133,133,141)
#96969D
(150,150,157)
#A7A7AD
(167,167,173)
#B8B8BD
(184,184,189)
#C9C9CD
(201,201,205)
#DADADD
(218,218,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41414D; }

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

This text font color is #41414D.

Background Color

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

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

This div background color is #41414D.

Border color

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

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

This div border color is #41414D.

Opacity

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

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

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

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

This text has shadow with #41414D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41414D.

Preview

Color preview on black background

This text has color #41414D on black background.


Color preview on white background

This text has color #41414D on white background.


Black color preview on #41414D background

This text has black color on #41414D background.


White color preview on #41414D background

This text has white color on #41414D background.


Related colors

Complementary color

Complementary color for #hex is #BEBEB2.


I love getcolorcode.com