COLOR #41444B

HEX: #41444B RGB: (65,68,75)

Color info

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

RGB color model

#41444B color RGB value is (65,68,75).

RGB: (65,68,75) (25%, 27%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 75 of 255 = 29%

65
68
75

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

Portions of RGB colors in percentages

R + G + B = 65 + 68 + 75 = 208 (100%)
R 65 of 208 ~ 31.25%
G 68 of 208 ~ 32.69%
B 75 of 208 ~ 36.06'%

%31.25
%32.69
%36.06

CMYK color model

#41444B color CMYK value is (13,9,0,71).

  • cyan value is 13.33%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (13,9,0,71)
C13M9Y0K71 (13%, 9%, 0%, 71%)
(0.13 / 0.09 / 0.00 / 0.71)

CMYK percentages

%13.33
%9.33
%0
%70.59

Codes

Color #41444B in popluar color models

41 44 4B
RGB 65 68 75
HSL 222° 7.14% 27.45%
HSB/HSV 222° 13.33% 29.41%
CMYK 13.33% 9.33% 0.00%
70.59%

Color #41444B in popluar number systems.

HEX 41 44 4B
Decimal 65 68 75
Binary 1000001 1000100 1001011
Octal 101 104 113

Shades and tints

Shades of #41444B

#41444B
(65,68,75)
#3C3E45
(60,62,69)
#37383F
(55,56,63)
#323239
(50,50,57)
#2D2C33
(45,44,51)
#28262D
(40,38,45)
#232027
(35,32,39)
#1E1A21
(30,26,33)
#19141B
(25,20,27)
#140E15
(20,14,21)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #41444B

#41444B
(65,68,75)
#52555B
(82,85,91)
#63666B
(99,102,107)
#74777B
(116,119,123)
#85888B
(133,136,139)
#96999B
(150,153,155)
#A7AAAB
(167,170,171)
#B8BBBB
(184,187,187)
#C9CCCB
(201,204,203)
#DADDDB
(218,221,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41444B; }

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

This text font color is #41444B.

Background Color

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

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

This div background color is #41444B.

Border color

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

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

This div border color is #41444B.

Opacity

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

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

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

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

This text has shadow with #41444B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41444B.

Preview

Color preview on black background

This text has color #41444B on black background.


Color preview on white background

This text has color #41444B on white background.


Black color preview on #41444B background

This text has black color on #41444B background.


White color preview on #41444B background

This text has white color on #41444B background.


Related colors

Complementary color

Complementary color for #hex is #BEBBB4.


I love getcolorcode.com

Triadic colors

1 #4B4144 and #444B41 with #41444B are triadic colors.

2 #4B4441 and #44414B with #41444B are triadic colors.