COLOR #41444D

HEX: #41444D RGB: (65,68,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
68
77

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

Portions of RGB colors in percentages

R + G + B = 65 + 68 + 77 = 210 (100%)
R 65 of 210 ~ 30.95%
G 68 of 210 ~ 32.38%
B 77 of 210 ~ 36.67'%

%30.95
%32.38
%36.67

CMYK color model

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

  • cyan value is 15.58%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (16,12,0,70)
C16M12Y0K70 (16%, 12%, 0%, 70%)
(0.16 / 0.12 / 0.00 / 0.70)

CMYK percentages

%15.58
%11.69
%0
%69.8

Codes

Color #41444D in popluar color models

41 44 4D
RGB 65 68 77
HSL 225° 8.45% 27.84%
HSB/HSV 225° 15.58% 30.20%
CMYK 15.58% 11.69% 0.00%
69.80%

Color #41444D in popluar number systems.

HEX 41 44 4D
Decimal 65 68 77
Binary 1000001 1000100 1001101
Octal 101 104 115

Shades and tints

Shades of #41444D

#41444D
(65,68,77)
#3C3E46
(60,62,70)
#37383F
(55,56,63)
#323238
(50,50,56)
#2D2C31
(45,44,49)
#28262A
(40,38,42)
#232023
(35,32,35)
#1E1A1C
(30,26,28)
#191415
(25,20,21)
#140E0E
(20,14,14)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #41444D

#41444D
(65,68,77)
#52555D
(82,85,93)
#63666D
(99,102,109)
#74777D
(116,119,125)
#85888D
(133,136,141)
#96999D
(150,153,157)
#A7AAAD
(167,170,173)
#B8BBBD
(184,187,189)
#C9CCCD
(201,204,205)
#DADDDD
(218,221,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41444D; }

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

This text font color is #41444D.

Background Color

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

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

This div background color is #41444D.

Border color

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

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

This div border color is #41444D.

Opacity

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

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

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

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

This text has shadow with #41444D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41444D.

Preview

Color preview on black background

This text has color #41444D on black background.


Color preview on white background

This text has color #41444D on white background.


Black color preview on #41444D background

This text has black color on #41444D background.


White color preview on #41444D background

This text has white color on #41444D background.


Related colors

Complementary color

Complementary color for #hex is #BEBBB2.


I love getcolorcode.com

Triadic colors

1 #4D4144 and #444D41 with #41444D are triadic colors.

2 #4D4441 and #44414D with #41444D are triadic colors.