COLOR #41424C

HEX: #41424C RGB: (65,66,76)

Color info

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

RGB color model

#41424C color RGB value is (65,66,76).

RGB: (65,66,76) (25%, 26%, 30%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 76 of 255 = 30%

65
66
76

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

Portions of RGB colors in percentages

R + G + B = 65 + 66 + 76 = 207 (100%)
R 65 of 207 ~ 31.4%
G 66 of 207 ~ 31.88%
B 76 of 207 ~ 36.71'%

%31.4
%31.88
%36.71

CMYK color model

#41424C color CMYK value is (14,13,0,70).

  • cyan value is 14.47%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (14,13,0,70)
C14M13Y0K70 (14%, 13%, 0%, 70%)
(0.14 / 0.13 / 0.00 / 0.70)

CMYK percentages

%14.47
%13.16
%0
%70.2

Codes

Color #41424C in popluar color models

41 42 4C
RGB 65 66 76
HSL 235° 7.80% 27.65%
HSB/HSV 235° 14.47% 29.80%
CMYK 14.47% 13.16% 0.00%
70.20%

Color #41424C in popluar number systems.

HEX 41 42 4C
Decimal 65 66 76
Binary 1000001 1000010 1001100
Octal 101 102 114

Shades and tints

Shades of #41424C

#41424C
(65,66,76)
#3C3C46
(60,60,70)
#373640
(55,54,64)
#32303A
(50,48,58)
#2D2A34
(45,42,52)
#28242E
(40,36,46)
#231E28
(35,30,40)
#1E1822
(30,24,34)
#19121C
(25,18,28)
#140C16
(20,12,22)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #41424C

#41424C
(65,66,76)
#52535C
(82,83,92)
#63646C
(99,100,108)
#74757C
(116,117,124)
#85868C
(133,134,140)
#96979C
(150,151,156)
#A7A8AC
(167,168,172)
#B8B9BC
(184,185,188)
#C9CACC
(201,202,204)
#DADBDC
(218,219,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41424C color. Also use rgb(65,66,76) instead hex code.

Text Font Color

.myTextColor { color: #41424C; }

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

This text font color is #41424C.

Background Color

.myBgColor { background-color: #41424C; }

<div style="background-color:#41424C">Inner text</div>

This div background color is #41424C.

Border color

.myBorderColor { border: 1px solid #41424C; }

<div style="border:3px solid #41424C">Div</div>

This div border color is #41424C.

Opacity

.myOpacity80 { color: #41424C; opacity: 0.8; }

<p style="color:#41424C;opacity:0.8;">80%</p>

Text with #41424C 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 #41424C;}

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

This text has shadow with #41424C color.


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

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

This text has shadow with #41424C primary color and red secondary color.


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

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

This text has shadow with #41424C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41424C.

Preview

Color preview on black background

This text has color #41424C on black background.


Color preview on white background

This text has color #41424C on white background.


Black color preview on #41424C background

This text has black color on #41424C background.


White color preview on #41424C background

This text has white color on #41424C background.


Related colors

Complementary color

Complementary color for #hex is #BEBDB3.


I love getcolorcode.com

Triadic colors

1 #4C4142 and #424C41 with #41424C are triadic colors.

2 #4C4241 and #42414C with #41424C are triadic colors.