COLOR #41414A

HEX: #41414A RGB: (65,65,74)

Color info

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

RGB color model

#41414A color RGB value is (65,65,74).

RGB: (65,65,74) (25%, 25%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 74 of 255 = 29%

65
65
74

R + G + B ~ 26%. #41414A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 65 + 74 = 204 (100%)
R 65 of 204 ~ 31.86%
G 65 of 204 ~ 31.86%
B 74 of 204 ~ 36.27'%

%31.86
%31.86
%36.27

CMYK color model

#41414A color CMYK value is (12,12,0,71).

  • cyan value is 12.16%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (12,12,0,71)
C12M12Y0K71 (12%, 12%, 0%, 71%)
(0.12 / 0.12 / 0.00 / 0.71)

CMYK percentages

%12.16
%12.16
%0
%70.98

Codes

Color #41414A in popluar color models

41 41 4A
RGB 65 65 74
HSL 240° 6.47% 27.25%
HSB/HSV 240° 12.16% 29.02%
CMYK 12.16% 12.16% 0.00%
70.98%

Color #41414A in popluar number systems.

HEX 41 41 4A
Decimal 65 65 74
Binary 1000001 1000001 1001010
Octal 101 101 112

Shades and tints

Shades of #41414A

#41414A
(65,65,74)
#3C3C44
(60,60,68)
#37373E
(55,55,62)
#323238
(50,50,56)
#2D2D32
(45,45,50)
#28282C
(40,40,44)
#232326
(35,35,38)
#1E1E20
(30,30,32)
#19191A
(25,25,26)
#141414
(20,20,20)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #41414A

#41414A
(65,65,74)
#52525A
(82,82,90)
#63636A
(99,99,106)
#74747A
(116,116,122)
#85858A
(133,133,138)
#96969A
(150,150,154)
#A7A7AA
(167,167,170)
#B8B8BA
(184,184,186)
#C9C9CA
(201,201,202)
#DADADA
(218,218,218)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41414A; }

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

This text font color is #41414A.

Background Color

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

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

This div background color is #41414A.

Border color

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

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

This div border color is #41414A.

Opacity

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

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

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

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

This text has shadow with #41414A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41414A.

Preview

Color preview on black background

This text has color #41414A on black background.


Color preview on white background

This text has color #41414A on white background.


Black color preview on #41414A background

This text has black color on #41414A background.


White color preview on #41414A background

This text has white color on #41414A background.


Related colors

Complementary color

Complementary color for #hex is #BEBEB5.


I love getcolorcode.com